
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@katzilla/mcp
Advanced tools
MCP server for Katzilla — 300+ data sources for Claude Desktop, Cursor, and AI agents.
Model Context Protocol server for Katzilla — 300+ free public and government data sources behind one API key, exposed as MCP tools for Claude Desktop, Cursor, and any other MCP client.
One MCP server, one API key, and live access to primary-source data across:
Every response carries a citation block (source, license, URL, update frequency) and a quality block (freshness, uptime, completeness, confidence). Results are grounded and auditable.
You don't install it directly — your MCP client runs it via npx.
Get a free API key at https://katzilla.dev/dashboard.
Edit claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"katzilla": {
"command": "npx",
"args": ["-y", "@katzilla/mcp"],
"env": {
"KATZILLA_API_KEY": "kz_your_key_here"
}
}
}
}
Restart Claude Desktop. You should see the Katzilla tools appear in the MCP menu.
Add to ~/.cursor/mcp.json (or project-local .cursor/mcp.json):
{
"mcpServers": {
"katzilla": {
"command": "npx",
"args": ["-y", "@katzilla/mcp"],
"env": {
"KATZILLA_API_KEY": "kz_your_key_here"
}
}
}
}
The server speaks stdio. Point your client at npx -y @katzilla/mcp and set KATZILLA_API_KEY in the environment.
| Variable | Required | Default | Purpose |
|---|---|---|---|
KATZILLA_API_KEY | yes | — | Your key (starts with kz_) |
KATZILLA_BASE_URL | no | https://api.katzilla.dev | Override for self-hosted / staging |
On start, the server calls Katzilla's public /agents/tools endpoint and registers every available action as an MCP tool. Tool calls proxy through to the Katzilla API with your key, and return the full { data, quality, citation } payload as JSON text content so the model can reason over source metadata.
MIT
FAQs
MCP server for Katzilla — 300+ data sources for Claude Desktop, Cursor, and AI agents.
The npm package @katzilla/mcp receives a total of 26 weekly downloads. As such, @katzilla/mcp popularity was classified as not popular.
We found that @katzilla/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.