GOV UK Search
govuk-mcp
用于 GOV.UK 的 MCP 服务器 — 提供搜索、内容检索、组织查询和邮政编码解析功能。
工具
工具 | 描述 |
| 对 70 万个以上的 GOV.UK 页面进行全文搜索,支持格式和组织筛选 |
| 通过基本路径获取任何 GOV.UK 页面的元数据和可导航部分索引 |
| 获取 GOV.UK 页面单个命名部分(锚点)的正文 HTML |
| 在特定 GOV.UK 页面的正文中进行正则表达式/子字符串搜索 |
| 获取英国政府组织的详细信息(类型、上级、下级、联系方式) |
| GOV.UK 上注册的所有政府组织的分页列表 |
| 将英国邮政编码解析为地方当局、地区、选区和 NHS 委员会 |
所有数据均来自官方公开的 GOV.UK API 和 postcodes.io。无需 API 密钥。
Related MCP server: @mountainpass/addressr-mcp
资源
对于支持协议的客户端(Claude、Cursor、Inspector),该服务器还公开了 govuk:// 资源模板:
URI | 返回内容 |
| 页面元数据(标题、文档类型、日期) |
| 部分锚点:标题列表 |
| 一个部分的限定 HTML |
| 模式特定的详细信息字段 |
| 按链接类型关联的内容 |
| 组织概况 |
快速入门
远程(无需安装)
将任何 MCP 客户端指向托管服务器:
{
"mcpServers": {
"govuk": {
"type": "http",
"url": "https://govuk-mcp.fly.dev/mcp"
}
}
}本地(pip 安装)
pip install govuk-mcp
govuk-mcp
# MCP endpoint: http://localhost:8000/mcp本地(Claude Desktop)
fastmcp install claude-desktop govuk-mcp使用的 API
API | 基础 URL | 认证 |
GOV.UK Search |
| 无 |
GOV.UK Content |
| 无 |
GOV.UK Organisations |
| 无 |
postcodes.io |
| 无 |
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Australian address search and validation powered by Addressr.22Apache 2.0
- AlicenseCqualityBmaintenanceMCP server for the UK Bus Open Data Service, enabling timetable queries, stop search, route discovery, journey planning, and real-time bus tracking.16MIT
- AlicenseAqualityAmaintenanceMCP server for live web search and clean-markdown page fetch over the Keenable web index.2852MIT
Related MCP Connectors
data.gov.uk MCP — UK national open-data portal (CKAN API).
MCP server for Google search results via SERP API
MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/paulieb89/govuk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server