You're viewing a demo portfolio

Join the waitlist
PRSM

get_observations

Active

Tool of Bank Of Canada

declared in 0.1.0

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.

Parameters schema

{
  "type": "object",
  "required": [
    "series"
  ],
  "properties": {
    "recent": {
      "type": "integer",
      "description": "Return the N most recent observations. Ignored if start_date is given."
    },
    "series": {
      "type": "string",
      "description": "Comma-separated series names, e.g. \"FXUSDCAD\" or \"FXUSDCAD,FXEURCAD\"."
    },
    "end_date": {
      "type": "string",
      "description": "Window end, YYYY-MM-DD (optional, defaults to latest)."
    },
    "start_date": {
      "type": "string",
      "description": "Window start, YYYY-MM-DD, e.g. \"2026-01-01\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Bank Of Canada

https://github.com/pipeworx-io/mcp-bank-of-canada

1/7 registries
View full server →