NodeGIS_geo-mcp-server
1
The MCP Geo Server is a geographic processing tool server utilizing the Model Context Protocol to offer functionalities such as coordinate system conversion, polyline distance, and polygon area calculation. Designed to support various popular coordinate systems, it facilitates precise spatial computations.
MCP Geo Server
A Model Context Protocol (MCP) based geographic processing tool server offering functionalities like coordinate system conversion, distance calculation, and area computation.
Features
- Coordinate systems supported for conversion:
- BD09 (Baidu)
- GCJ02 (Mars)
- WGS84 (GPS)
- Web Mercator
- Supported conversion methods:
- BD09 to/from GCJ02
- WGS84 to/from GCJ02
- BD09 to/from WGS84
- Web Mercator to/from longitude/latitude
- Spatial calculations supported:
- Polyline distance (meters, kilometers)
- Polygon area (square meters, square kilometers, hectares)
- Multiple coordinate system inputs (WGS84, GCJ02, BD09)
MCP Tools
mcp_geo_convert
Coordinate system conversion tool between BD09, GCJ02, WGS84, and Web Mercator.
mcp_geo_calculate_distance
Calculates polyline distances using Web Mercator projection.
mcp_geo_calculate_area
Calculates polygon areas using Web Mercator projection.