Agentic Trading MCP
UnclaimedValet - 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.
Install
pip install -e ".[dev]"Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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.