GOV UK Search
Rank #23,600glama/paulieb89/govuk-mcp
MCP server for GOV.UK — search, content retrieval, organisation lookup, and postcode resolution.
GOV UK Search is a Model Context Protocol (MCP) server published by paulieb89. It ranks #23,600 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. GOV UK Search is listed across 2 registries — Glama and PulseMCP, with 4 release tags tracked from its GitHub repository. It was first listed on Apr 20, 2026 and most recently updated on May 7, 2026.
Ranks ahead of 91,860 of 115,460 servers on MCP Toplist.
Use GOV UK Search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http govuk-mcp https://govuk-mcp.fly.dev/mcp[mcp_servers.govuk-mcp]
url = "https://govuk-mcp.fly.dev/mcp"Add to ~/.codex/config.toml.
https://govuk-mcp.fly.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"govuk-mcp": {
"url": "https://govuk-mcp.fly.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"govuk-mcp": {
"type": "http",
"url": "https://govuk-mcp.fly.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"govuk-mcp": {
"serverUrl": "https://govuk-mcp.fly.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"govuk-mcp": {
"url": "https://govuk-mcp.fly.dev/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fpaulieb89%2Fgovuk-mcp)<a href="https://mcptoplist.com/server/glama%2Fpaulieb89%2Fgovuk-mcp"><img src="https://mcptoplist.com/badge/glama%2Fpaulieb89%2Fgovuk-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
paulieb89
Other servers by paulieb89
- UK Property Data#3,174 · 1 ver
- UK Due Diligence#4,932 · 3 vers
- UK Legal Research#8,335 · 3 vers
- PyP6Xer MCP Server#12,771 · 5 vers
- Pine Script v6 Documentation#22,257 · 1 ver
- UK Business Tools - Ledgerhall#22,634 · 3 vers
- Bailii MCP#25,957 · 2 vers
- UK Property Intelligence#26,063 · 5 vers
- Property Descriptions#34,361 · 5 vers
- What Do They Know#36,717 · 4 vers
GitHub releases (4)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.3.0 | May 7, 2026 |
| v0.2.2 | May 2, 2026 |
| v0.2.1 | May 1, 2026 |
| v0.2.0 | Apr 20, 2026 |
Frequently asked questions
- Who maintains GOV UK Search?
- GOV UK Search is maintained by paulieb89, which publishes 11 MCP servers (36 total versions) tracked on MCP Toplist.
- Is GOV UK Search listed on the Official MCP Registry?
- GOV UK Search is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does GOV UK Search have?
- No registry surfaces explicit version metadata for GOV UK Search; MCP Toplist tracks 4 release tags from its GitHub repository, most recently published on May 7, 2026.
- Where can I find the source code for GOV UK Search?
- The source code for GOV UK Search is hosted at github.com/paulieb89/govuk-mcp.