kalshi_trades
Pack: kalshi · Endpoint: https://gateway.pipeworx.io/kalshi/mcp
Recent executed trades for a market ticker. Returns most-recent N trades with price (cents), size, side, timestamp. Useful for sanity-checking what the market is actually paying vs the resting orderbook.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ticker | string | yes | Kalshi market ticker |
limit | number | no | 1-1000 (default 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_trades","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.