Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKYFI_URL | Yes | SkyFi API endpoint (e.g., https://app.skyfi.com/platform-api/pricing). | |
| MCP_LOG_LEVEL | No | Logging level. Possible values: INFO, DEBUG, WARNING. | |
| SKYFI_API_KEY | Yes | Your SkyFi API credentials. Format must be email:hash format from your SkyFi account (e.g., your-email@example.com:api-key-hash). | |
| MCP_LOG_FORMAT | No | Log format. Possible values: console, json, simple. | |
| OPENWEATHER_API_KEY | No | Optional OpenWeatherMap API key for weather integration. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |