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

NameTypeRequiredDescription
statusstringnoopen | closed | settled (default open)
series_tickerstringnoe.g. “KXFED”
limitnumberno1-200 (default 100)
cursorstringnoPagination 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.

Regenerated from source · build May 23, 2026