Skip to main content
Glama
PostalDataPI

PostalDataPI MCP Server

by PostalDataPI

PostalDataPI MCP-Server

License: MIT Python 3.10+ PyPI

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

lookup_postal_code

Abrufen von Stadt, Bundesland/Region und Abkürzung für eine Postleitzahl (US-ZIP, UK-Postcode, deutsche PLZ usw.)

validate_postal_code

Überprüfen, ob eine Postleitzahl in einem Land existiert

search_by_city

Alle Postleitzahlen für eine Stadt finden

get_postal_code_metadata

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

3. Konfiguration mit Claude Code

claude mcp add --transport stdio postaldatapi -- \
  env POSTALDATAPI_KEY=your_api_key_here postaldatapi-mcp

4. 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
}
Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    UK 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables location intelligence for US ZIP codes, allowing users to search, profile, and compare ZIP codes across various domains like crime, income, schools, and more.
  • A
    license
    A
    quality
    C
    maintenance
    Geospatial 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.
    18
    38
    MIT

View all related MCP servers

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.

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/PostalDataPI/postaldatapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server