Skip to main content
Glama
gifro10

Geospatial Tools MCP Server

by gifro10

Geospatial Tools MCP Server

A comprehensive Model Context Protocol (MCP) server providing 15 geospatial utility tools for AI agents. Built for surveyors, GIS analysts, drone operators, and developers working with spatial data.

Tools (15)

Coordinate Transformation (5)

Tool

Description

transform_coordinates

Transform single or batch coordinates between CRS (EPSG codes)

batch_transform_coordinates

High-volume vectorized coordinate transforms

transform_geojson

Transform GeoJSON geometries to different CRS

get_crs_info

Get details about any CRS by EPSG code

list_common_crs

Quick reference list of common EPSG codes

Spatial Data Validation (4)

Tool

Description

validate_geojson

Check topology, self-intersections, and auto-repair geometries

detect_crs_from_coordinates

Detect likely CRS from coordinate value patterns

find_duplicate_points

Find near-duplicate points within a coordinate list

get_utm_zone

Determine correct UTM zone and EPSG for any lon/lat

Elevation & Terrain (2)

Tool

Description

get_elevation

Get ground elevation (meters) at a lat/lon point

get_elevation_profile

Elevation profile along a path with gain/loss stats

Viewshed Analysis (1)

Tool

Description

line_of_sight

Check visibility between observer and target using terrain data

Drone Flight Planning (3)

Tool

Description

calculate_gsd

Calculate Ground Sample Distance from flight parameters

plan_drone_grid

Full photogrammetry grid mission plan with photo count, time, batteries

recommend_flight_altitude

Calculate required altitude for a target GSD

Related MCP server: LocuSync Server

Installation

cd mcp-servers/geospatial-tools
pip install mcp pyproj shapely httpx

Claude Desktop Config

{
  "mcpServers": {
    "geospatial-tools": {
      "command": "python",
      "args": ["/full/path/to/server.py"]
    }
  }
}

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A geospatial MCP server that provides tools for geocoding, routing, elevation profiles, and spatial analysis. It enables AI agents to process GIS file formats like GeoJSON and Shapefiles while performing complex coordinate transformations and distance calculations.
    Last updated
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    The geospatial toolkit for AI agents. 6 tools, zero config — give any LLM the ability to parse, convert, query, and aggregate spatial data out of the box. Or just make a bounding box :) Every response includes a verification link to vibhorsingh.com/boundingbox so you can visually confirm results on an interactive map.
    Last updated
    6
    74
    3
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables AI agents to become geospatially intelligent assistants with tools for location search, smart routing, round trip planning, reverse geocoding, isochrone analysis, route visualization, geofence management, and interactive map display.
    Last updated
    8
    25
    5
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • GIS tools for AI agents: 65 free tools + 8 paid (hazard/site-scouting/GeoJSON export)

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gifro10/geospatial-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server