Skip to main content
Glama
paulieb89

GOV UK Search

by paulieb89

govuk-mcp

govuk-mcp MCP server

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

ツール

ツール

説明

govuk_search

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

govuk_get_content

ベースパスによる任意のGOV.UKページのページメタデータおよびナビゲーション可能なセクションインデックス

govuk_get_section

GOV.UKページの単一の指定セクション(アンカー)の本文HTML

govuk_grep_content

特定のGOV.UKページの本文内での正規表現/部分文字列検索

govuk_get_organisation

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

govuk_list_organisations

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

govuk_lookup_postcode

英国の郵便番号を地方自治体、地域、選挙区、NHS委員会に解決

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

Related MCP server: @mountainpass/addressr-mcp

リソース

プロトコル対応クライアント(Claude、Cursor、Inspector)向けに、サーバーは govuk:// リソーステンプレートも公開しています:

URI

戻り値

govuk://content/{base_path*}/header

ページメタデータ(タイトル、ドキュメントタイプ、日付)

govuk://content/{base_path*}/index

セクションアンカー:見出しリスト

govuk://content/{base_path*}/section/{anchor}

1つのセクションの境界付きHTML

govuk://content/{base_path*}/details/{field}

スキーマ固有の詳細フィールド

govuk://content/{base_path*}/links/{rel}

リンクタイプ別の関連コンテンツ

govuk://organisation/{slug}

組織プロフィール

クイックスタート

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

任意のMCPクライアントをホストされているサーバーに向けます:

{
  "mcpServers": {
    "govuk": {
      "type": "http",
      "url": "https://govuk-mcp.fly.dev/mcp"
    }
  }
}

ローカル(pip install)

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
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
5dRelease cycle
4Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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