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. - python 3.10+ - Cline、Roo Code etc - 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 spec
Add this skill
npx mdskills install roadwy/cve-search-mcpProvides useful CVE vulnerability lookup tools with clear setup instructions but lacks examples.
1[](https://mseep.ai/app/roadwy-cve-search-mcp)23## CVE-Search MCP Server4----5678<a href="https://glama.ai/mcp/servers/@roadwy/cve-search_mcp">9 <img width="380" height="200" src="https://glama.ai/mcp/servers/@roadwy/cve-search_mcp/badge" alt="cve-search_mcp MCP server" />10</a>1112A Model Context Protocol (MCP) server for querying the [CVE-Search](https://www.cve-search.org/api/) API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs.1314## Requirements15- python 3.10+16- uv17- Cline、Roo Code etc1819## Tools20- To get a JSON with all the vendors21- To get a JSON with all the products associated to a vendor22- To get a JSON with all the vulnerabilities per vendor and a specific product23- To get a JSON of a specific CVE ID24- To get a JSON of the last 30 CVEs including CAPEC, CWE and CPE expansions25- To get more information about the current databases in use and when it was updated2627## Quick Start281. Git clone this repository29```30git clone https://github.com/roadwy/cve-search_mcp.git31```322. Install the dependencies33```34cd cve-search_mcp35uv sync36```373.Add to your mcp client(vscode with cline/roo code) configuration file, modify the `"YOU_CVE_SEARCH_MCP_DIR_PATH"` as you self dir.38```39 "cve-search_mcp": {40 "command": "uv",41 "args": [42 "--directory",43 "YOU_CVE_SEARCH_MCP_DIR_PATH",44 "run",45 "main.py"46 ],47 "disabled": false,48 "autoApprove": []49 }50```5152## Reference53https://github.com/cve-search/cve-search
Full transparency — inspect the skill content before installing.