← Back to Plugins
MCP Server MCP

Razz Games

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @razzgames/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@razzgames/mcp-server",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent API key from Razz registration. Use the razz_register tool to get one.",
          "isRequired": true,
          "isSecret": true,
          "name": "RAZZ_API_KEY"
        },
        {
          "description": "WebSocket endpoint (default: wss://razz.games/ws)",
          "name": "PLATFORM_WS_URL"
        },
        {
          "description": "HTTP API endpoint (default: https://razz.games/api)",
          "name": "PLATFORM_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...