polymarket_event
Pack: polymarket · Endpoint: https://gateway.pipeworx.io/polymarket/mcp
Get one event with all of its child markets. Events group related markets (e.g., “2028 Democratic nominee” has one market per candidate). Useful when you want every option at once instead of one specific market.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug_or_id | string | yes | Event slug (e.g. “2028-presidential-election”) 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_event","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.