data
CISA KEV MCP, CLI, and Lua Integration for AI Agents
CISA KEV integration docs for AI agents: MCP gateway setup, CISA KEV CLI commands, Lua API reference, credentials, and function schemas.CISA KEV for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
cisa-kev.cisa_kev_catalog | Read read | 0 | Retrieve the full CISA KEV JSON catalog. |
cisa-kev.cisa_kev_search | Read read | 0 | Search and filter CISA KEV vulnerabilities client-side. |
cisa-kev.cisa_kev_get_vulnerability | Read read | 0 | Retrieve one KEV catalog entry by CVE ID. |
cisa-kev.cisa_kev_recent | Read read | 0 | List recently added KEV catalog entries. |
cisa-kev.cisa_kev_schema | Read read | 0 | Retrieve the official CISA KEV JSON schema. |
cisa-kev.cisa_kev_csv | Read read | 0 | Retrieve the official CISA KEV CSV export. |
cisa-kev.cisa_kev_license | Read read | 0 | Retrieve the CISA KEV feed license text. |