# io.github.Suigar-Gaming/mcp (npm · @suigar/mcp)

AI agent MCP server for Suigar casino game, SweetHouse, NFT, and referral transactions.

- Trust score: 92/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- npm · `@suigar/mcp`: 92/100 (this document), [markdown](https://verifymcp.io/servers/suigar-gaming-mcp/suigar-mcp.md), [page](https://verifymcp.io/servers/suigar-gaming-mcp/suigar-mcp)

## Channel facts

- Registry: `npm`
- Package: `@suigar/mcp`
- Version: `1.0.0-beta.29`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 99/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 9 of 73 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Suigar-Gaming/ts-sdks).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 6900 tokens (~222/item across 31 items; 30 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 83/100
  - Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 99% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 30 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

### How do I install the io.github.Suigar-Gaming/mcp server?

io.github.Suigar-Gaming/mcp runs locally as an npm package, launched with npx -y @suigar/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add suigar-gaming-mcp -- npx -y @suigar/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "suigar-gaming-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suigar/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "suigar-gaming-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suigar/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add suigar-gaming-mcp -- npx -y @suigar/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "suigar-gaming-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@suigar/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add suigar-gaming-mcp --command npx --arg -y --arg @suigar/mcp
```

### Hermes

```yaml
mcp_servers:
  suigar-gaming-mcp:
    command: "npx"
    args: ["-y", "@suigar/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "suigar-gaming-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@suigar/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add suigar-gaming-mcp -t stdio -c npx -a -y @suigar/mcp
```

### Other

```json
{
  "mcpServers": {
    "suigar-gaming-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suigar/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 92, +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.

### 2026-09-20 (score 91, −3)

- [security regression] Stability: pass → unverified
- [security regression] Tool safety: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional] MCP protocol: Implements a current MCP spec version (2026-07-28).
- [functional] Stability: pass → 0.80
- [functional] Package version: 1.0.0-beta.28 → 1.0.0-beta.29

### 2026-09-19 (score 94, 0)

- [security] Stability: 0.97 → pass

### 2026-09-18 (score 94, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 93, +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.

### 2026-09-14 (score 92, +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.

### 2026-09-13 (score 91, −3)

- [functional] Stability: pass → 0.80

### 2026-09-11 (score 94, 0)

- [security] Stability: 0.97 → pass

## MCP tools (30)

### `setup_session_wallet` (~125 tokens)

Set Up Session Wallet

Open a local, user-only setup page to create or recover a persistent session wallet. Recovery phrases never pass through MCP.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Optional ID of the named local session wallet. Defaults to the first wallet when used by a session-wallet tool.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `fund_session_wallet` (~119 tokens)

Fund Session Wallet

Open a prefilled browser transfer form to fund the local session wallet from the paired wallet.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Optional ID of the named local session wallet. Defaults to the first wallet when used by a session-wallet tool.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `get_session_wallet` (~124 tokens)

Get Session Wallet

Read the persistent local session wallet address, balances, and a wallet-funding QR code without exposing its private key.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Optional ID of the named local session wallet. Defaults to the first wallet when used by a session-wallet tool.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `suigar_login` (~210 tokens)

Login to Suigar

Open a secure browser wallet pairing flow.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `maxBodyBytes` (integer): Maximum JSON callback body size for the local browser bridge. Mirrors the login/logout CLI --max-body-bytes option.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `noOpen` (boolean): Set true to pass --no-open to the login/logout CLI and only return the bridge URL.
- `open` (boolean): Whether the login/logout CLI should open the bridge page. Defaults to true.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `timeoutMs` (integer): Milliseconds before the local browser bridge expires. Mirrors the login/logout CLI --timeout-ms option.
- `webUrl` (string): Browser app origin for wallet pairing and approval pages. Mirrors the login/logout CLI --web-url option.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `suigar_logout` (~211 tokens)

Logout of Suigar

Forget the paired wallet for the selected network.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `maxBodyBytes` (integer): Maximum JSON callback body size for the local browser bridge. Mirrors the login/logout CLI --max-body-bytes option.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `noOpen` (boolean): Set true to pass --no-open to the login/logout CLI and only return the bridge URL.
- `open` (boolean): Whether the login/logout CLI should open the bridge page. Defaults to true.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `timeoutMs` (integer): Milliseconds before the local browser bridge expires. Mirrors the login/logout CLI --timeout-ms option.
- `webUrl` (string): Browser app origin for wallet pairing and approval pages. Mirrors the login/logout CLI --web-url option.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `get_connection_status` (~210 tokens)

Get Suigar Connection Status

Read wallet connection status without exposing secrets.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `maxBodyBytes` (integer): Maximum JSON callback body size for the local browser bridge. Mirrors the login/logout CLI --max-body-bytes option.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `noOpen` (boolean): Set true to pass --no-open to the login/logout CLI and only return the bridge URL.
- `open` (boolean): Whether the login/logout CLI should open the bridge page. Defaults to true.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `timeoutMs` (integer): Milliseconds before the local browser bridge expires. Mirrors the login/logout CLI --timeout-ms option.
- `webUrl` (string): Browser app origin for wallet pairing and approval pages. Mirrors the login/logout CLI --web-url option.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `get_execution_status` (~90 tokens)

Get Execution Status

Check the browser approval status for an execute-mode transaction.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `requestId` (string, required)

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `get_wallet_balances` (~137 tokens)

Get Wallet Balances

List aggregate balances for the connected wallet or an explicit address.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Optional Sui address or SuiNS name. Defaults to the connected MCP wallet.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Optional ID of the named local session wallet. Defaults to the first wallet when used by a session-wallet tool.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `list_wallet_coins` (~186 tokens)

List Wallet Coins

List paginated individual coin objects for the connected wallet or an explicit address.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `cursor`
- `limit` (integer)
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Optional Sui address or SuiNS name. Defaults to the connected MCP wallet.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Optional ID of the named local session wallet. Defaults to the first wallet when used by a session-wallet tool.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `read_config` (~87 tokens)

Read Suigar Config

Resolve Suigar SDK config for mainnet or testnet. Defaults to testnet.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `read_game_metadata` (~159 tokens)

Read Suigar Game Metadata

Read live on-chain parameters for one selected Suigar game and coin type.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `game` (string, required): Required single Suigar game id whose live on-chain parameters should be read.
- `ignoreCache` (boolean): Refresh on-chain game parameters instead of reading SDK cache.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `list_nfts` (~108 tokens)

List Suigar NFTs

List the Suigar NFT catalog and the matching NFTs owned by one address.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string, required): Sui address or SuiNS name whose Suigar NFTs should be listed.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `get_referral_commission` (~161 tokens)

Get Referral Commission

Simulate the commission a referrer can claim for one configured coin type.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string, required): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `get_referral_level_up_usd_rewards` (~128 tokens)

Get Referral Level-up USD Rewards

Simulate the USD level-up rewards a referrer can claim.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string, required): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_referral_commission_claim_transaction` (~194 tokens)

Build Referral Commission Claim

Build, dry-run, or inspect an unsigned referral commission claim transaction.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_referral_level_up_usd_rewards_claim_transaction` (~166 tokens)

