Connector guide1-minute read5 MCP toolsEN · DE · IT

OpenPLZ MCP Server — German Postal Codes for AI Agents

Look up German postal codes, localities, streets, and districts via MCP. Free OpenPLZ adapter in AnythingMCP — no API key, BKG official data.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

OpenPLZ Germany

MCP connector

OpenPLZ Germany

Look up German postal codes, localities, and streets via the OpenPLZ API. Free, no authentication, based on the official Bundesanstalt für Kartographie und Geodäsie (BKG) datasets.

Tools

5

Region

DE

Category

Government

Authentication

Public API

Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the OpenPLZ Germany in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Look up German postal codes, localities, streets, and districts via MCP. Free OpenPLZ adapter in AnythingMCP — no API key, BKG official data.

Try asking

Example prompts for OpenPLZ Germany

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

OpenPLZ Germany · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

German Postal Code Lookups with AI Agents

OpenPLZ is the free reference API for the German administrative hierarchy — federal states (Bundesländer), districts (Kreise), municipalities (Gemeinden), localities (Orte), postal codes (PLZ), and streets. The data comes from the official Bundesamt für Kartographie und Geodäsie (BKG) and is ideal for address validation, form autocomplete, and regional analytics inside AI workflows.

Quick Setup with Built-in Adapter

OpenPLZ ships with AnythingMCP. The endpoint is free and unauthenticated.

Step 1: Deploy AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Step 2: Import the Adapter

Open http://localhost:3000/connectors/store and click Import on OpenPLZ Germany. There are no credentials.

Step 3: Connect to Your AI Agent

{
  "mcpServers": {
    "openplz": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

Available Tools

ToolDescription
openplz_lookup_postalcodeAll localities for a 5-digit PLZ
openplz_search_localitiesSearch localities by name, optional federal-state filter
openplz_search_streetsStreet autocomplete inside a PLZ or locality
openplz_list_federal_statesThe 16 Bundesländer with their Regional Keys
openplz_list_districtsAll Kreise / kreisfreie Städte for a federal state

AI Agent Use Cases

  • "Which city has the postal code 79098?"
  • "List all streets starting with 'Kaiser-Joseph' in Freiburg"
  • "Validate this delivery address: Bahnhofstraße 12, 80335 München"
  • "Show me the districts of Baden-Württemberg"

Notes

OpenPLZ is rate-limited (~10 req/s soft cap). For bulk processing self-host the OpenPLZ API server — the adapter baseUrl can be overridden after import.

Next Steps

Was this guide helpful?

Ready to ship

Your OpenPLZ agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Related guides