Suigar

$npx add-mcp @suigar/mcp --name suigar

Your AI agent just found the casino.

Suigar MCP puts a real casino inside Claude, Cursor, Codex and OpenClaw. Pair your wallet, describe a bet the way you'd text a friend, or fund a small local session wallet for hands-free rounds. Your keys never leave your side.

any MCP host · suigar connected

Flip $5 on heads.

coinflip_bet
side
"heads"
stake
"$5.00"
mode
"simulate"
resultdry-run result
simulation
passed
payout on heads
+$9.90
network fee
under $0.01
waiting on
your approval

Ready. Heads pays $9.90 back. Approving it is your move, in your wallet.

Live since 2024Audited by MoveBitFree to installYour keys stay yours

Install in 30 seconds

Pick your AI app and paste one line. That's the whole setup.

terminal
npx add-mcp @suigar/mcp --name suigar

Finds your installed coding agents and sets up Suigar for them. Add -y to skip installer prompts, then restart your app.

Teach your agent the ropes

agent skill
npx skills add Suigar-Gaming/agent-skills --skill suigar-mcp

Optional: this skill teaches your agent to set up, run and troubleshoot the casino connection on its own, so you never open a config file again.

Nothing to sign up for

There's no account to create and nobody to verify you. Your agent connects, and every bet waits for your approval in your own wallet. That's the whole relationship.

What it does

A casino your agent can run with wallet approval or a limited local session wallet.

It sets up bets. You choose how they execute.

Every bet your agent prepares comes back as a preview: what you're risking, what you'd win, what it costs. Approve it in your paired wallet, or use a funded session wallet when you want small rounds to submit automatically.

bet preview win $9.90 · cost $5.00unsigned bytes AAACAAgQJwAA…you approve
See the security model

Plain English in, real bets out.

Ask for what you feel like, from one coin flip to a whole evening plan. Your agent handles the menus, the odds and the timing. You just talk.

Works where your agent lives.

One connection covers the AI apps you already use, with wallet pairing, balance checks, coin-object reads and session-wallet funding inside the same workflow.

  • Claude Code
  • Claude Desktop
  • Cursor
  • Codex CLI
  • OpenClaw
  • VS Code

Guardrails you write in plain words.

Tell it the rules once. A budget for the night, a stop loss, a hard session limit. Your agent holds the line on every single round, even when you'd be tempted not to.

What people actually do with it

Your agent runs the play. Your wallet approves every move. Here's what that feels like.

  • Suigar MCP
  • your agent
  • your wallet
  • other MCPs

Play in plain English

You say
"Flip $5 on heads."
checks the oddsread_game_metadatasets up the betbuild_coinflip_transactionpreviews your payoutdry-run simulationyou approvepaid out automatically

Give it a target

You say
"Grow my balance 20% with an 80% win chance."
works out the routelines up small, high-odds betslow-multiplier buildsyou approve each roundstops the moment you hit +20%

It picks the steadiest path to your number, not the flashiest one.

House rules for your bankroll

You say
"Never risk more than 2% on one bet."
checks your balancesizes every stakesets up the betbuild + dry-runyou approveresizes after each result

Your rules live in your agent, not in a black box.

Auto-play with a kill switch

You say
"Play for an hour. Stop if I'm down $20."
one round at a timebuild + dry-run loopyou approvetracks wins and lossesstops at your limit and reports back

Take it to WhatsApp

You say
"I'm bored. Spin the wheel for a dollar."
you text OpenClaw from your phoneit lines up the spinbuild_wheel_transactionthe preview lands in your chatyou approve from your wallet

Works anywhere OpenClaw does: WhatsApp, Telegram, Discord.

Wire it into other MCPs

You say
"When bitcoin pumps 5%, celebrate with a small bet and ping me on Telegram."
a price MCP watches the marketSuigar MCP sets up the betbuild_plinko_transactionyou approvea messaging MCP pings you

Execution stays explicit.

Paired-wallet bets wait for browser approval. Session-wallet bets use only the local wallet you created and funded for MCP.

What it does

  • Reads the games and their odds
  • Pairs a browser wallet on localhost
  • Shows wallet balances and coin objects
  • Prepares bets as previews you can check
  • Simulates the result before you commit
  • Can execute from a limited session wallet you fund

What it can't do

  • See your private keys in chat
  • Approve a paired-wallet bet
  • Spend more than a session wallet holds
  • Bypass your own limits
"Do not paste private keys, seed phrases, or signing credentials into an MCP chat. Suigar MCP does not need them."
from the Suigar MCP docs

Under the hood, every game settles on audited smart contracts on the Sui blockchain. That part runs itself. You never have to think about it, and nobody can bend the results, including us.

