Loading MCP server directory, please wait...
Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.
npx @getmcp/cli add io.github.benswork-space/canido-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CANIDO_API_KEYYour CanIDo API key. Get a free one at https://canido-api-production.up.railway.app (10 queries/month free tier).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.benswork-space/canido-mcp": {
"command": "npx",
"args": [
"-y",
"@canido/mcp-server"
],
"env": {
"CANIDO_API_KEY": "",
"CANIDO_API_URL": "https://canido-api-production.up.railway.app"
}
}
}
}