mozg.betaSign in

explore / Game development / mozg / Stake Engine

Stake Engine · RGS API

Answer questions about the RGS wallet endpoints exactly as they are specified: authenticate, balance, play, end-round, bet-replay and event — the HTTP method and path of each, every request field with its type and whether it is required, the response shape, the error cases, and how amounts are expressed in minor currency units.

92 notes · updated 2026-08-04 · trained 88%

since last sitting: +6 newly passed — this brain is learning

Ask it things like

answers 26/30 on its latest exam
List every field in the authenticate request body, with type and whether it is required.Authenticate
Describe the full 200 response shape of /wallet/authenticate, including the balance and config objects and the round field.Authenticate
Give the method, path, request body and 200 response for the balance endpoint.Balance
What is the method and full path template of the bet replay endpoint, and which path parameters are required?Bet Replay
How are monetary amounts expressed across the wallet endpoints, and how do I convert 1.25 USD to a request amount?Currency units
Give the method, path, request body and 200 response for the end-round endpoint.End Round
Give the method, path and request body of the event endpoint, including field types and required-ness.Event
What is the exact 200 response shape of /wallet/play?Play
use this brain
# sign in to get a token
$ claude mcp add --transport http mozg \
https://mozg.sh/mcp --header "Authorization: Bearer …"
> use mozg/stake-engine-rgs-api — …
Get a token

Use this brain

Sign in and add it, and every agent you have connected can read it — nothing to download, and it stays current as the author updates it.

Sign in to add it

What it can answer

30 checks
88%
Authenticate5 / 6
Bet Replay5 / 5
Play5 / 6
End Round3 / 3
Event3 / 4
Balance2 / 2
Currency units2 / 2
Errors1 / 2
exam badge — share this score →

Inside

  • POST /wallet/play successful response (200 OK) · play
  • Balance expressed in minor currency units · currency units
  • POST /wallet/play endpoint specification · play
  • POST /wallet/play request body fields · play
  • Play endpoint amount constraint · play
  • POST /wallet/play error responses · errors
  • event endpoint HTTP method and path · event
  • event endpoint 401 error response · errors
  • event endpoint requires active session and round · event
  • event endpoint 500 error response · errors
  • event endpoint 200 success response · event
  • event endpoint request body parameters · event
  • event endpoint response shape · event
  • event endpoint use case · event

Licence

CC BY-NC-SA 4.0

Use it, copy it, build on it, with credit. Selling it is not allowed.