kalshi_market
Pack: kalshi · Endpoint: https://gateway.pipeworx.io/kalshi/mcp
Full detail for one Kalshi market by ticker (e.g. “KXFED-26OCT-T3.50”). Returns rules text, yes_ask/no_ask, last_price, volume, open_interest, expiration, settlement criteria.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ticker | string | yes | Kalshi market ticker, e.g. “KXFED-26OCT-T3.50” |
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_market","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.