SkyFi MCP Server
A Model Context Protocol (MCP) server that enables AI agents to programmatically access SkyFi's geospatial/satellite imagery services.
Features
Archive Search - Find existing satellite imagery for any location
Pricing & Feasibility - Get cost estimates before ordering
Order Placement - Purchase imagery with user confirmation
Order Tracking - Monitor order status and delivery
AOI Monitoring - Set up alerts for new imagery
Quick Start
Prerequisites
Node.js 20+
pnpm
SkyFi API key
Installation
# Clone the repository
git clone https://github.com/mfuechec/SkyFiMCP.git
cd SkyFiMCP
# Install dependencies
pnpm install
# Configure environment
cp .env.example .env
# Edit .env and add your SKYFI_API_KEY
# Run in development
pnpm dev
Running Tests
pnpm test
Building
pnpm build
pnpm start
Documentation
API Reference - Complete tool documentation
Integration Guide - Connect to AI agents
Deployment Guide - Production deployment
License
MIT