get_data
Pack: datacube-sk · Endpoint: https://gateway.pipeworx.io/datacube-sk/mcp
Pull data for a cube as JSON-stat. Provide one selection per dimension,
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cube | string | yes | Cube code, e.g. “as1001rs” (from list_datasets). |
selections | array | yes | One entry per dimension, in dataset_dimensions order. Each is a value code, a comma-separated list of codes, or “all”. Example for as1001rs: [“2024”, “UKAZ01”, “all”]. |
items | string | no | |
lang | string | no | Label language (default “en”). |
Example call
curl -X POST https://gateway.pipeworx.io/datacube-sk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_data","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datacube-sk": {
"url": "https://gateway.pipeworx.io/datacube-sk/mcp"
}
}
}
See Getting Started for client-specific install steps.