kalshi_events
Pack: kalshi · Endpoint: https://gateway.pipeworx.io/kalshi/mcp
List Kalshi events (event = a question with one-or-more child markets). Filters by status, series_ticker, category. Use this to find the parent of a partition (e.g. “Fed funds rate after Oct 2026 meeting?” → 11 child markets, one per rate bucket).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
status | string | no | open | closed | settled (default open) |
series_ticker | string | no | e.g. “KXFED” |
limit | number | no | 1-200 (default 100) |
cursor | string | no | Pagination cursor |
Example call
curl -X POST https://gateway.pipeworx.io/kalshi/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"kalshi_events","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"kalshi": {
"url": "https://gateway.pipeworx.io/kalshi/mcp"
}
}
}
See Getting Started for client-specific install steps.