get_cube_metadata

Pack: statscan · Endpoint: https://gateway.pipeworx.io/statscan/mcp

Fetch full metadata for a cube: dimensions, member trees (e.g., “Goods-producing industries”, “Services-producing industries”), frequency, geography, last release. Use to figure out a coordinate string for get_latest_data.

Parameters

NameTypeRequiredDescription
product_idnumberyesCube product ID (8-digit, e.g., 36100434 = quarterly GDP)

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_cube_metadata","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.

Regenerated from source · build May 21, 2026