Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | false |
API_KEY | No | Your API key for authentication | |
API_PORT | No | Port for the API server | 5000 |
API_SECRET | No | Your API secret for authentication | |
MCP_API_URL | No | URL for the MindLayer API | https://api.mindlayer.io/v1 |
RSI_OVERSOLD | No | RSI oversold threshold | 30 |
WEBHOOK_PORT | No | Port for the webhook server | 8000 |
MIN_CONFIDENCE | No | Minimum confidence level for signals (1-5) | 3 |
RISK_TOLERANCE | No | Risk tolerance level (conservative, moderate, aggressive) | moderate |
RSI_OVERBOUGHT | No | RSI overbought threshold | 70 |
STOCH_OVERSOLD | No | Stochastic RSI oversold threshold | 20 |
WEBHOOK_SECRET | No | Secret key for webhook authentication | |
TRADING_ENABLED | No | Enable automated trading | false |
STOCH_OVERBOUGHT | No | Stochastic RSI overbought threshold | 80 |
MCP_WEBSOCKET_URL | No | WebSocket URL for MindLayer API | wss://api.mindlayer.io/ws |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |