Skip to main content
Glama
kukapay

sui-trader-mcp

by kukapay

スイトレーダーMCP

AIエージェントがSuiブロックチェーン上で最適なトークンスワップを実行できるように設計されたMCPサーバー。

ライセンスNode.js状態

特徴

  • トークンスワップ: Cetus Aggregator を介して Sui メインネット上でトークンスワップを実行します。

  • Bech32 秘密キーのサポート: 環境変数から Sui 秘密キー ( suiprivkeyで始まる) を安全に読み込みます。

Related MCP server: Sui MCP SHIT Minter

前提条件

  • Node.js : バージョン 18.x 以上。

  • npm :依存関係管理用。

  • Sui ウォレット: bech32 形式の Sui 秘密鍵 ( suiprivkeyで始まる)。

インストール

  1. リポジトリのクローンを作成します:

    git clone https://github.com/kukapay/sui-trader-mcp.git
    cd sui-trader-mcp
  2. 依存関係をインストール:

    npm install
  3. MCP クライアントを構成する:

    {
      "mcpServers": {
        "sui-trader": {
          "command": "node",
          "args": ["/absolute/path/to/sui-trader-mcp/index.js"],
          "env": { "PRIVATE_KEY": "your_private_key" }
          }
        }
      }
    }

    /absolute/path/to/sui-trader-mcp/実際のインストール パスに置き換え、 your_private_keyを Bech32 形式の秘密キーに置き換えます。

使用法

MCP 互換クライアントを使用してswapツールを呼び出します。

プロンプト:

Swap 1.5 SUI to USDC with 2% slippage, using a fixed input amount.

出力:

Transaction ID: zjGekhLBfMYzGqu57fTeu3K1NX5jC5wNUy8rpdPcLyv. Status: success

ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • HiveCapital MCP Server — autonomous investment layer for AI agents

  • Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/sui-trader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server