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.
Polytrader2Connect Claude Code, Codex and other AI agents to build, test and run automated trading strategies on Polymarket.
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.
About
Polytrader2 is built by an AI-powered solo company focused on local-first trading tools for Polymarket. The mission is to make trading workflows faster, safer, and easier to automate, while keeping custody, execution, and source code transparent.
Prediction markets turn information into probabilities. Polytrader2 is built to help AI agents research markets, test strategies, and run automated trading workflows on Polymarket.
Trading software should keep sensitive data close to the user. Polytrader2 is designed around local data, local execution, and user-controlled keys whenever possible.
Trust should be inspectable. Polytrader2 is open source so users can review how custody, strategy execution, and trading actions are handled.