Skip to main content
Glama

govuk-mcp

govuk-mcp MCP server

GOV.UK用MCPサーバー — 検索、コンテンツ取得、組織検索、郵便番号解決。

ツール

ツール

説明

govuk_search

70万ページ以上のGOV.UKページを対象とした全文検索(フォーマットおよび組織フィルター付き)

govuk_get_content

ベースパスを指定して、GOV.UKページの構造化コンテンツ全体を取得

govuk_get_organisation

英国政府組織の詳細(種類、親組織、子組織、連絡先)を取得

govuk_list_organisations

GOV.UKに登録されている全政府組織のページネーション付きリスト

govuk_lookup_postcode

英国の郵便番号から地方自治体、地域、選挙区、NHS委員会を特定

すべてのデータは、公式の公開GOV.UK APIおよびpostcodes.ioから取得されます。APIキーは不要です。

クイックスタート

リモート(インストール不要)

任意の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

https://www.gov.uk/api/search.json

なし

GOV.UK Content

https://www.gov.uk/api/content{path}

なし

GOV.UK Organisations

https://www.gov.uk/api/organisations

なし

postcodes.io

https://api.postcodes.io

なし

ライセンス

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Latest Blog Posts

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