vuln_exploitability_forecast
ActiveTool of gapup-mcp
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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries