You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_city

Active

Tool of zippopotam

declared in 0.1.0

Get all postal codes for a city in a given country and state/province.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "city": "beverly hills",
      "state": "ca",
      "country": "us"
    },
    {
      "city": "london",
      "state": "england",
      "country": "gb"
    }
  ],
  "required": [
    "country",
    "state",
    "city"
  ],
  "properties": {
    "city": {
      "type": "string",
      "description": "City name (e.g. \"beverly+hills\" or \"beverly hills\")."
    },
    "state": {
      "type": "string",
      "description": "State or province abbreviation (e.g. \"ca\" for California)."
    },
    "country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code (e.g. \"us\", \"gb\")."
    }
  }
}

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 →