Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXCHANGE | No | The name of the cryptocurrency exchange to connect to (e.g., mexc, binance, bybit, okx). | mexc |
| LOG_LEVEL | No | The level of logging detail (e.g., info, debug, error). | info |
| MAX_PAIRS | No | Maximum number of pairs to scan during market analysis. | 100 |
| MARKET_TYPE | No | The type of market to trade in: 'spot' or 'swap' (perpetual futures). | spot |
| MEXC_SECRET | Yes | Your API secret for the exchange (required for authenticated operations). | |
| MEXC_API_KEY | Yes | Your API key for the exchange (required for authenticated operations). | |
| TRADING_MODE | No | The trading mode: 'demo' for simulated trading (safe for testing) or 'live' for real trading. | demo |
| MIN_CONFIDENCE | No | Minimum Technical Analysis signal confidence (1-100) required for a recommendation. | 50 |
| MIN_VOLUME_USDT | No | Minimum 24h volume in USDT required for a pair to be analyzed by the scanner. | 50000 |
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 | |