Connects Claude to the UK Office for National Statistics Beta JSON API with five core operations: list datasets, pull metadata for a specific dataset, browse editions, fetch the latest observation data files, and query time series by ONS URI. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or access it alongside 673+ other data sources through their unified endpoint. Includes an ask_pipeworx wrapper that handles natural language queries instead of direct tool calls. Reach for this when you need UK economic indicators, census data, or demographic statistics without manual API wrangling.
ONS UK MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
datasets | List publicly available datasets. |
dataset | Single dataset metadata. |
editions | Editions of a dataset. |
latest_observations | Latest observation data file metadata. |
series | Time series by ONS uri. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ons-uk": {
"url": "https://gateway.pipeworx.io/ons-uk/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Ons 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