Statistics Canada MCP Server
Rank #8,839io.github.Aryan-Jhaveri/mcp-statcan
Access Statistics Canada data via the Web Data Services API
Statistics Canada MCP Server is a Model Context Protocol (MCP) server published by aryan-jhaveri. It ranks #8,839 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Statistics Canada MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 21 tracked versions. It was first listed on Apr 7, 2025 and most recently updated on May 4, 2026.
Ranks ahead of 106,752 of 115,591 servers on MCP Toplist.
Use Statistics Canada MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-statcan -- uvx statcan-mcp-server[mcp_servers.mcp-statcan]
command = "uvx"
args = ["statcan-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-statcan": {
"command": "uvx",
"args": [
"statcan-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-statcan": {
"command": "uvx",
"args": [
"statcan-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-statcan": {
"type": "stdio",
"command": "uvx",
"args": [
"statcan-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-statcan": {
"command": "uvx",
"args": [
"statcan-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-statcan": {
"command": "uvx",
"args": [
"statcan-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Aryan-Jhaveri%2Fmcp-statcan)<a href="https://mcptoplist.com/server/io.github.Aryan-Jhaveri%2Fmcp-statcan"><img src="https://mcptoplist.com/badge/io.github.Aryan-Jhaveri%2Fmcp-statcan.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
aryan-jhaveri
Other servers by aryan-jhaveri
View all aryan-jhaveri servers →Available versions (21)
| Version | Published |
|---|---|
| 0.7.13 | May 4, 2026 |
| 0.7.11 | Apr 26, 2026 |
| 0.7.5 | Apr 12, 2026 |
| 0.7.4 | Apr 12, 2026 |
| 0.7.3 | Apr 12, 2026 |
| 0.7.2 | Apr 12, 2026 |
| 0.7.1 | Apr 12, 2026 |
| 0.7.0 | Apr 12, 2026 |
| 0.6.4 | Apr 12, 2026 |
| 0.6.1 | Apr 11, 2026 |
| 0.6.0 | Apr 11, 2026 |
| 0.5.0 | Apr 10, 2026 |
| 0.4.2 | Apr 10, 2026 |
| 0.4.1 | Mar 1, 2026 |
| 0.4.0 | Mar 1, 2026 |
| 0.3.0 | Feb 28, 2026 |
| 0.2.1 | Feb 26, 2026 |
| 0.2.0 | Feb 26, 2026 |
| 0.1.4 | Feb 26, 2026 |
| 0.1.3 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Statistics Canada MCP Server?
- Statistics Canada MCP Server is maintained by aryan-jhaveri, which publishes 3 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Statistics Canada MCP Server listed on the Official MCP Registry?
- Yes — Statistics Canada MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Statistics Canada MCP Server have?
- MCP Toplist tracks 21 versions of Statistics Canada MCP Server, most recently published on May 4, 2026.
- Where can I find the source code for Statistics Canada MCP Server?
- The source code for Statistics Canada MCP Server is hosted at github.com/aryan-jhaveri/mcp-statcan.