Trading intelligence tools for Polymarket prediction markets. Slippage estimation, liquidity scanning, arbitrage detection, price feeds, wallet intelligence, and portfolio risk. Built for AI agents.
Server Config
{
"mcpServers": {
"polymarket-trading-mcp": {
"command": "uvx",
"args": [
"--python",
"3.11",
"polymarket-trading-mcp"
]
}
}
}