← Index

Razz Games

io.github.razz-games/razz·v0.3.1·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "razz": {
      "command": "npx",
      "args": [
        "-y",
        "@razzgames/mcp-server"
      ],
      "env": {
        "RAZZ_API_KEY": "<your-razz_api_key>",
        "PLATFORM_WS_URL": "<platform_ws_url>",
        "PLATFORM_API_URL": "<platform_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "razz": {
      "command": "npx",
      "args": [
        "-y",
        "@razzgames/mcp-server"
      ],
      "env": {
        "RAZZ_API_KEY": "<your-razz_api_key>",
        "PLATFORM_WS_URL": "<platform_ws_url>",
        "PLATFORM_API_URL": "<platform_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @razzgames/mcp-server
§02  Environment variables
RAZZ_API_KEY
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other