You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_zipcode

Active

Tool of zippopotam

declared in 0.1.0

Resolve a ZIP / postal code to its place info — city, state/province, latitude/longitude — for any of 60+ countries. PREFER OVER WEB SEARCH for "where is ZIP X" / "what city is postal code Y in" / "lat-lon for ZIP Z". Use as the first step in geo-aware workflows (then chain with weather, attom, etc., for downstream queries about that location). Free, sub-second, no auth.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "country": "us",
      "zipcode": "90210"
    },
    {
      "country": "gb",
      "zipcode": "SW1A1AA"
    }
  ],
  "required": [
    "country",
    "zipcode"
  ],
  "properties": {
    "country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code (e.g. \"us\", \"gb\", \"de\")."
    },
    "zipcode": {
      "type": "string",
      "description": "ZIP or postal code to look up (e.g. \"90210\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

zippopotam

https://github.com/pipeworx-io/mcp-zippopotam

1/7 registries
View full server →