Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IB_USERNAME | No | Your Interactive Brokers username (required when IB_HEADLESS_MODE is true) | |
IB_HEADLESS_MODE | No | Enable headless mode for automated environments or when you prefer not to use a browser for authentication | false |
IB_PASSWORD_AUTH | No | Your Interactive Brokers password (required when IB_HEADLESS_MODE is true) |
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 |
---|---|
authenticate | Open Interactive Brokers authentication web interface |
get_account_info | Get account information and balances |
get_positions | Get current positions for an account |
get_market_data | Get real-time market data for a symbol |
place_order | Place a trading order |
get_order_status | Get the status of a specific order |