loading…
Search for a command to run...
loading…
A Model Context Protocol (MCP) server for accessing the CIRCL CVE SEARCH API, providing comprehensive vulnerability and security information.
A Model Context Protocol (MCP) server for accessing the CIRCL CVE SEARCH API, providing comprehensive vulnerability and security information.
A Model Context Protocol (MCP) server for accessing the CIRCL CVE SEARCH API, providing comprehensive vulnerability and security information.
This MCP server provides reliable tools to access:
npm install @cyreslab/circl-cve-search-mcp-server
Add this server to your MCP client configuration:
{
"mcpServers": {
"circl-cve-search": {
"command": "npx",
"args": ["@cyreslab/circl-cve-search-mcp-server"]
}
}
}
Get detailed information about a specific CVE by its ID.
Parameters:
cve_id (required): CVE identifier (e.g., "CVE-2021-44228")Example:
{
"name": "get_cve",
"arguments": {
"cve_id": "CVE-2021-44228"
}
}
Response Format:
Browse CVEs by vendor name to discover security issues in specific vendors' products.
Parameters:
vendor (required): Vendor name (e.g., "apache", "microsoft", "google")limit (optional): Number of results to return (default: 10, max: 50)Example:
{
"name": "browse_vendor",
"arguments": {
"vendor": "apache",
"limit": 15
}
}
Response Format:
Get Common Weakness Enumeration (CWE) information by ID.
Parameters:
cwe_id (required): CWE identifier (e.g., "CWE-79", "CWE-89")Example:
{
"name": "get_cwe",
"arguments": {
"cwe_id": "CWE-79"
}
}
Response Format:
Get Common Attack Pattern Enumeration and Classification (CAPEC) information by ID.
Parameters:
capec_id (required): CAPEC identifier (e.g., "CAPEC-66", "CAPEC-89")Example:
{
"name": "get_capec",
"arguments": {
"capec_id": "CAPEC-66"
}
}
Response Format:
This server uses the CIRCL CVE SEARCH API, which provides:
The CIRCL CVE SEARCH API is free to use and doesn't require authentication. However, please use it responsibly and avoid making excessive requests that could impact the service.
The server handles various error conditions:
npm run build
npm run dev
MIT License - see LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
For issues and questions:
Выполни в терминале:
claude mcp add circl-cve-search-mcp-server -- npx Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development