mcpbeat Sign in

Statcan MCP Server

local only

Statcan MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 15 Aug 2026.

Statistics Canada's 8,200+ data tables: CPI, GDP, labour force, housing. No API key.

Installs per day peak 58 · avg 1
a month agotoday
55
Installs / week
npm · statcan-mcp
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Statcan 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 statcan-mcp -- npx -y statcan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "statcan-mcp": {
      "args": [
        "-y",
        "statcan-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.statcan-mcp]
command = "npx"
args = ["-y", "statcan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "statcan-mcp": {
      "args": [
        "-y",
        "statcan-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "statcan-mcp": {
      "args": [
        "-y",
        "statcan-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Statcan MCP

same job, measured the same way
Statistics Canada MCP Server
by aryan-jhaveri

Access Statistics Canada data via the Web Data Services API

414 installs/wk local only
Statcan
by pipeworx-io

StatCan MCP — Statistics Canada (StatCan) time-series via the Web Data

38 tools answering
Bls
by pipeworx-io

BLS MCP — Bureau of Labor Statistics public data API (v2)

35 tools answering
UNICEF Stats MCP
by jpazvd

UNICEF child development statistics: 790+ indicators, 200+ countries, SDMX-sourced. No API key.

205 installs/wk local only
US Census Bureau Data
by taru0208

Query US Census Bureau data: demographics, economics, and housing statistics.

answering
Abs MCP
by ausdata

Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP.

1 087 installs/wk local only
Statfin MCP
by 3121n

Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.

74 installs/wk local only
Bank Of Canada MCP
by arose26

Bank of Canada economic data: exchange rates, policy rate, CPI, bond yields. No API key.

54 installs/wk local only

Statcan MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Statcan MCP?
Statcan 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 statcan-mcp was installed 55 times last week.
How do I connect Statcan 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 statcan-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Statcan MCP?
The npm package statcan-mcp was installed 55 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Statcan MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.