CVE Intelligence MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CVE Intelligence MCPWhat's the required action for CVE-2023-1234?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CVE Intelligence MCP
A lightweight, read-only Streamable HTTP MCP server for the official CVE List V5. It retrieves records on demand from the upstream repository and enriches them with the public CISA Known Exploited Vulnerabilities catalog.
Tools
get_cve: CVE metadata, descriptions, affected products and versions, metrics, references, and KEV status.get_cves: batch lookup for up to 25 CVE IDs.get_required_action: affected products, official references, and CISA's required action when the CVE is in KEV.
Related MCP server: CISA KEV MCP Server
Run locally
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn server:app --host 127.0.0.1 --port 8000Connect an MCP client using Streamable HTTP:
http://127.0.0.1:8000/mcpDeploy to Render
Create a Render Blueprint from this repository. render.yaml contains the build
and start commands. The deployed endpoint is:
https://<render-service-name>.onrender.com/mcpData and operational notes
CVE data is fetched from the official CVEProject repository at request time.
CISA KEV is cached in memory for one hour.
The service is read-only and does not modify upstream data.
Vendor advisories referenced by the CVE record remain the authoritative source for exact patch versions and mitigations.
The Render free plan can spin down when idle, so the first request may be slow.
License
Server code is provided under the Apache-2.0 license. Upstream CVE records remain subject to the CVE Program terms of use and their record-level provenance.
This server cannot be deployed
Maintenance
Related MCP Connectors
CVE & vulnerability search: 365k+ CVEs/NotCVEs, CVSS, EPSS, CISA KEV, exploits, patches, versions.
CVE intelligence: exploitation (KEV/EPSS), detection coverage, fixed versions. All tools keyless.
Threat intel + your scans/findings/Shield posture. CVE, EPSS, KEV, package vuln lookup, DAST.
CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables CVE lookups and risk assessment by integrating CISA Known Exploited Vulnerabilities (KEV) data and CVSS metrics. It helps users prioritize patching efforts by ranking vulnerabilities based on exploitation status and calculated risk scores.MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to CISA's Known Exploited Vulnerabilities catalog via the Model Context Protocol, enabling querying, searching, and analyzing vulnerability data.5 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides CVE lookup, search, and exploit intelligence from public vulnerability sources (NVD, CISA KEV, EPSS) for AI agents to produce remediation guidance without consuming LLM tokens for data fetching.1MIT
- AlicenseNot gradedqualityAmaintenanceSearch and audit CVEs by keyword, severity, CWE, CISA KEV status, and CPE via the NIST National Vulnerability Database.501 npm1Apache 2.0