Bank of Canada Valet
FreeNot checkedBank of Canada Valet API for exchange rates and financial series data, keyless, via Pipeworx gateway.
About
Bank of Canada Valet API for exchange rates and financial series data, keyless, via Pipeworx gateway.
README
Bank of Canada Valet API MCP. Keyless. Dates are YYYY-MM-DD.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Tools
| Tool | Description |
|---|---|
get_observations |
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. |
get_group_observations |
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. |
series_info |
Metadata for a single series: label and description. e.g. "FXUSDCAD" or "V39079". |
list_series |
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). |
list_groups |
Discover available series groups. Optionally filter by a case-insensitive substring matched against group label/description, e.g. "exchange" or "lending". |
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"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Bank Of Canada data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Install Bank of Canada Valet in Claude Desktop, Claude Code & Cursor
unyly install bank-of-canada-valetInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add bank-of-canada-valet -- npx -y @pipeworx/mcp-bank-of-canadaStep-by-step: how to install Bank of Canada Valet
FAQ
Is Bank of Canada Valet MCP free?
Yes, Bank of Canada Valet MCP is free — one-click install via Unyly at no cost.
Does Bank of Canada Valet need an API key?
No, Bank of Canada Valet runs without API keys or environment variables.
Is Bank of Canada Valet hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Bank of Canada Valet in Claude Desktop, Claude Code or Cursor?
Open Bank of Canada Valet on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Bank of Canada Valet with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
