get_epss
ActiveTool of Epss
EPSS exploit-probability for one or more CVEs. Returns each CVE's EPSS score (0-1 = probability it will be exploited in the wild in the next 30 days) and percentile (how it ranks vs all CVEs). Use to gauge real-world exploit likelihood and prioritize patching — complements CVSS severity (a high-severity CVE with low EPSS may be lower urgency than a moderate-severity one with high EPSS).
Parameters schema
{
"type": "object",
"required": [
"cve"
],
"properties": {
"cve": {
"type": "string",
"description": "A CVE id like \"CVE-2021-44228\", or several comma-separated (e.g. \"CVE-2021-44228,CVE-2014-0160\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Epss
https://github.com/pipeworx-io/mcp-epss
1/7 registries