Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_API_URL | No | Custom Data API URL (optional) | |
| TRADE_API_URL | No | Custom Trade API URL (optional) | |
| TRADE_API_WSS | No | Custom Trade API WebSocket URL (optional) | |
| ALPACA_API_KEY | Yes | Your Alpaca API key (required by Alpaca Trading API) | |
| STREAM_DATA_WSS | No | Custom Stream Data WebSocket URL (optional) | |
| ALPACA_SECRET_KEY | Yes | Your Alpaca secret key (required by Alpaca Trading API) | |
| ALPACA_PAPER_TRADE | No | Enable paper trading mode (True) or live trading mode (False) | True |
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 | |