list_datasets

Pack: datacube-sk · Endpoint: https://gateway.pipeworx.io/datacube-sk/mcp

Browse / search the DATAcube collection of Slovak statistical cubes.

Parameters

NameTypeRequiredDescription
querystringnoCase-insensitive substring to match against dataset labels (e.g. “population”, “unemployment”). Omit to list everything.
limitnumbernoMax results to return (default 50, max 200).
langstringnoLabel 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":"list_datasets","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.

Regenerated from source · build June 1, 2026