top_exploited
Pack: epss · Endpoint: https://gateway.pipeworx.io/epss/mcp
List the CVEs most likely to be exploited, ranked by EPSS score descending. Answers “which vulnerabilities are most likely to be exploited right now” so you can prioritize patching. EPSS is the probability (0-1) a CVE will be exploited in the wild in the next 30 days; this complements CVSS severity rather than replacing it.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
min_score | number | no | EPSS threshold 0-1; only CVEs with a score greater than this are returned. Default 0.9. |
limit | number | no | Max CVEs to return (default 30, max 100). |
Example call
curl -X POST https://gateway.pipeworx.io/epss/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"top_exploited","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"epss": {
"url": "https://gateway.pipeworx.io/epss/mcp"
}
}
}
See Getting Started for client-specific install steps.