# canidoit

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

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add canido/canidoit

# Browse available tools
npx -y @smithery/cli@latest tool list canido/canidoit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get canido/canidoit lookup_requirements

# Call a tool
npx -y @smithery/cli@latest tool call canido/canidoit lookup_requirements '{}'
```

## Direct MCP Connection

Endpoint: `https://canidoit--canido.run.tools`

## Tools (3)

- `lookup_requirements` — Look up what permits, licenses, and regulatory requirements are needed
- `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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get canido/canidoit <tool-name>
```
