You're viewing a demo portfolio

Join the waitlist
PRSM

vuln_exploitability_forecast

Active

Tool of gapup-mcp

declared in 0.2.0

As a CTO, assess the exploitability risk of CVEs using EPSS scores and cloud asset exposure data. Input a CVE ID (e.g., CVE-2021-44228) to receive exploitability likelihood, affected cloud services, and threat intelligence context. Returns structured risk metrics for prioritization. Sources: CVE NVD, OpenCVE, GitHub Advisories. Pass async:true to avoid timeout.

Parameters schema

{
  "type": "object",
  "required": [
    "cveId"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "cveId": {
      "type": "string",
      "pattern": "^CVE-\\d{4}-\\d{4,}$"
    },
    "cloudProvider": {
      "enum": [
        "aws",
        "gcp",
        "azure",
        ""
      ],
      "type": "string"
    },
    "includeDetails": {
      "type": "boolean",
      "default": false
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
vuln_exploitability_forecast — gapup-mcp — PRSM MCP