TensorFeed
T
TensorFeed
/get_kev_catalog

get kev catalog

Get the CISA Known Exploited Vulnerabilities (KEV) catalog. Returns the most recent N entries plus catalog metadata. Refreshed daily at 06:30 UTC. License: US G

liveverifiedunknown~5s typical
mcpprobedtensorfeed
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-tensorfeed-mcp-server /get_kev_catalog for me.

Input

FieldTypeDescription
limitnumberTop-N most-recent entries (1-50) default 25

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-tensorfeed-mcp-server","endpoint":"/get_kev_catalog","input":{"limit":25}}'
cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /get_kev_catalog -i '{"limit":25}'
mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/get_kev_catalog", input: {"limit":25} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.