A cached CVE and GitHub Security Advisory feed that lets your agent check vulnerabilities without hitting NVD or GHSA APIs directly. Exposes four tools: lookup_cve for individual records, find_for_package to scan npm/PyPI/Cargo/Maven/Go dependencies, list_recent_critical for high-severity issues from the past week, and severity_summary for counts by bucket. The pitch is speed and cost: sub-100ms lookups instead of multi-second API calls, and you avoid the token overhead of parsing verbose NVD JSON. Normalized across ecosystems so you get consistent schema whether you're auditing a Python or Rust project. Install globally via npm, wire it into Claude Desktop or any MCP client with npx, and you're querying the cache locally.
Recent CVE + GHSA cache as a stdio MCP server.
Probe P-005 by weiseer.
Cached, structured snapshot of recent CVE + GitHub Security Advisory records — for AI agents auditing dependencies or screening new packages.
Your agent can:
lookup_cve — full record for one CVE/GHSA IDfind_for_package — all CVEs affecting a package by ecosystem (npm/PyPI/Cargo/Maven/Go)list_recent_critical — recent high-severity CVEs (default: 7-day, CVSS ≥ 7)severity_summary — counts by severity bucket| Agent DIY | cve-cache | |
|---|---|---|
| Source query | NVD JSON feeds + GHSA GraphQL | 1 MCP call |
| Token cost (NVD records are large) | $0.05-0.20 | $0 free / $0.00005 paid |
| Latency | 2-10 seconds | <100ms |
| Cross-ecosystem normalization | Per-source schema | Pre-normalized |
npm install -g @weiseer/cve-cache-mcp
{
"mcpServers": {
"cve-cache": {
"command": "npx",
"args": ["-y", "@weiseer/cve-cache-mcp"]
}
}
}
Apache-2.0. Catalog data: derived from public CVE/NVD/GHSA feeds (CC0/public domain).
CVE_CACHE_URLOverride remote snapshot URL
CVE_CACHE_LOCAL_ONLYSkip remote fetch
com.exploit-intel/eip-mcp
dmontgomery40/pentest-mcp
pantheon-security/notebooklm-mcp-secure
cyanheads/pentest-mcp-server
io.github.akhilucky/ai-firewall-mcp