Polymarket Trading Mcp
/install polymarket-clob-trading-mcp
Polymarket Agentic Trading MCP
A Model Context Protocol server that lets Claude trade on Polymarket prediction markets.
Features
- Search markets — keyword search across all open Polymarket markets
- Analyze markets — order book imbalance + Kelly Criterion → BUY / SELL / HOLD signal with position sizing
- Execute trades — buy/sell via Polymarket CLOB v2 with L2 auth
- Auto-provision — CLOB API keys are derived from your wallet automatically on first boot
Setup
1. Install
openclaw skills install polymarket-clob-trading-mcp
cd skills/polymarket-clob-trading-mcp
npm install
2. Configure .env
cp .env.example .env
Edit .env and set your PRIVATE_KEY. Everything else (RPC, CLOB API keys) is auto-configured on first boot.
3. Add to Claude Code
claude mcp add --scope user polymarket-trading -- node /path/to/skills/polymarket-clob-trading-mcp/node_modules/tsx/dist/cli.mjs /path/to/skills/polymarket-clob-trading-mcp/trading-server.ts
Tools
| Tool | Description |
|---|---|
search_markets |
Search open markets by keyword |
analyze_market |
ML signal (BUY/SELL/HOLD) + Kelly position size |
trade |
Execute a buy or sell order |
wallet_info |
Wallet address, balance, and trading limits |
push_alert |
Push a manual alert to the configured notification channel |
setup_api_keys |
Manually generate CLOB API keys |
Prediction Engine
- Order book imbalance — nudges probability estimate from bid/ask depth ratio
- Confidence score — built from depth balance, spread tightness, 24h volume
- Kelly Criterion — quarter-Kelly position sizing scaled by confidence
- Risk score — penalises low liquidity, wide spreads, low confidence
Requirements
- Node.js ≥ 18
- A Polygon wallet private key with USDC for trading
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-clob-trading-mcp - After installation, invoke the skill by name or use
/polymarket-clob-trading-mcp - Provide required inputs per the skill's parameter spec and get structured output
What is Polymarket Trading Mcp?
Agentic Polymarket CLOB trading MCP — search prediction markets, analyze with Kelly Criterion + order book signals, execute trades. Auto-provisions CLOB API... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Polymarket Trading Mcp?
Run "/install polymarket-clob-trading-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Trading Mcp free?
Yes, Polymarket Trading Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Trading Mcp support?
Polymarket Trading Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Trading Mcp?
It is built and maintained by AIsofialuz (@aisofialuz); the current version is v2.0.0.