SatMCP

Satellite image contex for intelligent systems

Rapid streaming of all available satellite images.
See any place on earth, no complex APIs, large downloads or geospatial knowledge needed.
Simply ask.

Finding satellite imagery...

🌎 Global

Any location on Earth

🔍 Simple

Just type a place name

⚡ Fast

Rapid streaming

💾 Compact

Optimized for efficient context usage

🤖 AI Ready

Built for developers and their agents

🆓 Free

Free, simple sign up to securely connect agents

Agent quick start

Create a token in Profile, then add it as an Authorization header:

{ "mcpServers": { "satmcp": { "type": "http", "url": "https://satmcp.com/mcp/", "headers": { "Authorization": "Bearer YOUR_SATMCP_TOKEN" }, "tools": ["search_satellite_imagery", "get_satellite_image"] } } }

API Quick Start

curl -H "Authorization: Bearer YOUR_SATMCP_TOKEN" "https://satmcp.com/api/v1/search?place=Dubai&date=last+week"