statcan_cube_data
ActiveTool of Statcan
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Statcan
https://github.com/pipeworx-io/mcp-statcan
2/7 registries