Skip to main content
Glama
paulieb89

GOV UK Search

by paulieb89

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

Seitenmetadaten und navigierbarer Abschnittsindex für jede GOV.UK-Seite nach Basispfad

govuk_get_section

Body-HTML für einen einzelnen benannten Abschnitt (Anker) einer GOV.UK-Seite

govuk_grep_content

Regex-/Substrings-Suche innerhalb des Inhalts einer bestimmten GOV.UK-Seite

govuk_get_organisation

Details zu einer britischen Regierungsbehörde abrufen (Typ, übergeordnete/untergeordnete Behörden, Kontakte)

govuk_list_organisations

Paginierte Liste aller auf GOV.UK registrierten Regierungsbehörden

govuk_lookup_postcode

Auflösung einer britischen Postleitzahl zu lokaler 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.

Related MCP server: @mountainpass/addressr-mcp

Ressourcen

Für protokollfähige Clients (Claude, Cursor, Inspector) stellt der Server auch govuk://-Ressourcenvorlagen bereit:

URI

Rückgabe

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

Seitenmetadaten (Titel, Dokumenttyp, Daten)

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

Liste der Abschnittsanker:Überschriften

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

Begrenztes HTML für einen Abschnitt

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

Schemaspezifisches Detailfeld

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

Zugehörige Inhalte nach Linktyp

govuk://organisation/{slug}

Organisationsprofil

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
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