canido
@canido/mcp-server
MCP server for CanIDo — the regulatory intelligence API that answers: "What permits, licenses, or regulations apply if I want to do X at location Y?"
Give any MCP-compatible AI agent (Claude Desktop, Cursor, Continue, etc.) the ability to look up structured permit requirements for food service businesses in:
🤠 Austin, TX
🌉 San Francisco, CA
🗽 New York City, NY
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"canido": {
"command": "npx",
"args": ["-y", "@canido/mcp-server"],
"env": {
"CANIDO_API_KEY": "your_api_key_here"
}
}
}
}Get a free API key at canido-api-production.up.railway.app (10 queries/month, no credit card required).
Cursor / Continue / other MCP clients
Any MCP-compatible client will work. Point them at:
command: npx
args: ["-y", "@canido/mcp-server"]
env:
CANIDO_API_KEY: your_api_keyRelated MCP server: Katzilla MCP
Tools
lookup_requirements
Look up permits, licenses, and regulatory requirements for a business activity in a specific location.
Parameters:
activity:food_truck|restaurant|catering|cottage_foodlocation:austin_tx|san_francisco_ca|new_york_city_nycategory(optional):health|fire|zoning|building|alcohol|tax|business_registration|certification
list_locations
Get all supported locations.
get_requirement_detail
Get detailed info about a specific requirement by ID.
Example
Ask Claude:
"What do I need to open a food truck in Austin?"
Claude will call lookup_requirements and come back with structured data: permits, fees, agencies, processing times, prerequisites, and common gotchas.
Pricing
Free: 10 queries/month
Starter: $49/mo — 500 queries/month
Pro: $199/mo — 5,000 queries/month + bulk lookups + regulatory change webhooks
Enterprise: Custom
License
MIT
Available Tools
3 toolsget_requirement_detailA
Get detailed information about a specific permit or requirement by its ID.
| Name | Required | Description | Default |
|---|---|---|---|
| requirement_id | Yes | The requirement ID (e.g., 'austin_mobile_food_vendor_permit') |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It indicates a retrieval operation (not destructive), but does not disclose rate limits, authentication needs, or potential absence of results. However, the description is clear about its read-only nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, concise and to the point. It front-loads the purpose. Could potentially be slightly expanded without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity (1 parameter, no output schema, no annotations), the description covers the essential information. It explains what the tool does and the key parameter. It does not discuss return format, but that may be inferred.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single parameter. The description adds value by giving an example format for requirement_id ('austin_mobile_food_vendor_permit'), which clarifies the expected pattern beyond the schema's generic description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'detailed information about a specific permit or requirement by its ID'. It distinguishes from siblings: list_locations and lookup_requirements are broader, while this tool targets a single item by ID.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that this tool should be used when you have a specific requirement ID, but does not explicitly state when to use it versus siblings or exclude cases. With only one sibling (lookup_requirements), more guidance on when to use which would be helpful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_locationsA
List all locations (cities) currently supported by CanIDo for regulatory lookups.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It clearly states that it lists cities currently supported, implying a read-only operation. No contradictions; it accurately describes the behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that conveys the essential information without any wasted words. It is front-loaded with the key action and resource.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the tool has no parameters, no annotations, and no output schema, the description is complete enough. It explains what the tool does and what it returns (list of supported cities). A minor gap is not specifying the output format, but it is reasonable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no parameters, so there are no parameters to describe. The description adds value by explaining the purpose and return content (locations/cities), which is sufficient given no parameters exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the specific action 'List all locations (cities)' and the resource 'currently supported by CanIDo for regulatory lookups', making the purpose clear and distinguishable from siblings that likely deal with requirements or details.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is used to get supported cities before performing regulatory lookups. It provides clear context for when to use it, but does not explicitly mention when not to use it or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_requirementsA
Look up what permits, licenses, and regulatory requirements are needed for a business activity in a specific location. Returns detailed requirements including fees, agencies, processing times, prerequisites, and common gotchas.
| Name | Required | Description | Default |
|---|---|---|---|
| activity | Yes | Business type to look up requirements for | |
| location | Yes | Location to check requirements in | |
| category | No | Optional filter by category: health, fire, zoning, building, alcohol, tax, business_registration, certification |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. The description mentions the tool returns detailed requirements including fees, agencies, etc., which is good. However, it does not state if the tool modifies data, requires authentication, or has rate limits. Since there are no annotations, a score of 3 is reasonable as the description adds practical context but lacks some behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence of moderate length. It front-loads the core purpose and immediately follows with what is returned. Every word is informative and necessary, with no filler. This is highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 3 parameters (2 required, 1 optional) and no output schema, the description is fairly complete. It explains what the tool returns and the optional filter by category. However, it does not specify the return format (e.g., array of objects) or pagination behavior, which may be important. With no annotations and no output schema, a score of 3 indicates adequate but not comprehensive coverage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with descriptions for each parameter. The description does not add much beyond the schema: it lists the enum values for activity and location implicitly but does not explain their meaning or format. The category parameter is described in the schema with its purpose. Since the schema already documents parameters well, the description adds minimal extra value, earning a baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool looks up permits, licenses, and regulatory requirements for a business activity in a specific location. It specifies the return includes fees, agencies, processing times, prerequisites, and gotchas. The verb 'look up' and resource 'requirements' are specific and the tool is easily distinguished from siblings like 'get_requirement_detail' which retrieves details for a specific requirement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool should be used when determining what regulations apply to a business activity in a given location. It does not explicitly state when not to use it or mention alternatives, but the sibling 'get_requirement_detail' suggests this tool is for initial lookup and the other for viewing details of a specific requirement. The context is clear enough for an agent to choose appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v0.1.0- First observed
get_requirement_detail - First observed
list_locations - First observed
lookup_requirements
TDQS
Each tool has a clearly distinct purpose: looking up requirements for a business activity, listing supported locations, and getting details on a specific requirement. No overlap exists.
All tool names follow a consistent verb_noun pattern (get_requirement_detail, list_locations, lookup_requirements), making it easy to understand what each tool does.
With only 3 tools, the server is on the lower end but still reasonable for a focused domain of regulatory lookups. However, it may feel thin if more operations are needed.
The tools cover core needs (lookup, location listing, detail) but lack obvious operations like searching requirements, comparing locations, or managing user data. Gaps exist but are workable.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Building-permit verdicts by address, with cited records. SF, Seattle, Austin, NYC. Pay per call.
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
Pay-per-call US government data: carrier safety, visa sponsors, contracts, employer risk.
Public building permits, property assessments, parcels and development intelligence.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceProvides access to San Francisco public permitting, business, and property data through the Socrata SODA API. Users can search permit details, aggregate statistics, and look up property assessments using natural language.-
- AlicenseAqualityNot gradedmaintenanceUnified API for Government Data and Web Scraping100-
- FlicenseNot gradedqualityDmaintenanceEnables access to Indian regulatory data including SEBI orders, RBI circulars, MCA company details, GST verification, and more, designed for fintech and legaltech applications.-
- AlicenseNot gradedqualityFmaintenanceProvides regulatory and compliance intelligence from free government sources, including rules, recalls, enforcement actions, and comment deadlines, classified by industry and severity.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benswork-space/canido-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server