nvd-cve-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NVD_API_KEY | No | Optional API key for higher NVD rate limits. | |
| NVD_RATE_LIMIT_REQUESTS | No | Optional override for rate limit requests per window. | |
| NVD_RATE_LIMIT_WINDOW_SECONDS | No | Optional override for rate limit window in seconds. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_cve_by_idA | Search for a CVE by ID (example: CVE-2024-1234). |
| search_cve_by_keywordB | Search CVEs by product name or any keyword. Optionally limit to the last |
| get_recent_cvesA | Fetch recent CVEs from the last |
| search_by_severityC | Filter CVEs by severity (CRITICAL, HIGH, MEDIUM, LOW). |
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 4 tools
Each tool has a clearly distinct purpose: recent CVEs, severity filter, ID lookup, and keyword search. No overlap or confusion.
Mixed naming patterns: 'get_recent_cves' uses 'get' while others use 'search'. Also 'search_by_severity' lacks 'cve' unlike 'search_cve_by_id' and 'search_cve_by_keyword'.
With 4 tools covering common CVE search methods, the count is well-scoped for the purpose without being excessive.
Core CVE queries (time, severity, ID, keyword) are covered. Missing explicit date range or CVSS score search but acceptable for a simple server.