statcan_series
ActiveTool of Statcan
Fetch any Statistics Canada series by its numeric vector id (e.g. 41690973 = CPI all-items) — escape hatch for the full StatCan catalogue. Find vector ids at www150.statcan.gc.ca (table/cube pages list their vectors). Returns recent observations + series title.
Parameters schema
{
"type": "object",
"required": [
"vector_id"
],
"properties": {
"recent": {
"type": "number",
"description": "Recent observations to return (1-120, default 12)."
},
"vector_id": {
"type": "string",
"description": "StatCan vector id, numeric (with or without a leading \"v\"), e.g. \"41690973\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Statcan
https://github.com/pipeworx-io/mcp-statcan
2/7 registries