Connects Claude directly to GOV.UK's official content and search APIs, giving you access to every page published on gov.uk. Part of the Pipeworx gateway ecosystem, which means you can either use it standalone or tap into their full collection of 673+ data sources. The implementation uses their streamable HTTP transport and includes an ask_pipeworx tool that lets you query in plain English instead of calling specific endpoints. Useful when you need to pull official UK government information, policy documents, or public service content into your AI workflows without scraping or manual lookups.
GOV.UK Content + Search APIs.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"gov-uk-content": {
"url": "https://gateway.pipeworx.io/gov-uk-content/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 Gov Uk Content data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp