Back to Catalog

sui-trader-mcp

kukapay/sui-trader-mcp
🔗 Latest commit:900210a
🕒 Updated:Sep 9, 2025, 01:06 PM
JavaScript
Finance

An MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score36/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:4
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
  "sui-trader": {
    "command": "node",
    "args": [
      "/absolute/path/to/sui-trader-mcp/index.js"
    ],
    "env": {
      "PRIVATE_KEY": "your_private_key"
    }
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
5 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/kukapay/sui-trader-mcp)](https://archestra.ai/mcp-catalog/kukapay__sui-trader-mcp)
README.md

Sui Trader MCP

An MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.

License
Node.js
Status

Features

  • Token Swaps: Execute token swaps on Sui mainnet via the Cetus Aggregator.
  • Bech32 Private Key Support: Securely load a Sui private key (starting with suiprivkey) from environment variables.

Prerequisites

  • Node.js: Version 18.x or higher.
  • npm: For dependency management.
  • Sui Wallet: A Sui private key in bech32 format (starts with suiprivkey).

Installation

  1. Clone the Repository:

    git clone https://github.com/kukapay/sui-trader-mcp.git
    cd sui-trader-mcp
    
  2. Install Dependencies:

    npm install
    
  3. Configure MCP Client:

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

    Replace /absolute/path/to/sui-trader-mcp/ with the actual installation path, and your_private_key with your Bech32-formatted private key..

Usage

Use an MCP-compatible client to invoke the swap tool.

Example

Prompt:

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

Output:

Transaction ID: zjGekhLBfMYzGqu57fTeu3K1NX5jC5wNUy8rpdPcLyv. Status: success

License

This project is licensed under the MIT License. See the LICENSE file for details.

sui-trader-mcp MCP Server | Documentation & Integration | Archestra