1. Conduid
  2. Developer Tools
  3. kukapay/sui-trader-mcp
MCP server · Developer Tools

kukapay/sui-trader-mcp

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

Unclaimed MIT last commit a year ago content
49Fair

Scored 4 months ago · breakdown

About kukapay/sui-trader-mcp

kukapay/sui-trader-mcp is an MCP server published by kukapay in the Developer Tools category: an MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain. It has been installed 0 times through Conduid.

The repository has 5 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx sui-trader-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about kukapay/sui-trader-mcp

Powered by Claude · Grounded in docs

I know everything about kukapay/sui-trader-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About kukapay/sui-trader-mcp

How do I install kukapay/sui-trader-mcp?

Run npx sui-trader-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is kukapay/sui-trader-mcp safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is kukapay/sui-trader-mcp still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.