Skip to content
Cursor

canido mcp for Cursor

io.github.benswork-space/canido-mcp

Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.

client:Cursor transport:stdio runtime:npm

Install canido mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "canido-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@canido/mcp-server"
      ],
      "env": {
        "CANIDO_API_KEY": "<CANIDO_API_KEY>",
        "CANIDO_API_URL": "<CANIDO_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

canido mcp in other clients