Skip to main content
Glama

mcp-geo

Geo MCP — 来自免费公共 API 的地理工具

属于 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 实时数据源的 MCP 网关。

工具

工具

描述

geocode

通过 OpenStreetMap Nominatim 将地址或地名转换为最多 5 个匹配坐标。返回每个结果的纬度、经度、display_name 和地点类型。

reverse_geocode

将坐标转换为物理地址。返回街道地址、城市、国家和邮政编码。可用于根据纬度/经度对识别位置。

get_country

按名称或 ISO 代码(例如 'US'、'FR')获取国家信息。返回首都、人口、货币、语言和邻国。用于地区背景或事实信息。

get_timezone

通过 TimeAPI.io 查找给定纬度和经度的 IANA 时区名称、当前本地时间和 UTC 偏移(小时)。需要坐标 — 不接受城市名称。

get_sunrise_sunset

通过 Sunrise-Sunset API 获取指定纬度/经度在可选 YYYY-MM-DD 日期(默认为今天)上的日出、日落、太阳正午、民用暮光开始/结束时间以及昼长(秒)。

Related MCP server: Google Maps MCP Server

快速开始

添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "geo": {
      "url": "https://gateway.pipeworx.io/geo/mcp"
    }
  }
}

或者连接到完整的 Pipeworx 网关,以访问所有 1394+ 数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

与 ask_pipeworx 一起使用

无需直接调用工具,你可以用简单的英语提问:

ask_pipeworx({ question: "your question about Geo data" })

网关会自动选择合适的工具并自动填充参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

  • Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

  • Real-world data for agents: air quality, geocoding, quakes, holidays, web search

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-geo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server