Add your description here
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_cve_search_mcp-0.1.0.tar.gz.
File metadata
- Download URL: mseep_cve_search_mcp-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a4f344a4bce3a607bea0c5c0ce1957a29aa76828814ebc09b9d530ddaa0ee17
|
|
| MD5 |
8d83b59cb10758d9ded80d7ca5c02a76
|
|
| BLAKE2b-256 |
118ec653f41d6728ab52f84de8c9fc296ef3364c6c859fec3c5fae84c5f9f29c
|
File details
Details for the file mseep_cve_search_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mseep_cve_search_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab20063396d9a8023eadc281bc831831a6e8778cb0ffe27dc7a165aa3ac2b103
|
|
| MD5 |
667a7492f3d54392f6daaefa7ec74c33
|
|
| BLAKE2b-256 |
6c337c36bda972a3a17ebde7190b92c0b1259926e9ec6b680391866dbc001e57
|