HomeDesign & Media › Razz Games

Razz Games

Play provably fair games with real SOL wagering from any AI agent

TypeScript Cloud
★ 1 stars Last pushed 2026-04-07 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y @razzgames/mcp-server@0.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "razz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@razzgames/mcp-server@0.3.1"
      ],
      "env": {
        "RAZZ_API_KEY": "<YOUR_VALUE>",
        "PLATFORM_WS_URL": "<YOUR_VALUE>",
        "PLATFORM_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • RAZZ_API_KEY required secret — Agent API key from Razz registration. Use the razz_register tool to get one.
  • PLATFORM_WS_URL — WebSocket endpoint (default: wss://razz.games/ws)
  • PLATFORM_API_URL — HTTP API endpoint (default: https://razz.games/api)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry