organization_details
Pack: datagov-uk · Endpoint: https://gateway.pipeworx.io/datagov-uk/mcp
Full details for one publishing organization (CKAN organization_show): display name, description, dataset count, and (optionally) a sample of its datasets. Use to learn what a given UK publisher releases.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Organization id or slug, e.g. “office-for-national-statistics” or “natural-england”. |
include_datasets | boolean | no | If true, include a sample of the org’s datasets in “packages” (default false). |
Example call
curl -X POST https://gateway.pipeworx.io/datagov-uk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"organization_details","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datagov-uk": {
"url": "https://gateway.pipeworx.io/datagov-uk/mcp"
}
}
}
See Getting Started for client-specific install steps.