You're viewing a demo portfolio

Join the waitlist
PRSM

security_fetch_cve_watch

Active

Tool of DataNexus MCP

declared in 3.4.2

Persistent CVE watchlist. Create once, check anytime for new events since your last visit — patch releases, KEV listings, PoC publications, exploitation detected. Uses Redis for persistence, NVD + CISA KEV + EPSS for daily background refresh. Returns has_new_events, events (list), call_back_in="24h" on check. Rate limit: 60/minute. No auth required. For security engineers tracking CVE exposure over time. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="security_fetch_cve_watch", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Parameters schema

{
  "type": "object",
  "required": [
    "watch_id",
    "cve_ids",
    "action"
  ],
  "properties": {
    "action": {
      "enum": [
        "create",
        "check",
        "delete"
      ],
      "type": "string",
      "description": "Action: create, check, or delete the watchlist. Required."
    },
    "cve_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of CVE IDs to watch e.g. ['CVE-2021-44228']. Required for create."
    },
    "watch_id": {
      "type": "string",
      "description": "Unique watch identifier to create, check, or delete. Required."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

DataNexus MCP

1/7 registries
View full server →