PluginBench
MCP Server
Active
MIT

io.github.arose26/bank-of-canada-mcp MCP Server

io.github.arose26/bank-of-canada-mcp

What is the io.github.arose26/bank-of-canada-mcp MCP server?

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

How to install io.github.arose26/bank-of-canada-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": {
    "bank-of-canada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bank-of-canada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bank-of-canada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bank-of-canada-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bank-of-canada-mcp -- npx -y bank-of-canada-mcp

Related MCP servers

Inspect local GGUF/safetensors models: quantization, params, VRAM fit — headers only.

0
TypeScript
MIT
View repository →

Audit Make.com blueprints before importing: hardcoded secrets, dangling refs, risky settings.

0
TypeScript
MIT
View repository →

Search local email archives (.mbox/.eml) entirely on your machine. No OAuth, no cloud.

0
TypeScript
MIT
View repository →

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

0
TypeScript
MIT
View repository →

Audit Excel workbooks: formula dependency tracing, circular references, risk smells. Local only.

0
TypeScript
MIT
View repository →

For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.

0
TypeScript
MIT
View repository →