- Explore MCP Servers
- cve-search_mcp
Cve Search Mcp
What is Cve Search Mcp
cve-search_mcp is a Model Context Protocol (MCP) server designed for querying the CVE-Search API, providing users with comprehensive access to CVE data.
Use cases
Use cases include querying specific CVEs for detailed information, monitoring the latest vulnerabilities, and integrating CVE data into security tools and applications.
How to use
To use cve-search_mcp, clone the repository from GitHub, install the necessary dependencies, and configure your MCP client with the appropriate directory path to run the server.
Key features
Key features include access to vendor and product information, retrieval of CVE data by CVE-ID, fetching the latest updated CVEs, and obtaining JSON data for various queries related to vulnerabilities.
Where to use
cve-search_mcp can be utilized in cybersecurity, software development, and vulnerability management fields to enhance security measures and track vulnerabilities effectively.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Cve Search Mcp
cve-search_mcp is a Model Context Protocol (MCP) server designed for querying the CVE-Search API, providing users with comprehensive access to CVE data.
Use cases
Use cases include querying specific CVEs for detailed information, monitoring the latest vulnerabilities, and integrating CVE data into security tools and applications.
How to use
To use cve-search_mcp, clone the repository from GitHub, install the necessary dependencies, and configure your MCP client with the appropriate directory path to run the server.
Key features
Key features include access to vendor and product information, retrieval of CVE data by CVE-ID, fetching the latest updated CVEs, and obtaining JSON data for various queries related to vulnerabilities.
Where to use
cve-search_mcp can be utilized in cybersecurity, software development, and vulnerability management fields to enhance security measures and track vulnerabilities effectively.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
CVE-Search MCP Server
A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs.
Requirements
- python 3.10+
- uv
- Cline、Roo Code etc
Tools
- To get a JSON with all the vendors
- To get a JSON with all the products associated to a vendor
- To get a JSON with all the vulnerabilities per vendor and a specific product
- To get a JSON of a specific CVE ID
- To get a JSON of the last 30 CVEs including CAPEC, CWE and CPE expansions
- To get more information about the current databases in use and when it was updated
Quick Start
- Git clone this repository
git clone https://github.com/roadwy/cve-search_mcp.git
- Install the dependencies
cd cve-search_mcp uv sync
3.Add to your mcp client(vscode with cline/roo code) configuration file, modify the "YOU_CVE_SEARCH_MCP_DIR_PATH" as you self dir.
"cve-search_mcp": { "command": "uv", "args": [ "--directory", "YOU_CVE_SEARCH_MCP_DIR_PATH", "run", "main.py" ], "disabled": false, "autoApprove": [] }
Reference
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.











