MCP Server
MCP
io.github.benswork-space/canido-mcp
Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.
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
By
Comments
Sign in to leave a comment