dataset_details

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

Full dataset record by id or slug (CKAN package_show), including its resources. Each resource has a “download_url”/“url” pointing at the actual data file (usually CSV/XLSX) — that is how you read the underlying rows, since HDX does not expose a keyless row query.

Parameters

NameTypeRequiredDescription
idstringyesDataset id or slug, e.g. “idmc-idp-data-pak”.

Example call

curl -X POST https://gateway.pipeworx.io/hdx/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataset_details","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "hdx": {
      "url": "https://gateway.pipeworx.io/hdx/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026