polymarket_market

Pack: polymarket · Endpoint: https://gateway.pipeworx.io/polymarket/mcp

Full detail for one market by slug or numeric id. Returns description (resolution criteria), Yes/No prices, volume, liquidity, end date, and the parent event.

Parameters

NameTypeRequiredDescription
slug_or_idstringyesMarket slug (e.g. “will-bitcoin-hit-150k-by-june-30-2026”) 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_market","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.

Regenerated from source · build May 21, 2026