You're viewing a demo portfolio

Join the waitlist
PRSM

statcan_series

Active

Tool of Statcan

declared in 0.1.0

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

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 →
statcan_series — Statcan — PRSM MCP