geo-mcp-server
If you are the rightful owner of geo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
这是一个基于 Model Context Protocol (MCP) 的地理处理工具服务器,提供坐标系统转换、距离计算、面积计算等空间分析功能。
The @zealgeo/mcp-geo-server is a Model Context Protocol (MCP) based geographic processing tool server. It offers functionalities such as coordinate system conversion, distance calculation, and area calculation for spatial analysis. The server supports various coordinate systems including BD09, GCJ02, WGS84, and Web Mercator, allowing for conversions between these systems. It also provides tools for calculating polyline distances and polygon areas, supporting multiple units and coordinate system inputs.
Features
- Supports conversion between BD09, GCJ02, WGS84, and Web Mercator coordinate systems.
- Provides methods for converting between BD09 and GCJ02, WGS84 and GCJ02, BD09 and WGS84, and Web Mercator and latitude/longitude.
- Calculates polyline distances in meters or kilometers.
- Calculates polygon areas in square meters, square kilometers, or hectares.
- Supports input from multiple coordinate systems (WGS84, GCJ02, BD09).
Tools
mcp_geo_convert
Coordinate system conversion tool supporting conversions between BD09, GCJ02, WGS84, and Web Mercator.
mcp_geo_calculate_distance
Calculates polyline distance based on Web Mercator projection.
mcp_geo_calculate_area
Calculates polygon area based on Web Mercator projection.