Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CVE Risk MCP ServerRank these CVEs by patching priority: CVE-2023-38831 and CVE-2024-21412"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CVE Risk MCP Server
MCP server for CVE lookups, KEV enrichment, and “what should I patch first?” ranking. It
implements the MCP tools/list + tools/call flow over stdio and returns structured risk
assessments per CVE.
Features
CVE detail lookups with parsed CVSS v3/v4 metrics.
CISA KEV feed enrichment (primary + mirror fallback).
EPSS-style risk scoring with reasons and a priority label.
Batch ranking for patch queues.
Tools
cve_lookupInputs:
cve_id,include_kevOutput: CVE summary + KEV status + risk score
cve_rankInputs:
cve_ids,include_kevOutput: ranked list (highest risk first)
Quickstart
Run (MCP stdio)
Example (tools/call)
Data sources
CVE data: CIRCL Vulnerability Lookup API.
KEV data: CISA Known Exploited Vulnerabilities feed (primary URL) with fallback to the official CISA GitHub mirror.
Notes
No authentication: intended for local or controlled environments.
All outbound network calls are GETs to the configured APIs.