Catalog
io.github.codeislaw101/katzilla
Official300+ free public & government data sources behind one API key, for AI agents.
Access to 300+ public and government datasets through unified API for AI agents.
README not available yet.
Install
Configuration
Environment variables
KATZILLA_API_KEYrequiredsecretKatzilla API key (get one free at https://katzilla.dev/dashboard)
claude_desktop_config.json
{
"mcpServers": {
"katzilla": {
"command": "npx",
"args": [
"-y",
"@katzilla/mcp@0.1.1"
],
"env": {
"KATZILLA_API_KEY": "<YOUR_KATZILLA_API_KEY>"
}
}
}
}