CISA Vulnerability Checker MCP Server
@yeger00
About CISA Vulnerability Checker MCP Server
kev-mcp server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kev-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CISA Vulnerability Checker MCP Server?
CISA Vulnerability Checker MCP Server is a Model Context Protocol (MCP) server that provides real‑time access to CISA’s Known Exploited Vulnerabilities (KEV) catalog. It enables security analysts and developers to check individual CVEs, retrieve recent entries, and integrate vulnerability data into Claude or Cursor workflows.
How to use CISA Vulnerability Checker MCP Server?
Add the server to your Claude desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json) using the remote endpoint https://amcipi.com/cisa-kev/mcp. Alternatively, clone the repository and run locally with uvicorn or Docker. Use the CLI commands cisa-vuln-checker check-cve <CVE_ID> and cisa-vuln-checker recent-cves --days 7 for quick checks.
Key features of CISA Vulnerability Checker MCP Server
- Real‑time CVE checking and monitoring
- Integration with Claude for enhanced security analysis
- Access to the complete CISA KEV catalog
- REST API endpoints for health, status, and CVE lookups
- CLI commands for recent and specific vulnerability checks
- Available as a hosted endpoint or self‑hosted installation
Use cases of CISA Vulnerability Checker MCP Server
- Querying a specific CVE during incident response
- Monitoring newly added exploited vulnerabilities on a daily or weekly basis
- Automating vulnerability checks in CI/CD pipelines using CLI or REST API
- Embedding CISA KEV data into Claude‑powered security assistants
FAQ from CISA Vulnerability Checker MCP Server
What data does the server access?
It accesses CISA’s Known Exploited Vulnerabilities (KEV) catalog in real time through the official CISA feed.
How do I configure it with Claude?
Add the remote MCP endpoint https://amcipi.com/cisa-kev/mcp to your Claude desktop configuration under mcpServers, using npx mcp-remote as the command.
Can I run it locally?
Yes. You can clone the repository, install dependencies, and run the server with uvicorn cisa_vuln_checker.server:app or via Docker. No external API key is required.
What transport does the server use?
The server uses a standard HTTP‑based MCP transport. The hosted endpoint is available at https://amcipi.com/cisa-kev/.
Are there any usage limits mentioned?
The documentation does not specify any usage limits for the hosted or self‑hosted versions.
Frequently asked questions
What data does the server access?
It accesses CISA’s Known Exploited Vulnerabilities (KEV) catalog in real time through the official CISA feed.
How do I configure it with Claude?
Add the remote MCP endpoint `https://amcipi.com/cisa-kev/mcp` to your Claude desktop configuration under `mcpServers`, using `npx mcp-remote` as the command.
Can I run it locally?
Yes. You can clone the repository, install dependencies, and run the server with `uvicorn cisa_vuln_checker.server:app` or via Docker. No external API key is required.
What transport does the server use?
The server uses a standard HTTP‑based MCP transport. The hosted endpoint is available at `https://amcipi.com/cisa-kev/`.
Are there any usage limits mentioned?
The documentation does not specify any usage limits for the hosted or self‑hosted versions.
Basic information
More Developer Tools MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Grafana MCP server
grafanaMCP server for Grafana

Sentry
modelcontextprotocolModel Context Protocol Servers
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Comments