Cve Search_mcp
@roadwy
About Cve Search_mcp
A Model Context Protocol (MCP) server for querying the CVE-Search API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cve-search_mcp": {
"command": "uv",
"args": [
"--directory",
"YOU_CVE_SEARCH_MCP_DIR_PATH",
"run",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cve Search_mcp?
Cve Search_mcp is a Model Context Protocol (MCP) server that queries the CVE-Search API. It provides comprehensive access to CVE-Search, allowing users to browse vendors and products, retrieve CVEs by ID, and fetch the most recently updated CVEs. It is intended for security researchers, developers, or any MCP client user needing automated CVE lookups.
How to use Cve Search_mcp?
Clone the repository and install dependencies with uv sync. Then add the server to your MCP client (e.g., Cline or Roo Code) by configuring a command that runs uv --directory <path> run main.py. The server exposes several tools for querying CVE data.
Key features of Cve Search_mcp
- Retrieve a JSON list of all vendors.
- Get all products associated with a vendor.
- Get all vulnerabilities per vendor and product.
- Look up a specific CVE by its ID.
- Fetch the last 30 CVEs with CAPEC, CWE, and CPE expansions.
- Obtain database status and last update information.
Use cases of Cve Search_mcp
- Automate CVE lookups in security incident response workflows.
- Correlate vulnerabilities with specific vendor products during audits.
- Integrate CVE data into MCP‑based threat intelligence dashboards.
- Monitor recent vulnerabilities and their enrichment data.
FAQ from Cve Search_mcp
What are the runtime requirements?
Python 3.10 or later and the uv package manager are required.
Where does the data come from?
All data is sourced from the public CVE‑Search API (https://www.cve‑search.org/api/).
How do I invoke Cve Search_mcp?
The server is run via an MCP client. Example configuration uses uv --directory <YOUR_DIR> run main.py.
What transports or authentication are used?
The README does not specify any additional transports or authentication. The server is invoked locally via the command line.
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Comments