cve-search_mcp
19
The CVE-Search MCP Server is an MCP server that interfaces with the CVE-Search API to provide detailed access to CVE data. Its features include searching by vendor, product, CVE-ID, and retrieving the latest CVEs. It is intended for developers needing reliable vulnerability information.
CVE-Search MCP Server
A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, allowing users to browse vendors and products, obtain CVEs per CVE-ID, and get the latest updated CVEs.
Requirements
- Python 3.10+
- uv
- Cline, Roo Code etc
Tools
- Get JSON with all vendors
- Get JSON with products associated with a vendor
- Get JSON with vulnerabilities per vendor and a specific product
- Get JSON of a specific CVE ID
- Get JSON of the last 30 CVEs
- Get information about the databases used
Quick Start
- Clone this repository
- Install dependencies
- Add to your MCP client configuration (e.g., VSCode with Cline/Roo Code)