Build Referral Level-up USD Rewards Claim

Build, dry-run, or inspect an unsigned referral level-up USD rewards claim transaction.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_nft_v1_mint_transaction` (~197 tokens)

Build NFT V1 Mint Transaction

Build, dry-run, or inspect an unsigned NFT V1 mint transaction.

Input parameters:

- `config` (object): SDK-style SuigarConfigOverrides.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `specId` (string): NFT V1 specification id.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for the NFT payment.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_sweethouse_deposit_transaction` (~290 tokens)

Build SweetHouse Deposit

Build, dry-run, or inspect an unsigned SweetHouse public pool deposit.

Input parameters:

- `amount`: Deposit amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI deposits.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_sweethouse_redeem_request_transaction` (~276 tokens)

Build SweetHouse Redeem Request

Build, dry-run, or inspect an unsigned SweetHouse redeem request.

Input parameters:

- `amount`: Staked coin amount for the selected SweetHouse pool. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_sweethouse_claim_own_redeem_request_after_delay_transaction` (~268 tokens)

Build SweetHouse Delayed Redeem Claim

Build, dry-run, or inspect an unsigned SweetHouse delayed self-claim for a redeem request.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `requestId` (string): SweetHouse redeem request id.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_coinflip_transaction` (~348 tokens)

Build Coinflip Transaction

Build, dry-run, or inspect an unsigned Suigar coinflip transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `side` (string): Selected coinflip side.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_limbo_transaction` (~347 tokens)

Build Limbo Transaction

Build, dry-run, or inspect an unsigned Suigar limbo transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `targetMultiplier` (number): Target multiplier.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_keno_transaction` (~367 tokens)

Build Keno Transaction

Build, dry-run, or inspect an unsigned Suigar Keno transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `configId` (integer): On-chain Keno config id.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `picks` (array): Keno board positions selected by the player.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_plinko_transaction` (~350 tokens)

Build Plinko Transaction

Build, dry-run, or inspect an unsigned Suigar plinko transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `configId` (integer): On-chain game config id.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_wheel_transaction` (~349 tokens)

Build Wheel Transaction

Build, dry-run, or inspect an unsigned Suigar wheel transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `configId` (integer): On-chain game config id.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_range_transaction` (~374 tokens)

Build Range Transaction

Build, dry-run, or inspect an unsigned Suigar range transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `leftPoint` (number): Left range point.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `outOfRange` (boolean): Whether the bet targets outside the selected range.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `rightPoint` (number): Right range point.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_soccer_transaction` (~377 tokens)

Build Soccer Transaction

Build, dry-run, or inspect an unsigned Suigar Soccer transaction.

Input parameters:

- `betCount`: Optional bet count.
- `cashStake`: Optional withdrawn amount. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `configId` (integer): On-chain Soccer config id.
- `countryId` (integer): On-chain Soccer country id.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `shotZoneId` (integer): On-chain Soccer shot zone id.
- `stake`: Logical wager. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_pvp_coinflip_create_transaction` (~335 tokens)

