← Back to Plugins
MCP Server MCP

Purify Security Feeds

github By github 👁 1 views ▲ 0 votes

Query CISA KEV / EPSS vulnerability feeds with full per-record provenance and auditable versions

Homepage Verified source GitHub

Install

oci:ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the public feeds gateway (issued manually during the pilot — open a GitHub issue to request one)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PURIFY_API_KEY"
        },
        {
          "description": "Feeds API base URL (defaults to the public gateway https://feeds.verifly.pro/feeds-api)",
          "format": "string",
          "name": "PURIFY_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...