mcpbeat Sign in

Canido MCP Server

local only

Canido MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 23 Apr 2026.

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

Installs per day peak 15 · avg 5 · +25% w/w
a month agotoday
27
Installs / week
npm · @canido/mcp-server
0
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Canido MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add canido-mcp -- npx -y @canido/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "canido-mcp": {
      "args": [
        "-y",
        "@canido/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.canido-mcp]
command = "npx"
args = ["-y", "@canido/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "canido-mcp": {
      "args": [
        "-y",
        "@canido/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "canido-mcp": {
      "args": [
        "-y",
        "@canido/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CANIDO_API_KEY (Your CanIDo API key. Get a free one at https://canido-api-production.up.railway.app (10 queries/month free tier).), CANIDO_API_URL (Override the API URL (defaults to production). Useful for self-hosted deployments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Canido MCP

same job, measured the same way
FavCRM
by favcrm

Agentic CRM for service businesses — bookings, customers, WhatsApp, loyalty, invoicing.

230 tools answering
BuiltToWinWeb
by built2winweb

Search BuiltToWinWeb's services, industries and blog. Flat-fee custom PHP sites for small business.

7 tools answering
Precision Concretecoating
by precision-concretecoating

Precision Concrete Coating MCP for services, estimates, scheduling, and business information.

33 tools answering
Leadcloser MCP
by dylanc1317-create

Manage leads and insights for NZ trade businesses via LeadCloser AI.

22 installs/wk local only
Nvoip MCP Server
by com-nvoip

Secure Nvoip MCP server for reports, call analytics, service quality, and business insights.

answering
Jobkeepr
by jobkeepr

Manage jobs, customers, scheduling, estimates and invoices for a field service business.

answering
ABN Lookup MCP by UnClick
by malamutemayhem

Australian Business Number lookup and business name search. By UnClick.

23 installs/wk local only
REGON (Polish business register)
by smartmobilehouse

Look up Polish businesses in the GUS REGON register (BIR1) by NIP, REGON, or KRS.

87 installs/wk local only

Canido MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Canido MCP?
Canido MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @canido/mcp-server was installed 27 times last week.
How do I connect Canido MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @canido/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Canido MCP?
The npm package @canido/mcp-server was installed 27 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Canido MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.