Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IB_HOST | No | The hostname for the Interactive Brokers connection. | 127.0.0.1 |
| IB_PORT | No | The socket port for the Interactive Brokers connection (4001 for Gateway Paper, 4002 for Gateway Live, 7497 for TWS Paper, 7496 for TWS Live). | 4001 |
| LOG_LEVEL | No | The logging level for the application. | INFO |
| FINNHUB_API_KEY | No | Optional Finnhub API key used for additional news and social sentiment data. | |
| SENTIMENT_MODEL | No | The sentiment analysis model to use. Options are 'vader' (fast) or 'finbert' (more accurate). | vader |
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 | |