← Registry

Security & Testing

cve-security.com

Provides comprehensive vulnerability intelligence and CVE search with scoring, detection, and remediation information.

1 endpoint6 known toolsFirst detected August 4, 2026Last detected September 7, 2026

ENDPOINT 1

https://cve-security.com/api/mcp

No auth detected

MCP server metadata

Name
cve-security
Version
1.4.0
Capabilities
toolsresources
Server instructions

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_cve

Full 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-only
search_cves

Search the catalog.

Inferred read-only
query_package

CVEs affecting one open-source package, by purl (pkg:npm/lodash) or ecosystem + name (Maven names are group:artifact).

Inferred read-only
get_updates

The publication change stream: what this site published, stamped with OUR publish time (first_published, kev_added, detection_added, remediation_added).

Potential side effects
get_scoreboard

The 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-only
get_epss_movers

CVEs whose EPSS exploitation probability rose the most recently.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.