recent_cves
ActiveTool of nvd
declared in 0.1.0
Get CVEs published within a date range (use ISO 8601 format, e.g., "2024-01-01T00:00:00.000Z"). Returns CVE IDs, descriptions, and severity. Use to track newly disclosed vulnerabilities.
Parameters schema
{
"type": "object",
"examples": [
{
"end": "2024-01-31T23:59:59.000Z",
"start": "2024-01-01T00:00:00.000Z"
},
{
"end": "2024-12-15T23:59:59.000Z",
"limit": 100,
"start": "2024-12-01T00:00:00.000Z"
}
],
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End date in ISO 8601 format (e.g. \"2024-01-31T23:59:59.000Z\")"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 10, max 2000)"
},
"start": {
"type": "string",
"description": "Start date in ISO 8601 format (e.g. \"2024-01-01T00:00:00.000Z\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
nvd
https://github.com/pipeworx-io/mcp-nvd
1/7 registries