You're viewing a demo portfolio

Join the waitlist
PRSM

statcan_cube_data

Active

Tool of Statcan

declared in 0.1.0

Latest N observations for a specific series within a StatCan cube. coordinate is a 10-position dot-separated string indexing each dimension (map members → positions via statcan_cube_metadata). Trailing zeros for unused dimensions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinate": "1.2.0.0.0.0.0.0.0.0",
      "product_id": 36100434
    },
    {
      "n_periods": 24,
      "coordinate": "1.2.0.0.0.0.0.0.0.0",
      "product_id": 36100434
    }
  ],
  "required": [
    "product_id",
    "coordinate"
  ],
  "properties": {
    "n_periods": {
      "type": "number",
      "description": "Latest N periods (default 12)."
    },
    "coordinate": {
      "type": "string",
      "description": "10-position coordinate, e.g. \"1.2.0.0.0.0.0.0.0.0\"."
    },
    "product_id": {
      "type": "number",
      "description": "Cube product ID."
    }
  }
}

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 →