canidoit

Regulatory intelligence API — look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Lookup Requirements: Look up what permits, licenses, and regulatory requirements are needed for a business activity in a specific location. Returns detailed requirements including fees, agencies, proc
  • List Locations: List all locations (cities) currently supported by CanIDo for regulatory lookups.
  • Get Requirement Detail: Get detailed information about a specific permit or requirement by its ID. Args: requirement_id: The requirement ID (e.g., 'austin_mobile_food_vendor_permit').

What data it sees

Do you need an account

No: the server works without sign-in

Regulatory intelligence API — look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.

CanIDo is the regulatory intelligence API for AI agents. Answer the question: "What permits, licenses, or regulations apply if I want to do X at location Y?"

This MCP server currently covers food service businesses (food trucks, restaurants, catering, cottage food) across Austin TX, San Francisco CA, and New York City NY. Every response includes fees, issuing agencies (with URLs/phones), processing times, prerequisites, common gotchas, and a freshness score.

Tools:

lookup_requirements(activity, location, category?) — full permit requirements list_locations() — supported cities get_requirement_detail(requirement_id) — deep-dive on one permit Get a free API key at https://canido-api-production.up.railway.app (10 queries/month free tier).

Server tool list (3)

Raw names from tools/list. Only developers need these.

lookup_requirementsLook 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. Args: activity: Business type. One of: food_truck, mobile_food_vendor, restaurant, catering, cottage_food, home_food. location: Location to check. One of: austin_tx, san_francisco_ca, new_york_city_ny. category: Optional filter. One of: health, fire, zoning, building, alcohol, tax, business_registration, certification, environmental.
list_locationsList all locations (cities) currently supported by CanIDo for regulatory lookups.
get_requirement_detailGet detailed information about a specific permit or requirement by its ID. Args: requirement_id: The requirement ID (e.g., 'austin_mobile_food_vendor_permit').