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 examList every field in the authenticate request body, with type and whether it is required.✓
Describe the full 200 response shape of /wallet/authenticate, including the balance and config objects and the round field.✓
Give the method, path, request body and 200 response for the balance endpoint.✓
What is the method and full path template of the bet replay endpoint, and which path parameters are required?✓
How are monetary amounts expressed across the wallet endpoints, and how do I convert 1.25 USD to a request amount?✓
Give the method, path, request body and 200 response for the end-round endpoint.✓
Give the method, path and request body of the event endpoint, including field types and required-ness.✓
What is the exact 200 response shape of /wallet/play?✓
# 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 tokenUse 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 itWhat it can answer
30 checks88%
▲Authenticate5 / 6
✓Bet Replay5 / 5
▲Play5 / 6
✓End Round3 / 3
▲Event3 / 4
✓Balance2 / 2
✓Currency units2 / 2
▲Errors1 / 2
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.