MCP.so
Sign In

@zealgeo/mcp-geo-server

@NodeGIS

About @zealgeo/mcp-geo-server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

NodeGIS

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

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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