sat-mcp-server
If you are the rightful owner of sat-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP (Model Context Protocol) server for Satellaite API, implementing the Model Context Protocol specification to handle model interactions.
The @satellaite/mcp-server is a Model Context Protocol server designed for the Satellaite API. It adheres to the Model Context Protocol specification, facilitating seamless interactions with models. Built using TypeScript, it ensures type safety and employs Zod for runtime type validation. The server offers a binary executable for straightforward deployment and secures API authentication through Bearer tokens. It requires specific environment variables, such as the API base URL and a Satellaite API key, to function correctly. The server is compatible with various platforms, including Claude Desktop, and can be easily integrated using NPX commands. It provides tools for accessing and executing Satellaite data products, ensuring efficient data management and retrieval.
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
Tools
get_data_products
Get all Satellaite data products. Returns a JSON array of available data products with their details. Requires valid API key.
call_data_product
Call a Satellaite data product. Requires dataProductId as input and returns a JSON response with the execution result. Requires valid API key.