Skip to main content
Glama

SkyFi MCP Server

Production-grade MCP server wrapping SkyFi's satellite imagery platform API. Enables AI agents to conversationally search, price, order, and monitor satellite imagery through the Model Context Protocol.

Features

  • 20+ MCP tools covering archive search, pricing, ordering, monitoring, and geospatial utilities

  • Dual transport: local stdio (FastMCP/Python) and remote Streamable HTTP (Cloudflare Workers)

  • Human-in-the-loop: mandatory user confirmation before any order placement

  • Multi-user: OAuth 2.1 for remote deployments, API key for local

  • OpenStreetMap integration: geocoding, POI search, and area boundary lookup

Related MCP server: A-Modular-Kingdom

Quickstart

Local (stdio) — for Claude Desktop, Cursor, Claude Code

# Install
uvx skyfi-mcp

# Or add to your MCP client config:
{
  "mcpServers": {
    "skyfi": {
      "command": "uvx",
      "args": ["skyfi-mcp"],
      "env": {
        "SKYFI_API_KEY": "your-api-key"
      }
    }
  }
}

Remote (Streamable HTTP) — for Claude Web, ChatGPT, multi-user

See deployment guide for Cloudflare Workers setup.

Documentation

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.

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/quandole-oss/SkyFi-MCP'

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