statcan_csv_url
ActiveTool of Statcan
declared in 0.1.0
Return the StatCan-hosted URL for a full cube as a CSV download (doesn't fetch the file — hands back a direct URL).
Parameters schema
{
"type": "object",
"examples": [
{
"product_id": 36100434
},
{
"language": "fr",
"product_id": 36100434
}
],
"required": [
"product_id"
],
"properties": {
"language": {
"type": "string",
"description": "en | fr (default en)."
},
"product_id": {
"type": "number",
"description": "Cube product ID."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Statcan
https://github.com/pipeworx-io/mcp-statcan
2/7 registries