← Back to Plugins
MCP Server MCP

io.github.codeislaw101/katzilla

github By github 👁 1 views ▲ 0 votes

300+ free public & government data sources behind one API key, for AI agents.

Homepage Verified source GitHub

Install

npx -y @katzilla/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@katzilla/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Katzilla API key (get one free at https://katzilla.dev/dashboard)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KATZILLA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...