vuln_patch_priority_engine
ActiveTool of @gapup/mcp-knowledge
As a CTO, quickly prioritize unpatched CVEs by combining exploitability scores (EPSS) with cloud asset criticality. Input a list of CVE IDs and your AWS service types (e.g., EC2, RDS) to receive a ranked patching order with risk scores and estimated cloud impact. Uses public NVD, OpenCVE, and AWS pricing data. Ideal for vulnerability management and cloud security posture improvement.
Parameters schema
{
"type": "object",
"required": [
"cveIds"
],
"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."
},
"cveIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of CVE identifiers to analyze (e.g., [\"CVE-2021-44228\", \"CVE-2023-3824\"])"
},
"maxResults": {
"type": "number",
"default": 10,
"description": "Maximum number of prioritized CVEs to return (default: 10)"
},
"awsServices": {
"type": "array",
"items": {
"type": "string"
},
"description": "AWS service types affected by these CVEs (e.g., [\"EC2\", \"RDS\", \"Lambda\"])"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries