polymarket_orderbook
Pack: polymarket · Endpoint: https://gateway.pipeworx.io/polymarket/mcp
Live CLOB orderbook for a market — bid/ask ladder on YES and NO sides with size at each price level. Use to check tradable depth before sizing a bet: the “liquidity” field on polymarket_market is a rolled-up summary, while this returns the actual ladder. Returns yes_bids[], yes_asks[], no_bids[], no_asks[], each as [price, size] pairs sorted from inside the book out.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug_or_id | string | yes | Market slug or numeric id |
Example call
curl -X POST https://gateway.pipeworx.io/polymarket/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"polymarket_orderbook","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"polymarket": {
"url": "https://gateway.pipeworx.io/polymarket/mcp"
}
}
}
See Getting Started for client-specific install steps.