SecurityScorecard MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG_MODE | No | Set 'true' for verbose logging | |
| COMPANY_DOMAIN | No | Default domain for queries | |
| REQUEST_INTERVAL_MS | No | Interval in milliseconds | |
| REQUEST_CACHE_TTL_MS | No | Cache TTL in milliseconds | |
| REQUESTS_PER_INTERVAL | No | Number of requests per interval | |
| SECURITY_SCORECARD_API_TOKEN | Yes | Your SecurityScorecard API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| security_dashboardA | 📊 SECURITY STATUS: Get comprehensive security score, grade, and key metrics with intelligent response modes. Supports minimal responses for quick queries and detailed analysis for comprehensive security overviews. |
| analyze_security_risksC | 🚨 SECURITY RISKS: Comprehensive security risk analysis with intelligent prioritization. Analyzes critical vulnerabilities, risk patterns, and provides actionable remediation guidance with flexible response modes. |
| create_improvement_planA | 🎯 IMPROVEMENT PLAN: Generate security improvement recommendations. INTELLIGENT RESPONSES: Use 'minimal' for simple questions like 'what should I fix first?' (50-100 tokens). Use 'standard' for improvement summary (300-500 tokens). Use 'detailed' for full roadmap. |
| discover_assetsB | 🔍 ASSET INVENTORY: Discover domains and IPs with security context and data completeness validation. INTELLIGENT RESPONSES: Use 'minimal' for simple questions like 'how many assets?' (20-50 tokens). Use 'standard' for asset overview (200-400 tokens). Use 'detailed' for comprehensive inventory. |
| analyze_email_securityA | 📧 EMAIL SECURITY: Analyze SPF, DMARC, DKIM issues with domain-by-domain breakdown and cross-validation. INTELLIGENT RESPONSES: Use 'minimal' for simple counts like 'how many SPF missing?' (10-30 tokens). Use 'standard' for email security overview (200-400 tokens). Use 'detailed' for comprehensive email analysis. |
| api_discoveryA | Search and discover SecurityScorecard API endpoints. Returns both human-readable summary and structured JSON for programmatic use. |
| analyze_issue_typesA | 🔍 ISSUE BREAKDOWN: Get detailed breakdown of security issues by specific types (SPF, DMARC, patching, etc.). INTELLIGENT RESPONSES: Use 'minimal' for specific counts (20-50 tokens). Use 'standard' for issue type summary (200-300 tokens). Use 'detailed' for comprehensive breakdown. |
| validate_data_completenessB | ✅ DATA VALIDATION: Cross-validate tool results for accuracy and completeness. INTELLIGENT RESPONSES: Use 'minimal' for validation status (25 tokens). Use 'standard' for validation summary (200-400 tokens). Use 'detailed' for full data audit. |
| query_security_dataC | Direct API access with smart endpoint validation. Uses API discovery to validate endpoints, suggest alternatives, and provide parameter hints. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Tools have mostly distinct purposes (dashboard, risks, assets, email, etc.), but security_dashboard and analyze_security_risks could be confused by an agent as both provide security overviews, though descriptions help differentiate.
All tool names use consistent snake_case and follow a clear verb_noun pattern (e.g., analyze_*, create_*, discover_*), making it easy to predict function.
9 tools is well-scoped for a security rating API; each tool addresses a distinct aspect without being too few or too many.
Covers core security assessment lifecycle (grade, risks, improvement, assets, email, issues) plus API discovery and validation. Missing historical trend analysis but still functional.