Documentation/MCP clients

DevSecure Intelligence MCP Server

Status: Coming Soon Q3 2026.

The DevSecure Intelligence MCP server will expose the following read-only tools to MCP-compatible clients such as Claude Desktop, Cursor, Continue, Cline, and future MCP-aware AI tools:

prioritise_cves(cve_ids: string[])

Purpose
Rank CVEs by real-world exploitation risk.

lookup_cve(cve_id: string)

Purpose
Full evidence for a single CVE.

explain_score(cve_id: string)

Purpose
Human-readable RPS explanation.

get_patches(cve_id: string)

Purpose
Patch availability and references.

recent_kev_additions(days: number)

Purpose
Recently-exploited CVE inventory.

Transport: Streamable HTTP at mcp.intelligence.devsecure.io (hosted) and @devsecure/intelligence-mcp npm package (stdio for local clients).

Authentication: Bearer-token API key, using the same key as the HTTP API. Obtain a key at /signup.

Rate limits: Stricter than HTTP API. Free 10/min, Pro 100/min, Business 500/min. Anonymous evaluation tier: 5 invocations/hour against sample data.

Subscribe to launch updates ->

See also