statcan_indicator

Pack: statcan · Endpoint: https://gateway.pipeworx.io/statcan/mcp

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

NameTypeRequiredDescription
indicatorstringyesOne of: cpi, inflation, unemployment, gdp.
recentnumbernoRecent observations to return (1-60, default 12).

Example call

curl -X POST https://gateway.pipeworx.io/statcan/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"statcan_indicator","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "statcan": {
      "url": "https://gateway.pipeworx.io/statcan/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 20, 2026