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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search query, e.g. “presidential election”, “rate cut”, “world cup” |
limit | number | no | 1–25 events (default 5) |
include_closed | boolean | no | Include 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.