You're viewing a demo portfolio

Join the waitlist
PRSM

search_cves

Active

Tool of nvd

declared in 0.1.0

Search for CVE vulnerabilities by keyword. Returns CVE ID, description, severity, and CVSS score. Use when researching security threats or checking if a known vulnerability affects your systems.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "log4j"
    },
    {
      "limit": 50,
      "query": "Apache Struts remote code execution"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of results to return (default 10, max 2000)"
    },
    "query": {
      "type": "string",
      "description": "Keyword(s) to search in CVE descriptions"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

nvd

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

1/7 registries
View full server →
search_cves — nvd — PRSM MCP