sat-mcp-server

sat-mcp-server

0

The @satellaite/mcp-server is an MCP server for the Satellaite API, implementing the Model Context Protocol to enable secure model interactions. It uses TypeScript and Zod for validation and provides authentication through a Bearer token.

Overview

MCP (Model Context Protocol) server for Satellaite API. This server implements the Model Context Protocol specification to handle model interactions.

Features

  • Implements Model Context Protocol specification
  • Built with TypeScript for type safety
  • Uses Zod for runtime type validation
  • Provides a binary executable for easy deployment
  • Secure API authentication using Bearer token

Setup

Environment Variables
  • API_BASE_URL - The base URL for the Satellaite API
  • SATELLAITE_API_KEY - Your Satellaite API key for authentication

Tools

  • get_data_products: Get all Satellaite data products
  • call_data_product: Call a Satellaite data product

Resources

  • Satellaite Data Products: List of all available data products
  • Satellaite Data Product: Retrieve a specific data product

Authentication

All API requests require authentication using a Bearer token.