whitmorelabs/polymarket-mcp
MCP trading tools for Polymarket: slippage, liquidity, arbitrage, price feeds, sentiment
Platform-specific configuration:
{
"mcpServers": {
"polymarket-mcp": {
"command": "npx",
"args": [
"-y",
"polymarket-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<!-- mcp-name: io.github.whitmorelabs/polymarket-mcp -->
Prediction market intelligence for AI agents. Wallet scores, arbitrage detection, liquidity analysis, and real-time price feeds for Polymarket — backed by proprietary data from 195+ curated on-chain wallets.
[](https://pypi.org/project/polymarket-trading-mcp/) [](https://pypi.org/project/polymarket-trading-mcp/) [](LICENSE) [](https://python.org)
---
Ask your AI agent:
---
pip install polymarket-trading-mcpOr run directly:
uvx --python 3.11 polymarket-trading-mcp---
<details> <summary><strong>Claude Desktop</strong></summary>
Add to your claude_desktop_config.json:
{
"mcpServers": {
"polymarket": {
"command": "polymarket-mcp",
"args": ["--stdio"]
}
}
}</details>
<details> <summary><strong>Cursor / Windsurf / other MCP clients</strong></summary>
Run as SSE server:
polymarket-mcp
# Starts on http://127.0.0.1:8000/sseRun as streamable HTTP:
polymarket-mcp --http
# Starts on http://127.0.0.1:8000/mcpThen point your client at http://127.0.0.1:8000/sse or `http://12
Loading reviews...