Skip to main content
Glama

govuk-mcp

govuk-mcp MCP-Server

MCP-Server für GOV.UK – Suche, Inhaltsabruf, Organisationssuche und Postleitzahlenauflösung.

Tools

Tool

Beschreibung

govuk_search

Volltextsuche über mehr als 700.000 GOV.UK-Seiten, mit Filtern für Format und Organisation

govuk_get_content

Abruf des vollständigen strukturierten Inhaltselements für jede GOV.UK-Seite über den Basispfad

govuk_get_organisation

Details zu einer britischen Regierungsorganisation abrufen (Typ, übergeordnete/untergeordnete Organisationen, Kontakte)

govuk_list_organisations

Paginierte Liste aller auf GOV.UK registrierten Regierungsorganisationen

govuk_lookup_postcode

Auflösung einer britischen Postleitzahl in lokale Behörde, Region, Wahlkreis und NHS-Gremium

Alle Daten stammen aus offiziellen öffentlichen GOV.UK-APIs und postcodes.io. Es sind keine API-Schlüssel erforderlich.

Schnellstart

Remote (keine Installation)

Verweisen Sie einen beliebigen MCP-Client auf den gehosteten Server:

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

Lokal (pip install)

pip install govuk-mcp
govuk-mcp
# MCP endpoint: http://localhost:8000/mcp

Lokal (Claude Desktop)

fastmcp install claude-desktop govuk-mcp

Verwendete APIs

API

Basis-URL

Authentifizierung

GOV.UK Suche

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

Keine

GOV.UK Inhalt

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

Keine

GOV.UK Organisationen

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

Keine

postcodes.io

https://api.postcodes.io

Keine

Lizenz

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