Empower AI agents to autonomously discover, stream, and compute satellite analytics from free government archives. Plug directly into Claude Desktop, Cursor, Codex, Antigravity, and autonomous Python agents with zero proprietary lock-in.
uvx eo-mcp
Built from the ground up for agentic loops, code execution, and planetary data streaming.
Works instantly out of the box with zero API keys required. Queries AWS Earth Search, NASA CMR, and Copernicus public STAC endpoints for Sentinel-2, Landsat 8/9, and Copernicus DEM. Optional CDSE credentials for direct full-granule downloads.
Never download 1GB satellite granules again. Using GDAL /vsicurl/ range requests, eo-mcp extracts only the exact bounding box pixels of your farm, city, or river in seconds.
Penetrate clouds and storm covers with synthetic aperture radar. Automatic backscatter amplitude/dB calibration and thresholding for real-time flood inundation mapping.
Instant terrain profiling, slope calculation, aspect, and hillshade anywhere on Earth from the gold-standard Copernicus GLO-30 dataset.
Autonomous agents can write and execute custom rasterio, xarray, and geopandas scripts on demand when complex custom spatial logic is needed.
Universal Model Context Protocol interface between conversational reasoning models and petabytes of cloud-native geospatial data.
Claude Desktop, Cursor, Codex, Antigravity, Open WebUI, AutoGen, CrewAI
FastMCP • Catalog Router • COG Window Streamer • Band Math
Copernicus CDSE, AWS Earth Search, NASA CMR, Planetary Computer
Compare eo-mcp against closed, locked-in satellite agent platforms.
| Feature | eo-mcp (Open Source) | Planet Labs Agent Dashboard | Google Earth Engine |
|---|---|---|---|
| Open Model Context Protocol | ✓ Standard MCP (JSON-RPC) | ✗ Closed Proprietary UI | ✗ Proprietary API |
| Client Interoperability | ✓ Claude, Cursor, Any Agent | ✗ Locked to Planet Platform | ✗ Locked to GEE Console |
| Data Access Cost | ✓ 100% Free Public Gov Data | ✗ High Enterprise Paywall | Commercial tiers apply |
| Cloud-Native COG Streaming | ✓ Native Windowed HTTP Reads | Proprietary streaming | Proprietary tiling |
| Custom Python Script Execution | ✓ Full In-Agent Execution | ✗ Fixed UI Prompts | Code Editor / EE Python |
| License | ✓ Apache 2.0 (Open Source) | ✗ Proprietary Closed Source | ✗ Proprietary Closed Source |
Add eo-mcp to your favorite AI environment with zero configuration.
{
"mcpServers": {
"eo-mcp": {
"command": "uvx",
"args": ["eo-mcp"]
}
}
}
Go to Settings > Cursor Settings > Features > MCP, click + Add New MCP Server, name it eo-mcp, and set command to uvx eo-mcp.
Register eo-mcp into your Codex environment with a single command:
codex mcp add eo-mcp -- uvx eo-mcp
Add to your workspace or global .antigravity/mcp.json:
{
"mcpServers": {
"eo-mcp": {
"command": "uvx",
"args": ["eo-mcp"]
}
}
}
No! Out of the box, eo-mcp queries public open data hosted on AWS Earth Search, Microsoft Planetary Computer, and NASA CMR STAC without requiring any login or credentials. If you want direct bulk downloads from the official Copernicus Data Space Ecosystem (CDSE), you can optionally provide your free CDSE username and password.
Standard satellite scenes are 500MB to 1.5GB each. When an agent requests NDVI or imagery for a specific city or field polygon, eo-mcp reads the Cloud Optimized GeoTIFF (COG) header and fetches only the byte ranges corresponding to that bounding box over HTTP. Typical requests transfer only 2 to 5 MB instead of a gigabyte.
V1 supports Sentinel-2 Level-2A (surface reflectance), Landsat 8/9 Collection 2 Level-2, Copernicus DEM GLO-30 (global elevation), Sentinel-1 GRD (radar backscatter for flood detection), Sentinel-5P TROPOMI (atmospheric NO2/aerosol), and MODIS/VIIRS.
Yes! eo-mcp is licensed under the permissive Apache License 2.0. You are free to build proprietary agentic workflows, enterprise platforms, or commercial tools on top of it.