mcpbeat Sign in

pmq (Polymarket CLOB V2) MCP Server

local only

pmq (Polymarket CLOB V2) runs on your own machine — the client starts it, so there is no endpoint to ping. 149 installs a week from pypi.

Production-proven Polymarket CLOB V2 trading and data. Fail-closed fills; keys stay local.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 95 · avg 25 · -30% w/w
a month agotoday
149
Installs / week
pypi · pmquant
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 9 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bot-template/bot.py:1, [пакет] bot-template/strategy.py:1, [пакет] bot-template/dash/bot_dash.py:1 и ещё 8
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable [пакет] bot-template/bot.py:76, [пакет] bot-template/dash/bot_dash.py:41
    return os.path.join(STATE_DIR, f"halt-{utc_day}.flag")
Runs an external command [пакет] bot-template/dash/bot_dash.py:63
        r = subprocess.run(cmd, capture_output=True, text=True, timeout=5, env=env)
Dumps the whole environment [пакет] bot-template/dash/bot_dash.py:61
    env = dict(os.environ, LC_ALL="C")
Page executes code built at runtime [пакет] bot-template/dash/dash.html:272
    tip.innerHTML = new Date(best.t*1000).toLocaleDateString("en-GB",{day:"2-digit",month:"2-digit"})

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pmq -- uvx pmquant
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pmq": {
      "args": [
        "pmquant"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pmq]
command = "uvx"
args = ["pmquant"]
.cursor/mcp.json
{
  "mcpServers": {
    "pmq": {
      "args": [
        "pmquant"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pmq": {
      "args": [
        "pmquant"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PMQ_MCP_LIVE (Set to 1 to register the LIVE trading tools (fak_buy, fak_sell, cancel_and_reconcile). Overridden by PMQ_MCP_PAPER=1; with neither set the server is read-only.), PMQ_MCP_PAPER (Set to 1 for paper trading: trading tools simulate displayed top-of-book fills against real books. No keys or exchange orders. Wins over PMQ_MCP_LIVE.), PMQ_MCP_PAPER_USD (Initial paper balance in USD when a new state file is created (default 1000). Only relevant when PMQ_MCP_PAPER=1.), PMQ_MCP_MAX_USD (Per-order hard cap in USD enforced before any buy, live and paper alike (default 10).), PMQ_MCP_DAILY_USD (Durable cumulative BUY budget per UTC day (off when unset). Unknown live results retain the requested reservation through that UTC day.), PMQ_MCP_STATE_FILE (Local durable paper-ledger and daily-budget file. Defaults to $XDG_STATE_HOME/pmq or ~/.local/state/pmq; it contains no key material.), POLY_PRIVATE_KEY (EOA private key used only to sign orders locally when trading tools are enabled. Never printed or transmitted. Not needed for the read-only tools.), POLY_FUNDER (Funder wallet address. Required with signature_type > 0 (deposit wallets); also an optional default for public account_portfolio reads.), POLY_SIG_TYPE (Polymarket signature type: 0 EOA, 1 POLY_PROXY, 2 POLY_GNOSIS_SAFE, 3 POLY_1271 (app deposit wallet). Run pmq-doctor if unsure.), POLY_ORDER_LOG (Append-only file of this server's own order ids. Enables order attribution when several senders share one wallet: account totals then count only orders placed through this server. Optional; without it behavior is unchanged.), POLY_FOREIGN_ORDER_LOGS (Colon-separated registry files of the wallet's other order-senders. Reconciliation claims trades unknown to every registry. Sound only if every sender on the wallet keeps a registry.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to pmq (Polymarket CLOB V2)

same job, measured the same way
Polymarket MCP
by beejmaxx

Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust.

local only
EventTrader MCP
by cymetica

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

local only
CoinRithm Agent Trading
by coinrithm

Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.

170 installs/wk 38 tools answering
Actually
by sofiia7

Matches news to Polymarket markets and returns the market's probability. Optional capped trading.

51 installs/wk local only
CCXT
by ccxt

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

204 installs/wk local only
Alphapipeline
by parkyucheol-del

Pay-per-call x402 data API for AI trading agents: Polymarket arbitrage, kimchi premium & more.

14 tools answering
PowerStation Platform
by powerstationplatform

Transmission market data and TSR actions (MISO/SPP OASIS) from the PowerStation trading platform.

answering
Polymarket Agent MCP
by demwick

Polymarket trading, market discovery, copy trading and backtesting — 48 MCP tools.

62 installs/wk local only

pmq (Polymarket CLOB V2) — questions

Answers built from our own checks of this server.

Why is there no uptime for pmq (Polymarket CLOB V2)?
pmq (Polymarket CLOB V2) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pmquant was installed 149 times last week.
Is pmq (Polymarket CLOB V2) still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect pmq (Polymarket CLOB V2)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pmquant straight from pypi; nothing to host, nothing to sign up for.
How many people use pmq (Polymarket CLOB V2)?
The pypi package pmquant was installed 149 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.