You're viewing a demo portfolio

Join the waitlist
PRSM

get_epss

Active

Tool of Epss

declared in 0.1.0

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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Epss

https://github.com/pipeworx-io/mcp-epss

1/7 registries
View full server →