mcpbeat Sign in

Bank Of Canada MCP Server

local only

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

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

Installs per day peak 58 · avg 1
a month agotoday
54
Installs / week
npm · bank-of-canada-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 Bank Of Canada 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 bank-of-canada-mcp -- npx -y bank-of-canada-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bank-of-canada-mcp": {
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bank-of-canada-mcp]
command = "npx"
args = ["-y", "bank-of-canada-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bank-of-canada-mcp": {
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bank-of-canada-mcp": {
      "args": [
        "-y",
        "bank-of-canada-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bank Of Canada MCP

same job, measured the same way
Bank Of Canada
by pipeworx-io

Bank of Canada Valet API MCP. Keyless. Dates are YYYY-MM-DD.

36 tools answering
Ecb MCP
by scka-de

ECB data for AI agents — rates, yields, inflation, money supply, and 100+ datasets. No API key.

69 installs/wk local only
MCP Bcra
by codespar

BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)

41 installs/wk local only
Swiss Snb MCP
by malkreide

SNB data portal: exchange rates, balance sheet, policy rates, SARON, monetary aggregates

127 installs/wk local only
Imf MCP Server
by cyanheads

Query IMF SDMX 3.0 macroeconomic dataflows — WEO, BOP, CPI, exchange rates, 190 countries.

276 installs/wk 5 tools answering
Norwegian Data MCP
by 7nashinick

Norwegian public data: companies, statistics, exchange rates, addresses, property. Zero API keys.

402 installs/wk local only
Defillama MCP
by glebenjoy

DefiLlama DeFi data: chain/protocol TVL, yields, stablecoins, token prices. No API key.

87 installs/wk local only
Market Intel MCP
by datakoot

Live & historical FX rates for AI agents, from European Central Bank data. No API keys.

5 tools answering

Bank Of Canada MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bank Of Canada MCP?
Bank Of Canada 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 bank-of-canada-mcp was installed 54 times last week.
How do I connect Bank Of Canada 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 bank-of-canada-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bank Of Canada MCP?
The npm package bank-of-canada-mcp was installed 54 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 Bank Of Canada 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.