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.
We have not read this server's code yet, 9 d ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
return os.path.join(STATE_DIR, f"halt-{utc_day}.flag")
r = subprocess.run(cmd, capture_output=True, text=True, timeout=5, env=env)
env = dict(os.environ, LC_ALL="C")
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.
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.
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.
claude mcp add pmq -- uvx pmquant
{
"mcpServers": {
"pmq": {
"args": [
"pmquant"
],
"command": "uvx"
}
}
}
[mcp_servers.pmq]
command = "uvx"
args = ["pmquant"]
{
"mcpServers": {
"pmq": {
"args": [
"pmquant"
],
"command": "uvx"
}
}
}
{
"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.
Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust.
AI prediction market trading — real-time data, CLOB exchange, 30+ tools
Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.
Matches news to Polymarket markets and returns the market's probability. Optional capped trading.
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
Pay-per-call x402 data API for AI trading agents: Polymarket arbitrage, kimchi premium & more.
Transmission market data and TSR actions (MISO/SPP OASIS) from the PowerStation trading platform.
Polymarket trading, market discovery, copy trading and backtesting — 48 MCP tools.
Answers built from our own checks of this server.