This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_csv_download_url
InactiveTool of Statscan
declared in 0.1.0
Return the StatCan-hosted URL for the full cube as a CSV download. Doesn't fetch the file — gives a direct URL agents can hand to a downloader.
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.50.
Parent server
Statscan
https://github.com/pipeworx-io/mcp-statscan
1/7 registries