get_csv_download_url
Pack: statscan · Endpoint: https://gateway.pipeworx.io/statscan/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
product_id | number | yes | Cube product ID |
language | string | no | en | fr (default en) |
Example call
curl -X POST https://gateway.pipeworx.io/statscan/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_csv_download_url","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"statscan": {
"url": "https://gateway.pipeworx.io/statscan/mcp"
}
}
}
See Getting Started for client-specific install steps.