lookup_city
ActiveTool 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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
zippopotam
https://github.com/pipeworx-io/mcp-zippopotam
1/7 registries