Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

Shenlong CVE · MCP Server

Connect Claude Desktop or Claude Code to the Shenlong CVE database. Query 340K+ CVEs, search vulnerabilities, and pull AI PoC reports — right inside Claude.

$pip install shenlong-cve-mcp

Available Tools

ToolDescriptionAPI Key required
cve_lookupGet CVE detail — title, CVSS, CWE, PoC linksNo
cve_searchKeyword search across 340K+ CVEsNo
get_ai_pocFetch AI-generated PoC analysis reportYes (Pro)
generate_ai_pocTrigger new AI PoC generationYes (Pro)
get_quotaCheck remaining API quotaYes

Quick Start

1
Get an API Key
Log in → User Center → API Keys → Create Key (format: cveak_xxx). Free-tier keys can use cve_lookup and cve_search without limit.
2
Install
pip install shenlong-cve-mcp
3a
Configure Claude Desktop

Edit ~/.claude/claude_desktop_config.json:

{ "mcpServers": { "shenlong-cve": { "command": "shenlong-cve-mcp", "env": { "SHENLONG_API_KEY": "cveak_你的Key" } } } }
3b
Configure Claude Code (CLI)
claude mcp add shenlong-cve -e SHENLONG_API_KEY=cveak_你的Key -- shenlong-cve-mcp

Example Prompts

  • "Look up CVE-2024-3400 and summarize the risk"
  • "Search for critical Apache vulnerabilities in 2024"
  • "Get the AI PoC analysis for CVE-2021-44228"
  • "How much API quota do I have left?"

Plan Comparison

Plancve_lookup
cve_search
get_ai_pocgenerate_ai_poc
FreePreview (300 chars)
Pro50 / day
Pro+100 / day
EnterpriseUnlimited

View full pricing →

FAQ

No. Basic tools (cve_lookup and cve_search) are free and work without an API key. AI PoC tools (get_ai_poc and generate_ai_poc) require a Pro or higher subscription.

Claude Desktop and Claude Code (CLI) are supported out of the box. Any other MCP-compatible client also works.

5 tools: cve_lookup (CVE detail, CVSS, CWE, PoC links), cve_search (keyword search across 340K+ CVEs), get_ai_poc (fetch AI PoC report), generate_ai_poc (trigger new AI PoC), get_quota (check remaining API quota).

Register and log in, then go to User Center → API Keys to create a key (format: cveak_xxx). Free accounts can create keys at no charge.