← Back to Plugins
MCP Server MCP

io.github.benswork-space/canido-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @canido/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@canido/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your CanIDo API key. Get a free one at https://canido-api-production.up.railway.app (10 queries/month free tier).",
          "isRequired": true,
          "isSecret": true,
          "name": "CANIDO_API_KEY"
        },
        {
          "description": "Override the API URL (defaults to production). Useful for self-hosted deployments.",
          "default": "https://canido-api-production.up.railway.app",
          "name": "CANIDO_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...