Odel
ts sdks

ts sdks

Local
@suigar-gamingTypeScriptApache-2.0Updated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@suigar/mcpv1.0.0-beta.28

Run

npx -y @suigar/mcp

MCP client config

{
  "mcpServers": {
    "ts-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "@suigar/mcp"
      ]
    }
  }
}