@zealgeo/mcp-geo-server
@NodeGIS
About @zealgeo/mcp-geo-server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-geo-server": {
"command": "npx",
"args": [
"-y",
"@zealgeo/mcp-geo-server"
]
}
}
}Tools
3在不同坐标系统之间转换坐标。支持BD09(百度)、GCJ02(火星)、WGS84(GPS)和Web Mercator投影坐标系统之间的互相转换。
计算折线的距离。支持多种坐标系统输入,内部会先转换为WGS84坐标,再通过Web Mercator投影进行平面距离计算。适用于中小尺度的距离计算。
计算多边形面积。支持多种坐标系统输入,内部会先转换为WGS84坐标,再通过Web Mercator投影进行平面面积计算。多边形无需手动闭合。适用于中小尺度的面积计算。
Overview
What is @zealgeo/mcp-geo-server?
A geographic processing tool server that implements the Model Context Protocol, providing coordinate system conversion (BD09, GCJ02, WGS84, Web Mercator), distance calculation, and area calculation for spatial analysis tasks.
How to use @zealgeo/mcp-geo-server?
Configure the server in an MCP client with "type": "stdio", "command": "npx", and "args": ["-y", "@zealgeo/mcp-geo-server"]. Then
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments