MCP4RS Open Earth Explorer
Enables discovery, analysis, and explanation of open satellite data through MCP, with support for STAC catalogs and NASA GIBS.
README
title: MCP4RS Open Earth Explorer emoji: 🛰️ colorFrom: blue colorTo: green sdk: gradio sdk_version: "6.20.0" python_version: "3.11" app_file: app.py pinned: false tags:
- mcp
- remote-sensing
- earth-observation
- stac
- geospatial
MCP4RS: Open Earth Remote Sensing MCP
Ask the Earth a question: discover, analyze, and explain open satellite data through MCP.
Overview
This repository provides two local run modes:
- Gradio web app with MCP endpoint, launched from app.py.
- MCP stdio server for local MCP clients, launched from server.py.
Use the app mode if you want a browser UI. Use stdio mode if you want to connect tools directly from an MCP client.
Local deployment prerequisites
- Linux, macOS, or Windows with Python 3.11+.
pipavailable in your shell.- Network access for remote open-data catalogs (STAC/NASA GIBS).
1) Set up a local Python environment
From the repository root:
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
Optional quick syntax check:
python -m py_compile app.py server.py stac_convert.py
2) Run the Gradio app locally
Start the app:
python app.py
By default, Gradio serves locally (typically on http://127.0.0.1:7860).
This app launches with mcp_server=True, so you get both:
- Web UI for interactive use.
- MCP HTTP endpoint exposed by Gradio at:
http://127.0.0.1:7860/gradio_api/mcp/http://127.0.0.1:7860/gradio_api/mcp/schema
3) Run the MCP stdio server locally
If your MCP client expects a local command-based server, run:
python server.py
This starts the FastMCP server over stdio (no browser UI).
Example MCP client config:
{
"mcpServers": {
"mcp4rs-open-earth-local": {
"command": "python",
"args": ["/ABSOLUTE/PATH/TO/mcp4rs-open-earth/server.py"]
}
}
}
4) Validate local deployment
After launching python app.py:
- Open the local URL shown in terminal (usually
http://127.0.0.1:7860). - In the UI, run
Sourcesto confirm tool invocation works. - Test a simple query in
Search Sentinel-2with a known bbox/date.
For stdio mode (python server.py), validate by connecting from your MCP client and calling list_sources.
5) Optional extra dependencies for real raster computation
The analysis tools have stub fallbacks when heavy raster libs are missing.
To enable real raster-based execution for segment_water and spectral_index, install:
python -m pip install rasterio numpy
Troubleshooting
ModuleNotFoundError: pystac_client:- Re-run
python -m pip install -r requirements.txt.
- Re-run
- Port already in use:
- Stop the previous process or run in a clean terminal session.
- Empty search results:
- Use a valid bbox/date range and relax cloud-cover threshold.
- Planetary Computer signed URLs not applied:
- Install optional package:
python -m pip install planetary-computer.
- Install optional package:
Production note
This repository is configured for Hugging Face Spaces with Gradio MCP support, but the commands above are the recommended path for local deployment and testing.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.