Connects Claude directly to the UK Office for National Statistics API without requiring authentication. Right now it exposes one tool: list_editions, which pulls quarterly and annual dataset editions along with their latest versions. Part of the broader Pipeworx gateway that bundles 673+ data sources behind a single MCP interface. You can either call the ONS tools directly or use ask_pipeworx to query in plain English and let it handle the tool selection. Useful when you're building agents that need to pull UK government statistics, economic indicators, or demographic data without managing API keys or rate limits yourself.
UK ONS MCP — Office for National Statistics (no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
list_editions | Editions of a dataset (e.g., quarterly editions, annual editions). Returns edition labels + latest versions. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"uk-ons": {
"url": "https://gateway.pipeworx.io/uk-ons/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 Uk Ons data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
gongrzhe/office-powerpoint-mcp-server
gongrzhe/office-word-mcp-server
io.github.mindstone/mcp-server-office
greirson/mcp-todoist
henilcalagiya/mcp-apple-notes
ankimcp/anki-mcp-server-addon