Documentation

Documentation

Everything written down about running an agentic trading desk on your own Interactive Brokers account. Start at the top if ibkr is new to you; the sections below get progressively closer to the code.

Start

Install ibkr, point it at a gateway and an MCP host, and confirm the desk is live.

  • Install and first runPrerequisites, the four install paths, and the first commands that prove the gateway is reachable.Not written yet
  • Connect an MCP hostWiring Claude Desktop, Claude Code, Cursor, and Zed to the local server, and checking the connection.Not written yet
  • Your first sessionA guided half hour: read the account, quote a symbol, run a brief, and interpret what comes back.Not written yet
  • UpdatingUpdate the binary, the Desktop extension, S&P 500 membership, calendars, and local process state.
  • TroubleshootingGateway not reachable, stale quotes, a daemon that will not start, and the logs that answer each one.Not written yet

Operate

The daily loop: briefs, agent sessions, the paired app, order previews, protection, and reconciliation.

Understand

What the numbers measure, when they can be trusted, and who sets the limits they are measured against.

Reference

Command, tool, and configuration lookups. Most of this is generated from the code it documents.

Under the hood

For readers who want the design: processes, typed contracts, storage, the wire protocol, and packaging.