GIS-MCP-Server

matbel91765/GIS-MCP-Server
★ 4 stars Python AI/LLM Updated 6d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gis-mcp-server": {
      "command": "uvx",
      "args": [
        "gis-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gis-mcp-server

README Excerpt

A Model Context Protocol (MCP) server providing geospatial tools for AI agents. Enables Claude, GPT, and other LLMs to perform geocoding, routing, spatial analysis, and file operations. - **Geocoding**: Convert addresses to coordinates and vice versa (via Nominatim/OSM or Pelias) - **Batch Geocoding**: Geocode multiple addresses in a single request (up to 10)

Tools (9)

GIS_DEFAULT_CRSGIS_TEMP_DIRNOMINATIM_URLNOMINATIM_USER_AGENTOPEN_ELEVATION_URLOSRM_PROFILEOSRM_URLPELIAS_API_KEYPELIAS_URL