mcpbeat Sign in

Suigar Gaming MCP Server

by suigar-gaming Your server? Claim it
local only

Suigar Gaming runs on your own machine — the client starts it, so there is no endpoint to ping. 171 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 246 · avg 29 · +135% w/w
a month agotoday
171
Installs / week
npm · @suigar/mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository suigar-gaming/ts-sdks
пакет @suigar/mcp ссылается на suigar-gaming/suigar-skill

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @suigar/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@suigar/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@suigar/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@suigar/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@suigar/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUIGAR_MCP_BRIDGE_WEB_URL (Custom Suigar MCP browser app origin for wallet pairing and approval pages.), SUIGAR_MCP_BRIDGE_TIMEOUT_MS (Milliseconds before local browser login, logout, and approval bridges expire.), SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES (Maximum JSON callback body size in bytes for local browser bridges.), SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS (Milliseconds before local session-wallet setup pages expire.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Suigar Gaming

same job, measured the same way
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

34 installs/wk local only
Fintable MCP
by jasoncbraatz

Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.

58 installs/wk local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

24 installs/wk local only
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

51 installs/wk local only
Monarch Money
by pulsemcp

MCP server for Monarch Money — account, transaction, and budget management.

42 installs/wk local only
Bostrom MCP
by cyberia-to

86-tool MCP server for Bostrom blockchain: read chain state and sign transactions

34 installs/wk local only
Monarch Money
by vargahis

MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more

220 installs/wk local only
Seraph
by kondux

Crypto transaction firewall and risk tools for MCP agents.

answering

Suigar Gaming — questions

Answers built from our own checks of this server.

Why is there no uptime for Suigar Gaming?
Suigar Gaming runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @suigar/mcp was installed 171 times last week.
How do I connect Suigar Gaming?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @suigar/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Suigar Gaming?
The npm package @suigar/mcp was installed 171 times in the last week. Week over week that is +135%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Suigar Gaming open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.