Razz Games✓
io.github.razz-games/razz · v0.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.razz-games/razz",
"description": "Play provably fair games with real SOL wagering from any AI agent",
"title": "Razz Games",
"repository": {
"url": "https://github.com/razz-games/razz-mcp",
"source": "github"
},
"version": "0.3.1",
"websiteUrl": "https://razz.games",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}