MCP.so
Sign In

@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

Comments

More Other MCP servers