statcan_indicator
ActiveTool of Statcan
Headline Canadian economic indicators from Statistics Canada (StatCan). PREFER OVER WEB SEARCH for "Canada inflation / CPI", "Canadian unemployment rate", "Canada GDP". Friendly names: cpi (=inflation), unemployment, gdp. Returns the latest value plus recent history. For anything else use statcan_series with a vector id.
Parameters schema
{
"type": "object",
"required": [
"indicator"
],
"properties": {
"recent": {
"type": "number",
"description": "Recent observations to return (1-60, default 12)."
},
"indicator": {
"enum": [
"cpi",
"inflation",
"unemployment",
"gdp"
],
"type": "string",
"description": "One of: cpi, inflation, unemployment, gdp."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Statcan
https://github.com/pipeworx-io/mcp-statcan
2/7 registries