Build PvP Coinflip Create

Build, dry-run, or inspect an unsigned Suigar PvP Coinflip lobby creation transaction.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `creatorSide` (string): Creator side.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gasBudget` (integer): Optional gas budget in MIST.
- `isPrivate` (boolean): Whether the PvP lobby is private.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `stake`: Stake per player. Currency amount in the chosen coin, converted to base units using the configured coin decimals.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_pvp_coinflip_join_transaction` (~299 tokens)

Build PvP Coinflip Join

Build, dry-run, or inspect an unsigned Suigar PvP Coinflip join transaction.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gameId` (string): PvP Coinflip game object id.
- `gasBudget` (integer): Optional gas budget in MIST.
- `metadata` (object): Metadata values encoded by @suigar/sdk.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.
- `useGasCoin` (boolean): Allow the SUI gas coin to be used for native SUI bet coins.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

### `build_pvp_coinflip_cancel_transaction` (~260 tokens)

Build PvP Coinflip Cancel

Build, dry-run, or inspect an unsigned Suigar PvP Coinflip cancel transaction.

Input parameters:

- `coinType` (string): Move coin type such as 0x2::sui::SUI. Defaults to the SDK-configured SUI coin type.
- `config` (object): SDK-style SuigarConfigOverrides.
- `executionWallet` (string): For execute mode, use connected for browser approval or session to sign and submit with the local session wallet.
- `gameId` (string): PvP Coinflip game object id.
- `gasBudget` (integer): Optional gas budget in MIST.
- `mode` (string): Build, dry-run, or return a read-only plan.
- `network` (string): Sui network. Only mainnet and testnet are supported.
- `owner` (string): Sui address or SuiNS name such as 0xabc..., name.sui, or sub.name.sui; required for build and dry-run modes.
- `partner` (string): Partner wallet address injected through the SDK extension.
- `providerUrl` (string): Optional Sui gRPC endpoint URL.
- `sessionWalletId` (string): Named local session wallet used when executionWallet is session.

Output parameters:

- `action` (string)
- `config`
- `connection`
- `dryRun`
- `dryRunSummary`
- `errors` (array)
- `execution`
- `game`
- `mode` (string)
- `network` (string)
- `nftCatalog`
- `ownedNfts`
- `plan`
- `referral`
- `sessionWallet`
- `summary`
- `sweethouse`
- `transactionBytesBase64` (string)
- `wallet`

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/suigar-gaming-mcp/suigar-mcp#diagnostics

## Score history

- 2026-09-21: 92
- 2026-09-20: 91
- 2026-09-19: 94
- 2026-09-18: 94
- 2026-09-17: 93
- 2026-09-16: 93
- 2026-09-15: 92
- 2026-09-14: 92
- 2026-09-13: 91
- 2026-09-12: 94
- 2026-09-11: 94
- 2026-09-10: 94
- 2026-09-09: 93
- 2026-09-08: 93
- 2026-09-07: 92
- 2026-09-06: 94
- 2026-09-05: 94
- 2026-09-04: 93
- 2026-09-03: 93
- 2026-09-02: 92
- 2026-09-01: 92
- 2026-08-31: 91
- 2026-08-30: 91
- 2026-08-29: 91
- 2026-08-28: 90
- 2026-08-27: 90
- 2026-08-26: 89
- 2026-08-25: 88
- 2026-08-24: 88
- 2026-08-23: 87

## Common questions

### What is the io.github.Suigar-Gaming/mcp server?

io.github.Suigar-Gaming/mcp is listed in the public MCP registry as io.github.Suigar-Gaming/mcp. AI agent MCP server for Suigar casino game, SweetHouse, NFT, and referral transactions. This page covers its npm package (@suigar/mcp).

### Is the io.github.Suigar-Gaming/mcp server safe to use?

io.github.Suigar-Gaming/mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 io.github.Suigar-Gaming/mcp server expose?

io.github.Suigar-Gaming/mcp exposes 30 tools: setup_session_wallet, fund_session_wallet, get_session_wallet, suigar_login, suigar_logout, and 25 more. Their descriptions and schemas cost roughly 6,852 tokens of context every time the server is loaded.

### Is the io.github.Suigar-Gaming/mcp server still maintained?

io.github.Suigar-Gaming/mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.Suigar-Gaming/mcp server under?

io.github.Suigar-Gaming/mcp declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@suigar/mcp
- Socket report: https://socket.dev/npm/package/@suigar/mcp
- Repository: https://github.com/Suigar-Gaming/ts-sdks
- Website: https://mcp.suigar.com/
- Changelog RSS feed: https://verifymcp.io/servers/suigar-gaming-mcp/suigar-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/suigar-gaming-mcp/suigar-mcp.json
- HTML version of this page: https://verifymcp.io/servers/suigar-gaming-mcp/suigar-mcp
