← 返回
未分类 中文

Pipeworx geo

Geographic utilities — geocoding, reverse geocoding, country info, timezone lookup, and sunrise/sunset times
地理工具 — 地理编码、逆向地理编码、国家信息、时区查询及日出日落时间
b-gutman
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 386
下载
💾 0
安装
1
版本
#latest

概述

Geographic Utilities

A Swiss-army knife for location data. Convert addresses to coordinates (and back), look up country details, check the local timezone, and get sunrise/sunset times — all from free public APIs, no keys needed.

Tools

ToolDescription
-------------------
geocodeAddress or place name to lat/lon coordinates (e.g., "Eiffel Tower, Paris")
reverse_geocodeLat/lon coordinates to a human-readable address
get_countryCountry details by name or ISO code — population, capital, languages, currencies
get_timezoneCurrent timezone and local time for any lat/lon
get_sunrise_sunsetSunrise, sunset, golden hour, and day length for a location and date

Reach for this when

  • A user gives a place name and you need coordinates for another API
  • Converting GPS coordinates to a street address
  • Answering "what time is it in Tokyo right now?"
  • Calculating daylight hours for a specific location and date
  • Looking up country metadata (capital, population, languages)

Example: geocode the Colosseum

curl -s -X POST https://gateway.pipeworx.io/geo/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"geocode","arguments":{"query":"Colosseum, Rome, Italy"}}}'

Returns latitude (41.8902), longitude (12.4922), and display name.

MCP config

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

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Pipeworx fruityvice

b-gutman
水果营养数据——每100克热量、糖分、脂肪、蛋白质和碳水化合物(来源:Fruityvice)
★ 0 📥 389

Pipeworx flights

b-gutman
实时飞机追踪——监控指定区域的航班、按应答器定位单机飞机、并通过OpenSky网络获取机场起降信息
★ 0 📥 383

Pipeworx gutendex

b-gutman
在 Gutendex 上搜索古登堡七万多本免费电子书,支持按标题、作者、主题或热度查询。
★ 0 📥 388