MCP server to query NIST NVD API for CVE data with date filtering, chunking, and parallel processing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Vuln Nist MCP Server.
USAGECall this tool FIRST when user asks time-relative questions
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)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:
Search recent CVEs (relative time):
Search CVEs with absolute date range:
Search CVEs for "this year" (use get_temporal_context first):
Get CVE details:
Check CPE vulnerabilities:
Find recent KEV additions:
mcpuser)MIT - see LICENSE file for details
get_temporal_context tool for temporal awareness and time-relative queriessearch_cves now supports absolute date ranges with start_date and end_date parametersrecent_days parameter in search_cves (use last_days instead)Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/haroldfinchift-vuln-nist-mcp-server)<a href="https://allmcps.com/mcp/haroldfinchift-vuln-nist-mcp-server"><img src="https://allmcps.com/api/badge/haroldfinchift-vuln-nist-mcp-server?style=directory" alt="Vuln Nist MCP Server on AllMCPs" /></a>