texas-pokker-odds-mcp-server

ptbsare/texas-pokker-odds-mcp-server
★ 4 stars C Code/Dev Tools Updated today
This project provides a tool to calculate the win, loss, and tie probabilities for multiple hands in Texas Hold'em poker, given optional community cards, and encapsulates it as an MCP (Model Context Protocol) server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "texas-pokker-odds-mc": {
      "command": "npx",
      "args": [
        "-y",
        "ptbsare/texas-pokker-odds-mcp-server"
      ]
    }
  }
}

Topics

mcp-servertexas-poker