← 返回
未分类 中文

Pipeworx zippopotam

ZIP and postal code lookup — get place names, states, and coordinates for postal codes in 60+ countries
ZIP and postal code lookup — get place names, states, and coordinates for postal codes in 60+ countries
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 319
下载
💾 0
安装
1
版本
#latest

概述

Zippopotam — Postal Code Lookup

Look up postal/ZIP codes in 60+ countries to get place names, state/province, coordinates, and country info. Or go the other direction: find postal codes for a city by country and state.

Tools

  • lookup_zipcode — Get place info for a ZIP/postal code. Provide the country code (e.g., "us", "gb", "de") and the postal code (e.g., "90210").
  • lookup_city — Find postal codes for a city. Provide country code, state/province abbreviation, and city name.

When to use

  • Address validation — verify that a ZIP code maps to the expected city
  • Populating city/state fields automatically after a user enters their ZIP code
  • Finding all ZIP codes in a city for geographic analysis
  • International postal code lookups across 60+ countries

Example: look up Beverly Hills 90210

curl -s -X POST https://gateway.pipeworx.io/zippopotam/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_zipcode","arguments":{"country":"us","code":"90210"}}}'
{
  "post_code": "90210",
  "country": "United States",
  "country_code": "US",
  "places": [{
    "name": "Beverly Hills",
    "state": "California",
    "state_code": "CA",
    "latitude": "34.0901",
    "longitude": "-118.4065"
  }]
}

MCP config

{
  "mcpServers": {
    "pipeworx-zippopotam": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/zippopotam/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 443 📥 104,762
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 65 📥 158,507
professional

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 624