get_group_observations
ActiveTool of Bank Of Canada
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"group"
],
"properties": {
"group": {
"type": "string",
"description": "Group name, e.g. \"FX_RATES_DAILY\"."
},
"recent": {
"type": "integer",
"description": "Return the N most recent observations. Ignored if start_date is given."
},
"end_date": {
"type": "string",
"description": "Window end, YYYY-MM-DD (optional)."
},
"start_date": {
"type": "string",
"description": "Window start, YYYY-MM-DD."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bank Of Canada
https://github.com/pipeworx-io/mcp-bank-of-canada
1/7 registries