You're viewing a demo portfolio

Join the waitlist
PRSM

cve_search_by_keyword

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Free-text CVE search with optional date range. Matches keyword against CVE description text in the NVD.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "keyword"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results to return (1-2000, default 20)."
    },
    "keyword": {
      "type": "string",
      "description": "Free-text search phrase."
    },
    "pub_end_date": {
      "type": "string",
      "description": "Optional YYYY-MM-DD upper bound."
    },
    "pub_start_date": {
      "type": "string",
      "description": "Optional YYYY-MM-DD lower bound."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
cve_search_by_keyword — io.github.blackboxfoundry/livedatalink — PRSM MCP