nist-nvd-mcp-server
Search and audit NIST NVD CVEs by keyword, severity, CWE, CISA KEV status, and CPE.
Package Details
@cyanheads/nist-nvd-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
NVD API key. Without it, rate limit is 5 req/30s; with it, 50 req/30s. Get one free at nvd.nist.gov/developers/request-an-api-key.
10000Per-request timeout in milliseconds. Raise to 60000 when using nvd_get_cve_history without an API key.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/nist-nvd-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
NVD API key. Without it, rate limit is 5 req/30s; with it, 50 req/30s. Get one free at nvd.nist.gov/developers/request-an-api-key.
10000Per-request timeout in milliseconds. Raise to 60000 when using nvd_get_cve_history without an API key.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').