MCP Server
Active
MIT
io.github.arose26/statcan-mcp MCP Server
io.github.arose26/statcan-mcp
What is the io.github.arose26/statcan-mcp MCP server?
Statistics Canada's 8,200+ data tables: CPI, GDP, labour force, housing. No API key.
How to install io.github.arose26/statcan-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"statcan-mcp": {
"command": "npx",
"args": [
"-y",
"statcan-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"statcan-mcp": {
"command": "npx",
"args": [
"-y",
"statcan-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"statcan-mcp": {
"command": "npx",
"args": [
"-y",
"statcan-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"statcan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statcan-mcp"
]
}
}
}Claude Code
claude mcp add statcan-mcp -- npx -y statcan-mcpRelated MCP servers
Bank of Canada economic data: exchange rates, policy rate, CPI, bond yields. No API key.
0
View repository →TypeScript
MIT
Inspect local GGUF/safetensors models: quantization, params, VRAM fit — headers only.
0
View repository →TypeScript
MIT
Audit Make.com blueprints before importing: hardcoded secrets, dangling refs, risky settings.
0
View repository →TypeScript
MIT
Search local email archives (.mbox/.eml) entirely on your machine. No OAuth, no cloud.
0
View repository →TypeScript
MIT
Audit Excel workbooks: formula dependency tracing, circular references, risk smells. Local only.
0
View repository →TypeScript
MIT
For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.
0
View repository →TypeScript
MIT