Overview
what is geo-mcp-server?
geo-mcp-server is a geospatial processing tool server based on the Model Context Protocol (MCP), providing functionalities such as coordinate system conversion, distance calculation, and area computation.
how to use geo-mcp-server?
To use geo-mcp-server, install it via npm with the command: npx -y @zealgeo/mcp-geo-server. After installation, you can utilize its various tools for geospatial analysis.
key features of geo-mcp-server?
- Supports conversion between multiple coordinate systems: BD09, GCJ02, WGS84, and Web Mercator.
- Calculates polyline distances and polygon areas in various units.
- Handles multiple input coordinate systems for calculations.
use cases of geo-mcp-server?
- Converting coordinates between different systems for mapping applications.
- Calculating distances for route planning in logistics.
- Determining areas for land use planning and environmental studies.
FAQ from geo-mcp-server?
- What coordinate systems does geo-mcp-server support?
It supports BD09, GCJ02, WGS84, and Web Mercator coordinate systems.
- Is geo-mcp-server free to use?
Yes! geo-mcp-server is open-source and free to use under the MIT license.
- How accurate are the calculations?
The accuracy of the calculations depends on the quality of the input data and the specific methods used.