ibkr-agent-gateway 0.5.2

Unofficial local-first CLI and MCP gateway for Interactive Brokers workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Read-only MCP tool handler modules.

pub mod accounts;
pub mod approvals;
pub mod audit;
pub mod health;
pub mod market;
pub mod order_groups;
pub mod order_preview;
pub mod orders;
pub mod orders_live;
pub mod orders_paper;
pub mod portfolio;