Connects to CISA's Known Exploited Vulnerabilities catalog, giving you programmatic access to the federal government's actively exploited CVE database. Part of the Pipeworx gateway ecosystem, which means you can either use it standalone or tap into their full 673+ data source network. The ask_pipeworx tool lets you query in plain English instead of crafting manual API calls. Reach for this when you're tracking security exposure, need to cross-reference vulnerabilities against known exploits in the wild, or building automated security monitoring workflows. Deployed as a streamable HTTP endpoint, so configuration is just dropping a URL into your MCP client config.
CISA KEV MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cisa-kev": {
"url": "https://gateway.pipeworx.io/cisa-kev/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cisa Kev data" })
The gateway picks the right tool and fills the arguments automatically.
MIT