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
| Name | Type | Required | Description |
|---|---|---|---|
status | string | no | open | closed | settled (default open) |
event_ticker | string | no | Filter to one event (e.g. “KXFED-26OCT”) |
series_ticker | string | no | Filter to one series (e.g. “KXFED” for Fed funds rate) |
limit | number | no | 1-1000 (default 100) |
cursor | string | no | Pagination 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.