Canido
@benswork-space
关于 Canido
Regulatory intelligence API — look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"canido": {
"command": "npx",
"args": [
"-y",
"@canido/mcp-server"
],
"env": {
"CANIDO_API_KEY": "your_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Canido?
Canido is an MCP server that integrates with the CanIDo regulatory intelligence API to answer what permits, licenses, or regulations apply for a given business activity at a specific location. Designed for MCP-compatible AI agents (Claude Desktop, Cursor, Continue, etc.), it currently supports food-service activities in Austin, TX; San Francisco, CA; and New York City, NY.
How to use Canido?
Install and run the server via npx: npx -y @canido/mcp-server. Set the CANIDO_API_KEY environment variable with your API key (free keys available at the CanIDo website, 10 queries/month). Any MCP-compatible client can then invoke the server’s tools: lookup_requirements, list_locations, and get_requirement_detail.
Key features of Canido
- Integrates with the CanIDo regulatory intelligence API
- Supports queries for Austin, San Francisco, and New York City
- Covers food‑service activities: food truck, restaurant, catering, cottage food
- Optional category filtering (health, fire, zoning, building, alcohol, tax, business registration, certification)
- Returns structured data: permits, fees, agencies, processing times, prerequisites, and gotchas
Use cases of Canido
- Determine what permits are needed to open a food truck in Austin
- Compare regulatory requirements for a restaurant between San Francisco and NYC
- Filter results to see only health‑department or fire‑safety requirements
- Get detailed information on a specific permit by its ID
- Integrate regulatory lookups into an AI assistant for business‑planning workflows
FAQ from Canido
What activities and locations does Canido support?
It supports four food‑service activities (food_truck, restaurant, catering, cottage_food) and three locations (austin_tx, san_francisco_ca, new_york_city_ny).
How do I get an API key?
A free API key is available at the CanIDo website (10 queries/month, no credit card required). The key is set as the CANIDO_API_KEY environment variable.
Is there a free tier?
Yes. The free plan allows 10 queries per month. Paid plans (Starter $49/mo for 500 queries, Pro $199/mo for 5,000 queries, Enterprise custom) are also available.
What MCP clients are compatible with Canido?
Any MCP‑compatible client works, including Claude Desktop, Cursor, and Continue. The server uses the stdio transport and is invoked via npx.
What data does the server provide?
The server returns structured permit requirements for a business activity/location, including permits, fees, agencies, processing times, prerequisites, and common gotchas. It can also list all supported locations and give detailed information on a specific requirement by ID.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论