dataset_details

Pack: opendata-swiss · Endpoint: https://gateway.pipeworx.io/opendata-swiss/mcp

Full metadata for one dataset (CKAN package_show) including its resources/distributions with download URLs. Use a dataset name (slug) or id from search_datasets. There is no datastore, so fetch resources[].download_url/url for the underlying data.

Parameters

NameTypeRequiredDescription
idstringyesDataset slug or id, e.g. “energie1”.

Example call

curl -X POST https://gateway.pipeworx.io/opendata-swiss/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": {
    "opendata-swiss": {
      "url": "https://gateway.pipeworx.io/opendata-swiss/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026