polymarket_top_markets

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

Highest-volume open markets, sorted by trading volume in the chosen window. Useful for “what is the market focused on right now” queries.

Parameters

NameTypeRequiredDescription
windowstringno24hr | 1wk | 1mo | 1yr | all (default 24hr)
limitnumberno1–100 (default 10)

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_top_markets","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