Security & Testing
cve-security.com
Provides comprehensive vulnerability intelligence and CVE search with scoring, detection, and remediation information.
ENDPOINT 1
https://cve-security.com/api/mcp
MCP server metadata
- Name
- cve-security
- Version
- 1.4.0
Read-only CVE intelligence. All tools are keyless over MCP; an API key on the HTTP request (Authorization: Bearer cvs_live_…, free via POST /api/signup) is honored for attribution. Absence semantics apply to every field: null means this dataset holds no record. The source may still hold one.
Known tools 6
get_cveFull intelligence record for one CVE: per-scorer CVSS, EPSS, CISA KEV/ransomware/SSVC, four remote-detection modalities plus the Sigma log-detection layer, per-product fixed versions (fixed = first patched build; affected_through = the last vulnerable build, so upgrade past it), news/community coverage, intelligence summary.
Inferred read-onlyquery_packageCVEs affecting one open-source package, by purl (pkg:npm/lodash) or ecosystem + name (Maven names are group:artifact).
Inferred read-onlyget_updatesThe publication change stream: what this site published, stamped with OUR publish time (first_published, kev_added, detection_added, remediation_added).
Potential side effectsget_scoreboardThe Defender Scoreboard report (CC BY 4.0): exploited vs detectable vs patchable, every figure with its method, caveat and denominator, plus the corpus block and any method-change notes.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cve-security]
url = "https://cve-security.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cve-security": {
"type": "http",
"url": "https://cve-security.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cve-security
Remote MCP URL: https://cve-security.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cve-security": {
"url": "https://cve-security.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cve-security": {
"type": "http",
"url": "https://cve-security.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cve-security",
"transport": "streamable-http",
"url": "https://cve-security.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.