SkyFi MCP Server
Provides geocoding, POI search, and area boundary lookup capabilities
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SkyFi MCP ServerFind satellite images of my farm in Iowa from last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: geopera-mcp
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
This server cannot be installed
Maintenance
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
- Alicense-qualityAmaintenanceProduction-ready MCP server providing RAG, hierarchical memory, and 8+ tools for AI agents via the Model Context Protocol.41Apache 2.0
- AlicenseCqualityCmaintenanceMCP server for the Geopera geospatial data platform that enables AI agents to discover imagery, place and manage orders, and run analytics using the same API as other Geopera clients.100MIT
- Alicense-qualityDmaintenanceProvides access to SkyFi's satellite imagery API for searching, ordering, tasking, monitoring, and geographic operations through natural language.MIT
- Alicense-qualityDmaintenanceAn MCP server providing AI agents with access to satellite imagery, geospatial intelligence, and billing management through the SkyFi platform.1MIT
Related MCP Connectors
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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