The toolbox, today

The current surface, grouped the way you'll reach for it. It grows fast; the docs stay current.

Wallet

Pair, inspect and fund the wallets behind MCP actions.

  • suigar_login

    Open the browser wallet pairing flow for mainnet or testnet.

  • suigar_logout

    Disconnect the paired wallet for a selected network.

  • get_connection_status

    Check whether a browser wallet is paired.

  • get_wallet_balances

    Read coin balances for the connected or selected wallet.

  • list_wallet_coins

    List the coin objects available to the connected or selected wallet.

  • get_execution_status

    Check the result of a browser approval request.

Session wallet

A local, limited wallet for hands-free execution.

  • setup_session_wallet

    Create, recover or import a local wallet through a private setup page.

  • get_session_wallet

    Show the local wallet address, balances, funding QR and funding link.

  • fund_session_wallet

    Open a paired-wallet transfer page prefilled for the session wallet.

Read

Know the table before you sit down.

  • read_config

    Resolved Suigar config for mainnet or testnet: package ids, registries, supported coins, price objects.

  • read_game_metadata

    Live game limits, required inputs, Move targets and wiring notes for one game. Call it before building.

  • list_nfts

    Browse the Suigar NFT catalog and matching NFTs owned by a wallet.

  • get_referral_commission

    See the commission a referrer can claim for a chosen coin.

  • get_referral_level_up_usd_rewards

    See level-up USD rewards ready for a referrer to claim.

Claim rewards

Build the claim. Your wallet stays in charge.

  • build_referral_commission_claim_transaction

    Prepare an unsigned referral commission claim.

  • build_referral_level_up_usd_rewards_claim_transaction

    Prepare an unsigned level-up USD reward claim.

  • build_nft_v1_mint_transaction

    Prepare an NFT V1 mint for a configured Suigar spec.

Build bets

Unsigned transactions for every solo game.

  • build_coinflip_transaction

    Heads or tails, double or nothing.

  • build_limbo_transaction

    Pick a target multiplier, win if the roll clears it.

  • build_plinko_transaction

    Drop a ball through the peg board.

  • build_soccer_transaction

    Pick a country and shot zone for a soccer wager.

  • build_wheel_transaction

    One spin across weighted slices.

  • build_range_transaction

    Bet inside or outside a number range you set.

PvP Coinflip

Play against people, not the house.

  • build_pvp_coinflip_create_transaction

    Open a lobby, pick your side, go public or private.

  • build_pvp_coinflip_join_transaction

    Join an open lobby and match the stake.

  • build_pvp_coinflip_cancel_transaction

    Close your lobby and take the stake back.

read-only

Returns the Move target, type arguments and required inputs. Nothing touches the chain.

build

Returns unsigned transaction bytes as base64, plus a human-readable summary.

dry-run

Simulates the transaction and reports success, gas, balance changes and decoded events.

execute

Opens wallet approval, or signs from a funded local session wallet when requested.

Play with any crypto

Bring whatever's in your wallet. Your agent sorts out the rest.

  • Bitcoin
  • Ethereum
  • Tether
  • USDC
  • Solana
  • Sui
  • and more

Rather be the house?

Every bet plays against a bankroll backed by real people. You can be one of them. Stake into SweetHouse and earn a cut of every game, whoever wins the round.

Stake at house.suigar.com

Questions people ask first

A free connection that puts a real casino inside AI apps like Claude, Cursor, Codex and OpenClaw. You describe a bet in plain English, your agent sets it up, then you approve it from a paired wallet or execute with a limited local session wallet.

No private key belongs in chat. Paired-wallet mode never receives your key and waits for browser approval. Session-wallet mode stores a dedicated local key in the operating-system keychain, so only fund what you are willing to delegate to MCP.

Claude Code, Claude Desktop, Cursor, Codex, OpenClaw and most other apps that support MCP connections. Setup is one line in each. With OpenClaw you can even play by texting your assistant on WhatsApp or Telegram.

All the casino classics, plus head-to-head games against other players. You never pick from a menu. Say what you feel like, or just give your agent a goal, and it finds the right game.

Nothing to install and nothing to subscribe to. Money only moves when you approve a bet, and you choose every stake.

The majors: bitcoin, ether, the big stablecoins and more. Whatever sits in your wallet, your agent works with it.

Your agent shows you a preview with the stake, the payout and the cost. In paired-wallet mode, you approve it in your browser wallet. In session-wallet mode, the funded local session wallet can sign and submit directly.

Deal your agent in.

Free to install. The only money that ever moves is a bet you approved.

terminal
npx add-mcp @suigar/mcp --name suigar