MCP Server for Vulnerabilities API from NVD NIST
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vuln-nist-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Vuln Nist Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints.
This MCP server exposes tools to query the NVD/CVE REST API and return formatted text results suitable for LLM consumption via the MCP protocol. It includes automatic query chunking for large date ranges and parallel processing for improved performance.
Base API docs: https://nvd.nist.gov/developers/vulnerabilities
get_temporal_context - Get current date and temporal context for time-relative queries
search_cves - Search CVE descriptions by keyword with flexible date filtering
keyword, resultsPerPage (default: 20), startIndex (default: 0), last_days (recent_days has been deprecated), start_date, end_datestart_date and end_date parametersstart_date/end_date → last_days → default 30 daysget_cve_by_id - Retrieve detailed information for a specific CVE
cve_idcves_by_cpe - List CVEs associated with a Common Platform Enumeration (CPE)
cpe_name (full CPE 2.3 format required), is_vulnerable (optional)kevs_between - Find CVEs added to CISA KEV catalog within a date range
kevStartDate, kevEndDate, resultsPerPage (default: 20), startIndex (default: 0)cve_change_history - Retrieve change history for CVEs
cve_id OR (changeStartDate + changeEndDate), resultsPerPage (default: 20), startIndex (default: 0)get_temporal_context tool for accurate time-relative querieslast_days) and absolute (start_date/end_date) date rangesservices.nvd.nist.gov)# Clone and build
git clone https://github.com/HaroldFinchIFT/vuln-nist-mcp-server
cd vuln-nist-mcp-server
docker build -t vuln-nist-mcp-server .
# Run
docker run --rm -it vuln-nist-mcp-server
Environment variables:
NVD_BASE_URL: Base URL for NVD API (default: https://services.nvd.nist.gov/rest/json)NVD_VERSION: API version (default: /2.0)NVD_API_TIMEOUT: Request timeout in seconds (default: 10)Get temporal context for time-relative queries:
Tool: get_temporal_context
Params: {}
**Se