Connects Claude to data.gov.uk, the UK's national open data portal, through the CKAN API. Part of the Pipeworx gateway system that routes requests to 708+ data sources. You can call tools directly or use the ask_pipeworx wrapper to query datasets in plain English without manually specifying parameters. Useful when you need to pull UK government datasets, public sector statistics, or regional administrative data into your AI workflows. The streamable-http transport means it works with any MCP client that supports remote connections. Hosted option saves you from running your own CKAN API integration.
data.gov.uk MCP — UK national open-data portal (CKAN API).
Part of Pipeworx — an MCP gateway connecting AI agents to 708+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"datagov-uk": {
"url": "https://gateway.pipeworx.io/datagov-uk/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 708+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Datagov Uk data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json