Skip to main content
Glama

🌍 Geospatial MCP Server & AI Assistant

CI

Author: Glenn Mossy | LinkedIn License: MIT

Tech Stack: Python 3.11 Gradio 6.0 FastAPI Docker HuggingFace LLMs MCP

A powerful Model Context Protocol (MCP) server designed for advanced geospatial analysis, 3D terrain visualization, and autonomous drone mission planning. This project integrates real-time geospatial tools with an AI Assistant powered by open-source LLMs.

Drone Mission Visualization (Above: 3D Visualization of a Drone Flight Path over Terrain)

✨ Key Features

🎮 Mission Control Center

  • Rim Survey – High‑altitude canyon rim survey.

  • Grand Canyon Tour – Scenic route through the canyon.

  • River Run – Low‑altitude river‑following flight.

  • Drone Speed – Adjustable speed slider with flight‑time estimate.

  • Line of Sight – Connectivity checks for towers and observation posts.

  • 3D Visualization – Interactive terrain and path rendering.

Related MCP server: GeoSight MCP Server

🚀 Proposed UI Upgrade

  • Mission Control – A future enhancement that will provide an intuitive dashboard for planning, visualizing, and analyzing drone missions (Rim Survey, Grand Canyon Tour, River Run, etc.). This upgrade will include speed controls, flight‑time estimates, and richer 3D visualizations.

🤖 AI Geospatial Assistant

  • Natural Language Interface: Chat with your geospatial data using models like Qwen/Qwen2.5-72B-Instruct (via Hugging Face).

  • Tool Use: The AI can autonomously call tools to answer complex questions:

    • "Can a tower at A see a rover at B?"

    • "Generate a heatmap for this area."

    • "Plan a route from X to Y."

  • Visual Responses: The assistant can generate and display terrain heatmaps directly in the chat.

🛠️ Geospatial Tool Suite

  • Elevation: Query high-resolution elevation data (DTED/SRTM) for any coordinate.

  • Line of Sight: Calculate visibility between any two points on the globe.

  • Heatmaps: Render visual elevation gradients for situational awareness.

  • Distance & MGRS: Utilities for distance calculation and coordinate conversion (Lat/Lon <-> MGRS).

🚀 Getting Started

Prerequisites

  • Docker (Recommended) OR Python 3.11+

  • Hugging Face API Token (Free) for the AI Assistant.

Quick Start (Docker)

  1. Clone the Repository:

    git clone https://github.com/gmossy/geo-mcp-server.git
    cd geo-mcp-server
  2. Configure Environment: Create a .env file in the root directory (this file is ignored by Git). Add your Hugging Face API token:

    HF_TOKEN=hf_YourHuggingFaceTokenHere

    The .env file allows the application to load the token at runtime without hard‑coding credentials.

  3. Build and Run:

    make build
    make run
  4. Access the Dashboard: Open http://localhost:7860 in your browser.

Local Development

Option A: Standard Pip

  1. Install Dependencies:

    pip install -r requirements.txt
  2. Run Server:

    ./start.sh

Option B: Using uv (Recommended for Speed)

uv is an extremely fast Python package installer and resolver.

  1. Install uv (if not installed):

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Create a Virtual Environment:

    uv venv
    source .venv/bin/activate
  3. Install Dependencies:

    uv pip install -r requirements.txt
  4. Run Server:

    ./start.sh

đź“‚ Project Structure

  • gradio_dashboard.py: The main UI application (Gradio) featuring the Dashboard, AI Assistant, and Mission Control.

  • server.py: The core FastAPI server implementing the MCP protocol and geospatial logic.

  • bridge.py: An adapter to connect this server to Claude Desktop or other MCP clients.

  • dted/: Directory for storing elevation data tiles (DTED/SRTM).

  • sample_routes/: GeoJSON files defining mission paths.

  • scripts/: Helper utilities for data downloading and testing.

🔌 Connecting to Claude Desktop

You can use this server as a tool provider for Claude Desktop.

  1. Ensure the server is running.

  2. Configure Claude Desktop to use bridge.py:

    "geo-server": {
      "command": "python",
      "args": ["/absolute/path/to/geo-mcp-server/bridge.py"]
    }

📸 Screenshots

Mission Control

Rim Survey UI The Mission Control tab showing the Rim Survey mission visualization and report.

AI Assistant

(Placeholder: Screenshot of the AI Assistant generating a heatmap)

đź“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

🛠️ Build Information

  • Google Antigravity Version: 1.11.5

  • VSCode OSS Version: 1.104.0

  • Commit: afdb915a7890576374cec17dccf6d91249170a86

  • Date: 2025-11-20T07:11:11.677Z

  • Electron: 37.3.1

  • Chromium: 138.0.7204.235

  • Node.js: 22.18.0

  • V8: 13.8.258.31-electron.0

  • OS: Darwin x64 24.6.0

  • Language Server CL: 834602842


Created by Glenn Mossy

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
    A
    quality
    C
    maintenance
    Provides comprehensive geospatial analysis capabilities through Turf.js, enabling spatial measurements, geometric operations, coordinate transformations, and geographic data processing. Supports over 100 geospatial functions including distance calculations, spatial relationships, buffer operations, and grid generation.
    Last updated
    100
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Production-ready satellite imagery analysis server that enables natural language queries for Earth observation data, including land cover classification, vegetation monitoring, water detection, change detection, and automated environmental reporting.
    Last updated
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    AI-powered terrain analysis for any location on Earth. Uses super-resolution and computes environmental risk metrics including erosion, water flow, and a composite Site Intelligence Score.
    Last updated
    2
    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
    18
    3
    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)

  • OpenTopography global DEM rasters + point queries (free key)

  • MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.

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/gmossy/geospatial_mcp_server_experiments'

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