Agentic Trading MCP
未认领Valet - MCP servers that let an AI agent (Claude Code) trade for real: Interactive Brokers (quotes, positions, market/limit/stop/trailing/bracket, FRACTIONAL buys by the dollar) + crypto spot via CCXT with exchange-native stop orders. Hexagonal architecture, paper-first, fail-closed safety guards on every order. Live-validated.
algorithmic-tradingclaudeclaude-codecpapifractional-shareshexagonal-architectureibkrinteractive-brokersmcpmodel-context-protocol
安装
$
pip install -e ".[dev]"工具(2 个)
buy
takes cashamount (USD, fractional via cashQty) or quantity (shares, fractional ok). Pass limitprice for a LIMIT order (market by default; LIMIT needs quantity).
sell
takes only quantity (shares, fractional ok); optional limitprice for a LIMIT sell. IBKR does not allow selling by dollar amount — cashQty is buy-only.