Overview
What is CVE-Search MCP?
CVE-Search MCP is a Model Context Protocol server designed for querying the CVE-Search API, providing comprehensive access to CVE data including vendor and product information, CVE details by ID, and the latest CVEs.
How to use CVE-Search MCP?
To use CVE-Search MCP, clone the repository from GitHub, install the necessary dependencies, and configure your MCP client to point to the server's directory.
Key features of CVE-Search MCP?
- Access to a JSON of all vendors and their associated products.
- Retrieve vulnerabilities for specific vendors and products.
- Get detailed information for specific CVE IDs.
- Access the latest 30 CVEs with CAPEC, CWE, and CPE expansions.
- Information about the current databases in use and their last updated times.
Use cases of CVE-Search MCP?
- Security researchers can query vulnerabilities associated with specific products.
- Developers can integrate CVE data into their applications for enhanced security.
- Organizations can monitor the latest vulnerabilities affecting their software stack.
FAQ from CVE-Search MCP?
- What programming language is CVE-Search MCP written in?
CVE-Search MCP is written in Python.
- What are the system requirements?
You need Python 3.10 or higher and additional tools like uv and Cline/Roo Code.
- Is there a graphical interface for CVE-Search MCP?
No, CVE-Search MCP is a server that interacts with clients via the MCP protocol.