Trade, analyze, and automate Polymarket prediction markets via AI. 48 tools spanning market discovery, copy trading, smart money tracking, back testing, arbitrage scanning, risk management, and portfolio optimization.
Overview
Full-featured MCP server for Polymarket — search markets, execute trades, copy top traders, analyze smart money flow, backtest strategies, and manage your portfolio through Claude Code, Cursor, or any MCP-compatible AI client.
Features:
- 48 MCP tools across 6 categories
- Direct buy/sell, batch orders, and limit orders
- Market discovery: search, trending, featured, events, related markets
- Smart money flow detection (multiple top traders buying same market)
- Copy trading with auto-monitor and auto-rebalance
- Conviction scoring (0-100) across 5 dimensions
- Backtest any trader's historical trades
- AI-powered opportunity analysis (BUY/SELL/HOLD)
- Market quality filter (spread, depth, price range)
- Stop-loss and take-profit automation
- Portfolio optimization (conservative/balanced/aggressive)
- Multi-wallet portfolio overview with P&L
- Price history with OHLC data
- Arbitrage detection (YES+NO price discrepancies)
- Real-time WebSocket price streaming
- Preview mode (default, simulated) + live mode (real orders)
Install: npx polymarket-trader-mcp
Server Config
{
"mcpServers": {
"polymarket": {
"command": "npx",
"args": [
"-y",
"polymarket-agent-mcp"
]
}
}
}