Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bank of Canada Valet

БесплатноНе проверен

Bank of Canada Valet API for exchange rates and financial series data, keyless, via Pipeworx gateway.

GitHubEmbed

Описание

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

from github.com/pipeworx-io/mcp-bank-of-canada

Установить Bank of Canada Valet в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install bank-of-canada-valet

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add bank-of-canada-valet -- npx -y @pipeworx/mcp-bank-of-canada

Пошаговые гайды: как установить Bank of Canada Valet

FAQ

Bank of Canada Valet MCP бесплатный?

Да, Bank of Canada Valet MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bank of Canada Valet?

Нет, Bank of Canada Valet работает без API-ключей и переменных окружения.

Bank of Canada Valet — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Bank of Canada Valet в Claude Desktop, Claude Code или Cursor?

Открой Bank of Canada Valet на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Bank of Canada Valet with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development