mcp-geo
mcp-geo
Geo MCP — 来自免费公共 API 的地理工具
属于 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 实时数据源的 MCP 网关。
工具
工具 | 描述 |
| 通过 OpenStreetMap Nominatim 将地址或地名转换为最多 5 个匹配坐标。返回每个结果的纬度、经度、display_name 和地点类型。 |
| 将坐标转换为物理地址。返回街道地址、城市、国家和邮政编码。可用于根据纬度/经度对识别位置。 |
| 按名称或 ISO 代码(例如 'US'、'FR')获取国家信息。返回首都、人口、货币、语言和邻国。用于地区背景或事实信息。 |
| 通过 TimeAPI.io 查找给定纬度和经度的 IANA 时区名称、当前本地时间和 UTC 偏移(小时)。需要坐标 — 不接受城市名称。 |
| 通过 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
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceEnhances LLM capabilities with location-based services and geospatial data, enabling users to geocode addresses, find nearby points of interest, get directions, optimize meeting points, and analyze neighborhoods.12220MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Maps API for geocoding, place search, directions, distance matrices, and elevation data through natural language.MIT
- AlicenseNot gradedqualityCmaintenanceProvides geocoding, place search, directions, distance matrix, and elevation data from Google Maps. Enables natural language queries to locate places, get directions, and retrieve map-related information.9MIT
- AlicenseNot gradedqualityCmaintenanceEnables forward and reverse geocoding using the OpenCage API, allowing conversion between addresses and coordinates.2MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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