Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MOCK_MODE | No | Optional setting to enable mock mode | false |
| KRAKEN_API_KEY | No | Kraken API Key with 'Query Funds' and 'Query Open Orders & Trades' permissions | |
| BINANCE_API_KEY | No | Binance API Key with read-only permissions | |
| COINBASE_API_KEY | No | Coinbase API Key with 'wallet:accounts:read' and 'wallet:transactions:read' permissions | |
| KRAKEN_API_SECRET | No | Kraken API Secret | |
| BINANCE_API_SECRET | No | Binance API Secret | |
| COINBASE_API_SECRET | No | Coinbase API Secret | |
| PRICE_CACHE_DURATION | No | Optional setting for price cache duration in seconds | 30 |
| BALANCE_CACHE_DURATION | No | Optional setting for balance cache duration in seconds | 60 |
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 | |