kalshi_markets

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

List/search Kalshi markets. Optional filters: status (open|closed|settled), event_ticker (group by event), series_ticker (group by series like KXFED for Fed rate). Returns ticker, title, yes_ask/no_ask (in cents 1–99), volume, open_interest. Use this to discover markets; use kalshi_market for full detail.

Parameters

NameTypeRequiredDescription
statusstringnoopen | closed | settled (default open)
event_tickerstringnoFilter to one event (e.g. “KXFED-26OCT”)
series_tickerstringnoFilter to one series (e.g. “KXFED” for Fed funds rate)
limitnumberno1-1000 (default 100)
cursorstringnoPagination cursor from previous response

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