MCP Tool · Prioritization

cve_enrich

Fetch CVE details (description, CVSS v3 score, severity, references, timestamps). Queries local intel_cve table first; falls back to NIST NVD REST API 2.0.

Input

NameTypeRequiredDescription
cve_idawyesCVE identifier (e.g. CVE-2021-44228).

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/cve_enrich \
  -d '{"cve_id":"<aw>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "cve_enrich",
    "arguments": {
        "cve_id": "<aw>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Prioritization


Browse the full MCP server documentation or jump to the API key management page in your dashboard.