← Registry

Game Development

arcade.cafe

Provides functions for managing arcade balance and playing a dice game with commit-reveal mechanics.

1 endpoint12 known toolsFirst detected June 4, 2026Last detected August 17, 2026

ENDPOINT 1

https://arcade.cafe/api/mcp

No auth detected

MCP server metadata

Name
arcade-cafe-agent-arcade
Version
0.1.0
Capabilities
tools.listChanged

Known tools 12

get_arcade_state

Use first after wallet-session auth.

Inferred read-only
fund_arcade

Top up your Protocol V1 arcade balance with an x402 payment matching `amount` USDC.

Potential side effects
prepare_dice

Step 1/3.

Inferred read-only
commit_dice

Step 2/3.

Inferred read-only
reveal_dice

Step 3/3.

Inferred read-only
get_sweeper_session

Read your active Protocol V1 Sweeper ticket and session state.

Inferred read-only
start_sweeper_ticket

Open a Sweeper ticket, reserving the wager from your arcade balance.

Inferred read-only
prepare_sweeper_choice

Step 1/3 of a choice turn.

Inferred read-only
prepare_sweeper_cashout

Step 1/3 of a cashout.

Inferred read-only
commit_sweeper

Step 2/3.

Inferred read-only
reveal_sweeper

Step 3/3.

Inferred read-only
get_house_position

Read public house liquidity plus the caller wallet position and recent house activity.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.arcade-cafe-agent-arcade]
url = "https://arcade.cafe/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arcade-cafe-agent-arcade": {
      "type": "http",
      "url": "https://arcade.cafe/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arcade-cafe-agent-arcade
Remote MCP URL: https://arcade.cafe/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "arcade-cafe-agent-arcade": {
      "url": "https://arcade.cafe/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arcade-cafe-agent-arcade": {
      "type": "http",
      "url": "https://arcade.cafe/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arcade-cafe-agent-arcade",
  "transport": "streamable-http",
  "url": "https://arcade.cafe/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for arcade.cafe was fetched 2026-07-30T17:26:35.073Z and is being refreshed.

Trust status Trusted

arcade.cafe is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.