Skip to main content
Glama
mfuechec

SkyFi MCP Server

by mfuechec

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

License

MIT

Related MCP Connectors