list_cubes
Pack: statscan · Endpoint: https://gateway.pipeworx.io/statscan/mcp
List all available cubes (lean: productId + title + cansim + dimension count + release date). Use the productId with the other tools. Response is large (~3,000 cubes) — agents should filter client-side or cache.
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":"list_cubes","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.