polymarket_search

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

Keyword search across Polymarket events. Returns matching events with their child markets — question, current Yes/No prices, volume, end date. Use this for “what does the market think about X” queries.

Parameters

NameTypeRequiredDescription
querystringyesSearch query, e.g. “presidential election”, “rate cut”, “world cup”
limitnumberno1–25 events (default 5)
include_closedbooleannoInclude resolved markets (default false)

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