Local cache and auto sync
Market, account, order, and position data are cached locally and kept up to date automatically, so common actions respond fast.
Polytrader2Fast local desktop trading app. Open source custody. MCP-powered AI agents for strategy and bot automation.
Features
Polytrader2 keeps data, keys, and strategy execution local, while connecting AI agents through MCP.
Market, account, order, and position data are cached locally and kept up to date automatically, so common actions respond fast.
Keys are encrypted by the operating system, using DPAPI on Windows and Keychain on macOS.
Strategies run locally inside an isolated VM with controlled access to app capabilities and trade actions.
Connect Claude Code, Codex, and other AI agents to market context and strategy workflows through the built-in MCP Server.
Demo
From fast market browsing and local wallet records to AI-assisted strategy writing and bot execution, this section is ready for the product demo video.
MCP
Polytrader2 runs a local MCP Server protected by a token. Claude Code, Codex, and other AI agents can access market context, account summaries, and strategy workflows without moving your keys to the cloud.
Run this command in your terminal to add Polytrader2 to Claude Code as a user-scoped MCP Server.
claude mcp add --transport http --scope user polytrader2 http://localhost:8708/mcp \ --header "Authorization: Bearer <YOUR_MCP_TOKEN>"
Strategy
Polytrader2 turns trading ideas into local bots. Strategies can use synced market data, connect to selected accounts, and run inside a controlled local environment.
Strategies never receive raw private keys. Signing and custody stay inside the desktop app.
Strategy code runs in a controlled local VM instead of getting open access to your system.
Orders and cancellations go through Polytrader2 trading services and can be reviewed.
The execution model and safety boundaries can be inspected in the source code.
Use Claude Code, Codex, or your own tools to draft and refine strategy logic.
Strategies execute on your desktop, using local market and account data.
Each strategy runs with limited app capabilities and explicit trading actions.
Runs, logs, errors, orders, and cancellations are recorded locally.