← Back to Plugins
MCP Server MCP

io.github.yakub268/kalshi

github By github 👁 2 views ▲ 0 votes

Search, analyze, and trade Kalshi prediction markets through Claude Desktop

Homepage Verified source GitHub

Install

uvx kalshi-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "kalshi-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Kalshi API key ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KALSHI_API_KEY"
        },
        {
          "description": "Path to your Kalshi RSA private key file (.pem)",
          "isRequired": true,
          "format": "string",
          "name": "KALSHI_PRIVATE_KEY_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...