Bank of Canada economic data: exchange rates, policy rate, CPI, bond yields. No API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server that gives Claude and other LLMs live access to Canadian economic data via the Bank of Canada's free Valet API โ ~16,000 time series covering exchange rates, the policy interest rate, CPI, bond yields, commodity prices, and more.
FRED, the World Bank, and the IMF all have MCP servers. Canada didn't โ now it does.
No API key required.
Claude Code
Claude Desktop โ add to claude_desktop_config.json:
The same npx invocation works in Cursor, Windsurf, and any other MCP client.
| Tool | What it does |
|---|---|
search_series | Keyword search across the full series catalogue โ find the series name for anything ("overnight rate target", "CPI", "5-year bond") |
get_observations | Time-series data for up to 5 series, by date range or N most recent |
latest_fx_rates | Today's official daily exchange rates vs CAD |
convert_currency | Convert between any two supported currencies using today's rates |
Architecture: src/valet.ts is a plain API client with pure, unit-tested logic (search, conversion math); src/index.ts is the MCP wiring. Errors from the Valet API (e.g. an unknown series name) are returned as MCP tool errors with the API's own message, so the model can self-correct by re-searching.
lists/groups)MIT
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bank-of-canada-mcp)<a href="https://allmcps.com/mcp/bank-of-canada-mcp"><img src="https://allmcps.com/api/badge/bank-of-canada-mcp?style=directory" alt="Bank Of Canada MCP on AllMCPs" /></a>