kalshi_event

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

One Kalshi event with all its child markets nested. Returns event title + each market’s ticker/subtitle/yes_ask/volume. The natural “partition view” for resolving outright bets.

Parameters

NameTypeRequiredDescription
event_tickerstringyesKalshi event ticker, e.g. “KXFED-26OCT”

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