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
14
15
16
17
18
//! Market MCP tool names.

/// Contract search tool.
pub const CONTRACTS_SEARCH_TOOL: &str = "ibkr_contracts_search";
/// Contract resolve tool.
pub const CONTRACT_RESOLVE_TOOL: &str = "ibkr_contract_resolve";
/// Market snapshot tool.
pub const MARKET_SNAPSHOT_TOOL: &str = "ibkr_market_snapshot";
/// Historical bars tool.
pub const HISTORICAL_BARS_TOOL: &str = "ibkr_historical_bars";
/// Options chain tool.
pub const OPTIONS_CHAIN_TOOL: &str = "ibkr_options_chain";
/// Option greeks tool.
pub const OPTION_GREEKS_TOOL: &str = "ibkr_option_greeks";
/// Market depth tool.
pub const MARKET_DEPTH_TOOL: &str = "ibkr_market_depth";
/// Scanner run tool.
pub const SCANNER_RUN_TOOL: &str = "ibkr_scanner_run";