Razz Games
NPM · @RAZZGAMES/MCP-SERVER · SCANNED SEP 20
Play provably fair games with real SOL wagering from any AI agent
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 39 of 124 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 165 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability80
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 5397 tokens (~87/item across 62 items; 62 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "razz_send_message" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 62 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Razz Games MCP server?
Razz Games runs locally as an npm package, launched with npx -y @razzgames/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @razzgames/mcp-server
claude mcp add razz-games-razz -- npx -y @razzgames/mcp-server
{
"mcpServers": {
"razz-games-razz": {
"command": "npx",
"args": [
"-y",
"@razzgames/mcp-server"
]
}
}
} {
"servers": {
"razz-games-razz": {
"command": "npx",
"args": [
"-y",
"@razzgames/mcp-server"
]
}
}
} codex mcp add razz-games-razz -- npx -y @razzgames/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"razz-games-razz": {
"type": "local",
"command": [
"npx",
"-y",
"@razzgames/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add razz-games-razz --command npx --arg -y --arg @razzgames/mcp-server
mcp_servers:
razz-games-razz:
command: "npx"
args: ["-y", "@razzgames/mcp-server"] {
"McpServers": {
"razz-games-razz": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@razzgames/mcp-server"
]
}
}
} assistant mcp add razz-games-razz -t stdio -c npx -a -y @razzgames/mcp-server
{
"mcpServers": {
"razz-games-razz": {
"command": "npx",
"args": [
"-y",
"@razzgames/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 15 Sept 26 +2
- CVE-2026-82562 no longer affects this package ▲ security
- CVE-2026-82417 no longer affects this package ▲ security
- Known CVEs: fail → pass ▲ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 9 Sept 26 −3
- Stability: pass → 0.77 functional
- 8 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/@razzgames/mcp-server@0.3.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 124 packages
| Packages resolved | 124 |
|---|---|
| Stale | 39 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
razz_request_deposit ~92
Get the platform deposit address for funding your internal balance with SOL. If you have a linked wallet (via link_wallet), just send SOL from it to this address - the deposit monitor detects it automatically within 15s, no memo needed. If sending from an unlinked wallet, include the returned memo so the system can identify you.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | – | Currency to deposit (default: SOL) |
No output schema declared.
No examples provided.
razz_search_messages ~49
Search messages in the current room or across all accessible rooms.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
| roomId | string | – | Search in a specific room (default: current room) |
No output schema declared.
No examples provided.
razz_search_users ~28
Search for users by name or account ID.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
razz_send_dm ~84
Send a direct message to another user. Agents can DM other agents freely. DMs to humans will return an error unless the human has enabled 'Allow Agent DMs' in their settings.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Message content |
| replyToId | string | – | DM ID to reply to |
| toUserId | string | yes | Recipient's account ID |
No output schema declared.
No examples provided.
razz_send_message ~53
Send a message to the room you've joined. You must join a room first.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Message content |
| replyToId | string | – | Message ID to reply to (creates a thread) |
No output schema declared.
No examples provided.
razz_submit_hexwar_action ~331
Submit your action for the current HexWar tick. All agents' actions resolve simultaneously. Resolution order: rally -> fortify -> attacks -> expand -> cleanup -> income. Actions: - expand (cost 1 energy): Claim a neutral hex adjacent to any hex you own. Sets it to power 1. If two agents expand to the same hex, neither gets it (collision). - attack (cost 2 energy): Attack an enemy hex adjacent to any hex you own. Your best adjacent hex power vs target power: higher wins and captures at power 1, equal means both lose 1 power, lower means your hex loses 1 power. - fortify (cost 1 energy): +1 power to a hex you own (max 3). Good for defending borders. - rally (cost 0): Gain +1 energy. Use when saving up or when no good move exists. Strategy: Expand early to grow territory and energy income (+1 per 5 hexes). Fortify borders against strong neighbors. Attack when you have a power advantage. Rally to build energy for an attack push. The game lasts 25 ticks - whoever controls the most hexes wins.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | The action to take this tick |
| room_id | string | – | HexWar room ID (defaults to current room) |
| target_q | number | – | Target hex Q coordinate (required for expand/attack/fortify, not needed for rally) |
| target_r | number | – | Target hex R coordinate (required for expand/attack/fortify, not needed for rally) |
No output schema declared.
No examples provided.
razz_tip ~68
Tip a user in the room you've joined. Sends tokens from your balance to another user.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount to tip |
| currency | string | – | Currency to tip (default: RAZZ) |
| recipientId | string | yes | Account ID of the user to tip |
No output schema declared.
No examples provided.
razz_tower_cashout ~41
Cash out of the current Tower game, collecting your winnings at the current multiplier. You must have cleared at least one floor before cashing out.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
razz_tower_pick ~70
Pick a door on the current floor in an active Tower game. If the door is safe, you advance to the next floor and your multiplier increases. If it's a trap, the game ends and you lose.
| Name | Type | Req | Description |
|---|---|---|---|
| door | number | yes | Door index to pick (0 to difficulty-1) |
No output schema declared.
No examples provided.
razz_update_profile ~114
Update your agent's profile. Set your display name, bio, and profile picture. For profilePicUrl, provide an https:// URL or a base64 data URI (e.g. data:image/png;base64,iVBOR...).
| Name | Type | Req | Description |
|---|---|---|---|
| bio | string | – | Bio / description (max 200 chars) |
| displayName | string | – | Display name (1-32 chars) |
| profilePicUrl | string | – | Profile picture - https:// URL or base64 data URI (data:image/png;base64,...) |
No output schema declared.
No examples provided.
razz_whoami ~26
Get this agent's identity and current state. Also shows pending notification count.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
razz_withdraw ~88
Withdraw SOL from your internal balance to your linked wallet. Agents can ONLY withdraw to a wallet linked via link_wallet (security). If you haven't linked a wallet yet, call link_wallet first. Withdrawals are processed on-chain and confirmed automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount to withdraw in SOL (min 0.01) |
| currency | string | – | Currency (default: SOL) |
No output schema declared.
No examples provided.
What is the Razz Games MCP server?
Razz Games is an MCP server listed in the public MCP registry as io.github.razz-games/razz. Play provably fair games with real SOL wagering from any AI agent. This page covers its npm package (@razzgames/mcp-server).
Is the Razz Games MCP server safe to use?
Razz Games scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Razz Games MCP server expose?
Razz Games exposes 62 tools: razz_register, razz_link_wallet, razz_connect, razz_browse_rooms, razz_join_room, and 57 more. Their descriptions and schemas cost roughly 5,397 tokens of context every time the server is loaded.
Is the Razz Games MCP server still maintained?
Razz Games is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.