brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.crp4222/pmq · v0.6.1
Production-proven Polymarket CLOB V2 trading and data. Fail-closed fills; keys stay local.
pmq (Polymarket CLOB V2) 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"pmq": {
"command": "uvx",
"args": [
"pmquant"
]
}
}
}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: the trading tools are registered but fills are SIMULATED against the real live order books. No keys needed, no order ever reaches the exchange. Wins over PMQ_MCP_LIVE.
PMQ_MCP_PAPER_USD可选Paper starting balance in USD (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可选Cumulative BUY budget per UTC day across the whole session (off when unset). Confirmed spend counts; unknown outcomes conservatively consume the requested amount until reconciled.
POLY_PRIVATE_KEY可选secretEOA 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). Only used when trading tools are enabled.
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_BUILDER_CODE可选Optional bytes32 builder attribution code. Defaults to the maintainer's public zero-commission code; disclosure and configuration are documented in the README.
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.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.crp4222/pmq",
"type": "mcp-server",
"version": "0.6.1",
"displayName": "pmq (Polymarket CLOB V2)",
"description": "Production-proven Polymarket CLOB V2 trading and data. Fail-closed fills; keys stay local.",
"repository": {
"url": "https://github.com/crp4222/pmq",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "pmquant",
"version": "0.6.1",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "PMQ_MCP_LIVE",
"description": "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."
},
{
"name": "PMQ_MCP_PAPER",
"description": "Set to 1 for paper trading: the trading tools are registered but fills are SIMULATED against the real live order books. No keys needed, no order ever reaches the exchange. Wins over PMQ_MCP_LIVE."
},
{
"name": "PMQ_MCP_PAPER_USD",
"description": "Paper starting balance in USD (default 1000). Only relevant when PMQ_MCP_PAPER=1."
},
{
"name": "PMQ_MCP_MAX_USD",
"description": "Per-order hard cap in USD enforced before any buy, live and paper alike (default 10)."
},
{
"name": "PMQ_MCP_DAILY_USD",
"description": "Cumulative BUY budget per UTC day across the whole session (off when unset). Confirmed spend counts; unknown outcomes conservatively consume the requested amount until reconciled."
},
{
"name": "POLY_PRIVATE_KEY",
"description": "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.",
"isSecret": true
},
{
"name": "POLY_FUNDER",
"description": "Funder wallet address. Required with signature_type > 0 (deposit wallets). Only used when trading tools are enabled."
},
{
"name": "POLY_SIG_TYPE",
"description": "Polymarket signature type: 0 EOA, 1 POLY_PROXY, 2 POLY_GNOSIS_SAFE, 3 POLY_1271 (app deposit wallet). Run pmq-doctor if unsure."
},
{
"name": "POLY_BUILDER_CODE",
"description": "Optional bytes32 builder attribution code. Defaults to the maintainer's public zero-commission code; disclosure and configuration are documented in the README."
},
{
"name": "POLY_ORDER_LOG",
"description": "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."
},
{
"name": "POLY_FOREIGN_ORDER_LOGS",
"description": "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."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.crp4222/pmq",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.crp4222%2Fpmq/versions/latest",
"isOfficial": true,
"status": "active"
}
}