govuk-search-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@govuk-search-mcpsearch for minimum wage rates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GOV.UK Search MCP Server
MCP server for searching GOV.UK. Exposes three tools:
search_gov_uk— keyword search ranked by relevancelatest_gov_uk— most recent publications, newest firstfetch_gov_uk_page— fetches the content and attachments on a specific gov UK page
Uses the GOV.UK Search API.
The server runs over streamable-http.
Usage (Deployed)
Installation
Install with pip:
pip install govuk-search-mcpor with uv:
uv add govuk-search-mcpor skip installation and use uvx (see below).
Run Server
The server runs over streamable-http.
If installed via pip/uv:
govuk-search-mcpOr if using uvx:
uvx govuk-search-mcpBy default the server listens on http://127.0.0.1:8000/mcp. Override with env vars:
Variable | Default | Description |
|
| Bind address |
|
| Port |
Related MCP server: mcp-the-guardian
Usage (Local)
If running locally, use just commands to run local code version (not release version).
# Start server using local code
just run_server
# Start inspector to manually test
just run_inspector
# Attach to claude code
just attach_claude
# Detach from calude code
just detach_claudeTools
search_gov_uk
Search GOV.UK by keyword.
Parameter | Type | Default | Description |
| string | — | Search terms |
| int | 10 | Max results (0–1500) |
| int | 0 | Pagination offset |
| string | — | Earliest date, |
| string | — | Latest date, |
latest_gov_uk
Get most recently updated GOV.UK publications.
Parameter | Type | Default | Description |
| int | 10 | Max results (0–1500) |
| int | 0 | Pagination offset |
| string | — | Earliest date, |
| string | — | Latest date, |
Development
uv sync
just test # unit tests
just test_int # integration tests (hits live GOV.UK API)
just lint # ruff + mypyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JAEarly/govuk-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server