Loading MCP server directory, please wait...
Query CISA KEV / EPSS vulnerability feeds with full per-record provenance and auditable versions
npx @getmcp/cli add io.github.eason4kim-rocket/purify-feeds-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PURIFY_API_KEYAPI key for the public feeds gateway (issued manually during the pilot — open a GitHub issue to request one)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.eason4kim-rocket/purify-feeds-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PURIFY_API_KEY",
"-e",
"PURIFY_API_URL",
"ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1"
],
"env": {
"PURIFY_API_KEY": "",
"PURIFY_API_URL": ""
}
}
}
}