Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
CVE MCP Server
Summary
Vulnerability triage for AI agents: 28 security tools across 24 free intelligence sources — NVD, EPSS, CISA KEV, MITRE ATT&CK, Shodan and VirusTotal — behind a single triage_cve call.
Features
- triage_cve fans out to every relevant source in parallel and returns a prioritised verdict
- 28 tools across 24 intelligence sources
- 8 tools work with no API key at all
- EPSS exploitation probability and CISA KEV known-exploited status
- MITRE ATT&CK technique mapping and GitHub proof-of-concept search
- Dependency scanning via OSV.dev and GitHub Advisories
- Executive risk reports generated from the collected evidence
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
CVE MCP Server collapses the tab-hopping that makes vulnerability triage slow. Working out whether a CVE matters normally means checking NVD for the CVSS vector, EPSS for exploitation probability, CISA KEV for known active exploitation, GitHub for a proof of concept, and a threat feed for whether anything is scanning for it. This server wires all of that behind one Model Context Protocol surface so an assistant can do the fan-out itself.
The headline tool is triage_cve, which queries every relevant source in parallel and returns a prioritised recommendation with the evidence attached — the single call most users need. Behind it sit 27 more tools in six groups: vulnerability intelligence (CVE lookup, EPSS scoring, KEV status, CVSS vector parsing), exploit intelligence (GitHub PoC search, MITRE ATT&CK mapping, Exploit-DB and Nuclei template checks), risk and reporting (risk scoring, executive summaries, CVE prioritisation), network intelligence (IP reputation via AbuseIPDB, GreyNoise, Shodan and CIRCL passive DNS), threat intelligence (VirusTotal, MalwareBazaar, ThreatFox, ransomware tracking), and DevSecOps dependency scanning through OSV.dev and GitHub Advisories.
The API-key story is unusually gentle. Eight tools work with no credentials at all — NVD at its unauthenticated rate, EPSS, CISA KEV, OSV.dev, MITRE ATT&CK, CWE lookups, CVSS parsing and Ransomwhere. A free NVD key raises throughput roughly fiftyfold and a GitHub token lifts the PoC-search rate limit; free accounts at AbuseIPDB, VirusTotal, GreyNoise and Shodan unlock the network and threat tiers. Nothing in the stack requires a paid subscription.
Python 3.10+, installed from source with pip install -e ., MIT-licensed. Built by the independent maintainer mukul975 — it is not affiliated with any of the data providers it queries.
Related MCP Servers
Context-compression MCP server that shrinks tool outputs, logs, files and RAG chunks before they reach the model, cutting 60-95% of tokens on JSON payloads.
Persistent memory for coding agents as a single Go binary — SQLite and FTS5 behind MCP, an HTTP API, a CLI and a TUI, with no Node, Python or Docker required.
Give a coding agent a live feedback loop on real mobile, TV and desktop apps — inspect, tap, type and capture evidence on iOS, Android and HarmonyOS over MCP or a CLI.
