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