MCP Server
Maintained
MIT
Purify Security Feeds MCP Server
io.github.eason4kim-rocket/purify-feeds-mcp
What is the Purify Security Feeds MCP server?
Query CISA KEV / EPSS vulnerability feeds with full per-record provenance and auditable versions
How to install Purify Security Feeds
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PURIFY_API_KEYrequiredsecretAPI key for the public feeds gateway (issued manually during the pilot — open a GitHub issue to request one)
PURIFY_API_URLFeeds API base URL (defaults to the public gateway https://feeds.verifly.pro/feeds-api)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"purify-feeds-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1"
],
"env": {
"PURIFY_API_KEY": "<YOUR_PURIFY_API_KEY>",
"PURIFY_API_URL": "<YOUR_PURIFY_API_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"purify-feeds-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1"
],
"env": {
"PURIFY_API_KEY": "<YOUR_PURIFY_API_KEY>",
"PURIFY_API_URL": "<YOUR_PURIFY_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"purify-feeds-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1"
],
"env": {
"PURIFY_API_KEY": "<YOUR_PURIFY_API_KEY>",
"PURIFY_API_URL": "<YOUR_PURIFY_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"purify-feeds-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1"
],
"env": {
"PURIFY_API_KEY": "<YOUR_PURIFY_API_KEY>",
"PURIFY_API_URL": "<YOUR_PURIFY_API_URL>"
}
}
}
}Claude Code
claude mcp add purify-feeds-mcp --env PURIFY_API_KEY=<YOUR_PURIFY_API_KEY> --env PURIFY_API_URL=<YOUR_PURIFY_API_URL> -- docker run -i --rm ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1Related MCP servers
Email, EU VAT, IBAN, and domain validation plus evidence-backed U.S. CPSC recall screening.
View repository →