What problem does it solve? Security analysts must manually query dozens of separate databases (NVD, EPSS, CISA KEV, Shodan, VirusTotal) to triage vulnerabilities and investigate threats, which is slow and error-prone. This Skill consolidates 27 security intelligence tools into one MCP server so Claude can perform complete vulnerability research and threat analysis in a single conversation. ## Core Features & Use Cases - Vulnerability Intelligence: Look up CVE details from NVD, get EPSS exploitation probability scores, and check CISA KEV status for known exploited vulnerabilities. - Composite Risk Scoring: Calculate 0-100 risk scores combining CVSS, EPSS, KEV status, and PoC availability, then prioritize batches of CVEs for patching. - Threat & Network Intelligence: Check IP reputation via AbuseIPDB and GreyNoise, look up hosts in Shodan, and analyze hashes, URLs, and domains through VirusTotal, MalwareBazaar, and ThreatFox. - Use Case: When a scan returns 15 CVEs, ask Claude to prioritize them by risk. The server fetches CVSS, EPSS, and KEV data for each, ranks them, and generates an executive markdown report with remediation timelines. ## Quick Start Install the server with pipx install cve-mcp-server, add it to your Claude Desktop config with your NVD API key, then ask Claude to look up CVE-2021-44228 and calculate its risk score.