Odel
Kalshi Prediction Markets

Kalshi Prediction Markets

Local
@cejor63PythonMITUpdated Today

MCP server for Kalshi prediction markets: native RSA-PSS auth, rate limiting, demo/prod safety.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIkalshi-mcp-serverv0.1.8

Run

uvx kalshi-mcp-server

MCP client config

{
  "mcpServers": {
    "kalshi-prediction-markets": {
      "command": "uvx",
      "args": [
        "kalshi-mcp-server"
      ]
    }
  }
}
Dockerghcr.io/cejor6/kalshi-mcp-server:0.1.8

Run

docker run -i --rm ghcr.io/cejor6/kalshi-mcp-server:0.1.8

MCP client config

{
  "mcpServers": {
    "kalshi-prediction-markets": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/cejor6/kalshi-mcp-server:0.1.8"
      ]
    }
  }
}