search_cves
ActiveTool of nvd
declared in 0.1.0
Search for CVE vulnerabilities by keyword. Returns CVE ID, description, severity, and CVSS score. Use when researching security threats or checking if a known vulnerability affects your systems.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "log4j"
},
{
"limit": 50,
"query": "Apache Struts remote code execution"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 10, max 2000)"
},
"query": {
"type": "string",
"description": "Keyword(s) to search in CVE descriptions"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
nvd
https://github.com/pipeworx-io/mcp-nvd
1/7 registries