PostalDataPI MCP Server
PostalDataPI MCP-Server
MCP-Server (Model Context Protocol) für PostalDataPI – ermöglicht KI-Agenten das Nachschlagen, Validieren und Suchen von Postleitzahlen in über 240 Ländern und Gebieten mit umfangreichen Metadaten: Zeitzone, Verwaltungsregionen, Höhe und Koordinaten.
Tools
Tool | Beschreibung |
| Abrufen von Stadt, Bundesland/Region und Abkürzung für eine Postleitzahl (US-ZIP, UK-Postcode, deutsche PLZ usw.) |
| Überprüfen, ob eine Postleitzahl in einem Land existiert |
| Alle Postleitzahlen für eine Stadt finden |
| Vollständige Metadaten: Koordinaten, Verwaltungshierarchie, Zeitzone, Höhe und mehr |
Related MCP server: Postio
Einrichtung
1. API-Schlüssel abrufen
Registrieren Sie sich unter postaldatapi.com/register – 1.000 kostenlose Abfragen, keine Kreditkarte erforderlich.
2. Installation
pip install postaldatapi-mcp3. Konfiguration mit Claude Code
claude mcp add --transport stdio postaldatapi -- \
env POSTALDATAPI_KEY=your_api_key_here postaldatapi-mcp4. Konfiguration mit Claude Desktop
Fügen Sie dies zu Ihrer Claude Desktop-Konfiguration hinzu (~/Library/Application Support/Claude/claude_desktop_config.json unter macOS):
{
"mcpServers": {
"postaldatapi": {
"command": "postaldatapi-mcp",
"env": {
"POSTALDATAPI_KEY": "your_api_key_here"
}
}
}
}Verwendung
Sobald die Konfiguration abgeschlossen ist, können Sie Claude ganz natürlich fragen:
"Welche Stadt hat die Postleitzahl 90210?"
"Suche die britische Postleitzahl SW1A"
"Ist 10115 eine gültige deutsche Postleitzahl?"
"Was sind die Postleitzahlen für Beverly Hills, CA?"
"Rufe die Koordinaten für die Postleitzahl 100-0001 in Japan ab"
Claude verwendet automatisch die PostalDataPI-Tools, um zu antworten.
Unterstützte Länder
Über 240 Länder und Gebiete, darunter USA, Großbritannien, Kanada, Deutschland, Frankreich, Japan, Australien, Brasilien, Indien und viele mehr. Die vollständige Liste finden Sie unter postaldatapi.com/countries.
Umfangreiche Metadaten
Über einfache Suchanfragen hinaus liefert das Tool get_postal_code_metadata bis zu 18 Felder pro Postleitzahl, darunter:
Koordinaten (Breitengrad, Längengrad)
Zeitzone (z. B.
America/Mexico_City,Europe/Berlin)Verwaltungshierarchie (Bundesland/Provinz, Landkreis, Gemeinde)
Höhe (Meter über dem Meeresspiegel)
Ortsname und Länderinformationen
Beispielantwort für Mexiko-Stadt 06000:
{
"postalCode": "06000",
"country": "MX",
"placeName": "Centro",
"latitude": 19.4364,
"longitude": -99.1553,
"timezone": "America/Mexico_City",
"adminLevel1": "Ciudad de México",
"adminLevel2": "Cuauhtémoc",
"elevation": 2239
}Links
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, validate, and retrieve Australian postcode and suburb data with intelligent fuzzy matching for handling misspellings and voice queries. Provides comprehensive location services including geographic search, Local Government Area queries, and suburb-postcode validation for customer service interactions.5
- AlicenseNot gradedqualityBmaintenanceUK address (Royal Mail PAF), email, and phone (live HLR carrier) validation via the Postio API. Six tools: address search, postcode lookup, UDPRN, email validate, phone validate, and a health probe.MIT
- FlicenseNot gradedqualityCmaintenanceEnables location intelligence for US ZIP codes, allowing users to search, profile, and compare ZIP codes across various domains like crime, income, schools, and more.
- AlicenseAqualityCmaintenanceGeospatial API tools for AI agents — geocoding, reverse geocoding, routing, isochrone, distance matrix, static maps, H3 hexagons, elevation, GPS map-matching, point-in-polygon, address normalisation, timezone lookup, and batch geocoding. Built on OpenStreetMap infrastructure. Cost-effective alternative to Google Maps API.1838MIT
Related MCP Connectors
Hungarian postcode lookup + validation - 3,484 codes, sub-10ms lookups, bulk address endpoint.
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
Correios: CEP, official-source lookup. Platform-hosted, pay per query with prepaid credit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PostalDataPI/postaldatapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server