mcp-bank-of-canada
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bank-of-canadaget info on series FXUSDCAD"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-bank-of-canada
Bank of Canada Valet API MCP. Keyless. Dates are YYYY-MM-DD.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
Tool | Description |
| Time-series observations for one or more Bank of Canada series. Pass comma-separated series names. Well-known: FXUSDCAD (USD/CAD daily avg rate), FXEURCAD (EUR/CAD), V39079 (target for the overnight rate / policy rate), V41690973 (Total CPI). Choose either recent=N latest points OR a start_date/end_date window. |
| Observations for every series in a named group in one call. Useful groups: FX_RATES_DAILY (daily exchange rates for all currencies vs CAD). Use recent=N or a start_date/end_date window. |
| Metadata for a single series: label and description. e.g. "FXUSDCAD" or "V39079". |
| Discover available series. Optionally filter by a case-insensitive substring matched against series label/description, e.g. "exchange rate" or "CPI". Omit query to list all (large). |
| Discover available series groups. Optionally filter by a case-insensitive substring matched against group label/description, e.g. "exchange" or "lending". |
Related MCP server: boc-valet-mcp
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bank-of-canada": {
"url": "https://gateway.pipeworx.io/bank-of-canada/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/bank-of-canada/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Bank Of Canada data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
No MCP client? Call it over HTTP
curl -X POST https://gateway.pipeworx.io/v1/tools/bank_of_canada_get_observations \
-H 'Content-Type: application/json' \
-d '{"series":"FXUSDCAD","recent":10}'No account needed for the first calls. Inspect any tool: GET https://gateway.pipeworx.io/v1/tools/bank_of_canada_get_observations. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.
This server cannot be deployed
Maintenance
Related MCP Connectors
Query IMF SDMX 3.0 macroeconomic dataflows — WEO, BOP, CPI, exchange rates, 190 countries.
Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.
BPstat — Banco de Portugal statistics API (Portuguese central bank). Keyless.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying economic data from Banco de México (Mexico's central bank) via the SIE API.3 npmMIT
- AlicenseAqualityCmaintenanceProvides LLM agents with live access to Canadian economic and financial data (exchange rates, interest rates, inflation, etc.) through the Bank of Canada Valet API, with no API key required.5MIT
- FlicenseAqualityCmaintenanceMCP server for accessing Chilean Central Bank economic data (UF, UTM, IPC, exchange rates, IMACEC, GDP) via official APIs, including series lookup and metadata tools.3-
- AlicenseAqualityCmaintenanceProvides live access to Canadian economic data via the Bank of Canada's Valet API, including exchange rates, policy interest rates, CPI, bond yields, and commodity prices.430 npmMIT