Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_PORT | No | Port for the FastAPI/WebSocket server (api_server.py). | 8000 |
| PAPER_MODE | No | Set to false for live trading. | true |
| ALLOW_CHAINS | No | Allowlists for EVM networks. | ethereum |
| RISK_PROFILE | No | Presets for sizing and safety limits. | conservative |
| ALLOW_TICKERS | No | Comma-separated allowlist of tradeable tickers. | * |
| ALPACA_API_KEY | No | API Key for Alpaca brokerage. | |
| TRADING_HALTED | No | Global kill switch to halt all live actions. | false |
| ALPACA_API_SECRET | No | API Secret for Alpaca brokerage. | |
| DISCORD_WEBHOOK_URL | No | Optional webhook for trade approval notifications. | |
| LIVE_TRADING_ENABLED | No | Must be true for any live execution. | false |
| MARKETDATA_EXCHANGES | No | Comma-separated list of brokerages to use for data. | alpaca |
| TICKER_CACHE_TTL_SEC | No | How long to cache price data. | 5 |
| TRADIER_ACCESS_TOKEN | No | Access Token for Tradier. | |
| EXECUTION_APPROVAL_MODE | No | auto executes immediately; approve_each requires manual confirmation. | auto |
| RATE_LIMIT_DEFAULT_PER_MIN | No | Default API rate limit. | 120 |
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 | |