dataset_metadata
Pack: cso-ie · Endpoint: https://gateway.pipeworx.io/cso-ie/mcp
Get the structure of one CSO table by matrix code: its dimensions, the category codes + human labels for each dimension, size, and last-updated date. Use this to discover valid dimension codes before calling get_dataset with filters.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
matrix | string | yes | Matrix code, e.g. “CPM01” (Consumer Price Index) or “QLF18” (labour force). |
Example call
curl -X POST https://gateway.pipeworx.io/cso-ie/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataset_metadata","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cso-ie": {
"url": "https://gateway.pipeworx.io/cso-ie/mcp"
}
}
}
See Getting Started for client-specific install steps.