You're viewing a demo portfolio

Join the waitlist
PRSM

statcan_indicator

Active

Tool of Statcan

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Statcan

https://github.com/pipeworx-io/mcp-statcan

2/7 registries
View full server →