You're viewing a demo portfolio

Join the waitlist
PRSM

vuln_patch_priority_engine

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
vuln_patch_priority_engine — @gapup/mcp-knowledge — PRSM MCP