cve-search_mcp
Enables interaction with the CVE-Search API through a repository hosted on GitHub, allowing users to query and retrieve comprehensive vulnerability information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cve-search_mcpshow me the latest CVEs for Microsoft Windows 10"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: MCP NVD Server
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.gitInstall the dependencies
cd cve-search_mcp
uv sync3.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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server implementation to query the NIST National Vulnerability Database (NVD) via its API.Last updated214MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that retrieves CVE information from the National Vulnerability Database, allowing AI models to access up-to-date vulnerability data.Last updated17Apache 2.0
- AlicenseAqualityDmaintenanceA Model Context Protocol server providing security vulnerability intelligence tools including CVE lookup, EPSS scoring, CVSS calculation, exploit detection, and Python package vulnerability checking.Last updated89MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server for accessing the CIRCL CVE SEARCH API, providing comprehensive vulnerability and security information.Last updated10MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Search and browse every MCP server in the Model Context Protocol registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roadwy/cve-search_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server