You're viewing a demo portfolio

Join the waitlist
PRSM

recent_cves

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

nvd

https://github.com/pipeworx-io/mcp-nvd

1/7 registries
View full server →