Back to Apps

CVE MCP Server
by mukul975
Query vulnerability databases, threat scores, and security feeds (CISA, MITRE, VirusTotal) directly within Claude AI.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects Claude AI to professional cybersecurity intelligence databases, allowing security analysts and developers to retrieve threat data, check vulnerability scores, and review security reports without leaving their chat interface.
Tools
vulnerability_search: Look up specific CVEs or general vulnerability info from NVD and OSV.get_epss_score: Retrieve the Exploit Prediction Scoring System (EPSS) score for specific software components.infrastructure_check: Summarize domain or IP reputation using Shodan and VirusTotal data.get_kev_alerts: Access the CISA Known Exploited Vulnerabilities (KEV) catalog.attack_mapping: Map vulnerabilities to MITRE ATT&CK adversary tactics and techniques.
Installation
Download the release and add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cve-mcp-server": {
"command": "python",
"args": ["-m", "cve_mcp"]
}
}
}
Supported hosts
- claude
Quick install
python -m cve_mcpInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json: { "mcpServers": { "cve-mcp-server": { "command": "python", "args": ["-m", "cve_mcp"] } } }





