{
  "markdown": "# @canido/mcp-server\n\nMCP server for **[CanIDo](https://canido-api-production.up.railway.app)** — the regulatory intelligence API that answers: *\"What permits, licenses, or regulations apply if I want to do X at location Y?\"*\n\nGive any MCP-compatible AI agent (Claude Desktop, Cursor, Continue, etc.) the ability to look up structured permit requirements for food service businesses in:\n\n- 🤠 **Austin, TX**\n- 🌉 **San Francisco, CA**\n- 🗽 **New York City, NY**\n\n## Installation\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"canido\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@canido/mcp-server\"],\n      \"env\": {\n        \"CANIDO_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\nGet a free API key at [canido-api-production.up.railway.app](https://canido-api-production.up.railway.app) (10 queries/month, no credit card required).\n\n### Cursor / Continue / other MCP clients\n\nAny MCP-compatible client will work. Point them at:\n\n```\ncommand: npx\nargs: [\"-y\", \"@canido/mcp-server\"]\nenv:\n  CANIDO_API_KEY: your_api_key\n```\n\n## Tools\n\n### `lookup_requirements`\nLook up permits, licenses, and regulatory requirements for a business activity in a specific location.\n\n**Parameters:**\n- `activity`: `food_truck` | `restaurant` | `catering` | `cottage_food`\n- `location`: `austin_tx` | `san_francisco_ca` | `new_york_city_ny`\n- `category` (optional): `health` | `fire` | `zoning` | `building` | `alcohol` | `tax` | `business_registration` | `certification`\n\n### `list_locations`\nGet all supported locations.\n\n### `get_requirement_detail`\nGet detailed info about a specific requirement by ID.\n\n## Example\n\nAsk Claude:\n\n> \"What do I need to open a food truck in Austin?\"\n\nClaude will call `lookup_requirements` and come back with structured data: permits, fees, agencies, processing times, prerequisites, and common gotchas.\n\n## Pricing\n\n- **Free**: 10 queries/month\n- **Starter**: $49/mo — 500 queries/month\n- **Pro**: $199/mo — 5,000 queries/month + bulk lookups + regulatory change webhooks\n- **Enterprise**: Custom\n\n## License\n\nMIT\n",
  "bytes": 2087,
  "sha": "d849f20071dfb39fe42b6f904af4641aa36b8e819d2c87481ec0707988cf98a3",
  "repo_slug": "benswork-space/canido-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_benswork_space_canido_mcp_cfe201d6/readme"
}