cve-search_mcpServer

roadwy
GitHub
securityvulnerabilityopen data

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, vendor and product exploration, CVE-ID specific CVE searches, and up-to-date CVE information.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "cve-search_mcp": {
        "args": [
          "--directory",
          "YOU_CVE_SEARCH_MCP_DIR_PATH",
          "run",
          "main.py"
        ],
        "command": "uv"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

vul_vendorsvul_vendor_productsvul_vendor_product_cvevul_cve_searchvul_last_cvesvul_db_update_status

โšก Features

  • Comprehensive access to CVE-Search
  • Vendor and product exploration
  • CVE-ID specific CVE search
  • Up-to-date CVE information

๐Ÿ’ฌ Example Queries

  • Get all vendors' JSON data
  • Get all products related to a vendor's JSON
  • Get all vulnerabilities for a specific vendor and product
  • Get JSON for a specific CVE ID
  • Get JSON for the latest 30 CVEs including CAPEC, CWE, and CPE extensions