Skip to main content
Glama

sui-trader-mcp

Sui Trader MCP

Ein für KI-Agenten entwickelter MCP-Server, um optimale Token-Swaps auf der Sui-Blockchain durchzuführen.

LizenzNode.jsStatus

Merkmale

  • Token-Swaps : Führen Sie Token-Swaps im Sui-Mainnet über den Cetus Aggregator durch.
  • Bech32-Private-Key-Unterstützung : Laden Sie sicher einen Sui-Private-Key (beginnend mit suiprivkey ) aus Umgebungsvariablen.

Voraussetzungen

  • Node.js : Version 18.x oder höher.
  • npm : Für die Abhängigkeitsverwaltung.
  • Sui Wallet : Ein privater Sui-Schlüssel im Bech32-Format (beginnt mit suiprivkey ).

Installation

  1. Klonen Sie das Repository :
    git clone https://github.com/kukapay/sui-trader-mcp.git cd sui-trader-mcp
  2. Abhängigkeiten installieren :
    npm install
  3. MCP-Client konfigurieren :
    { "mcpServers": { "sui-trader": { "command": "node", "args": ["/absolute/path/to/sui-trader-mcp/index.js"], "env": { "PRIVATE_KEY": "your_private_key" } } } } }
    Ersetzen Sie /absolute/path/to/sui-trader-mcp/ durch den tatsächlichen Installationspfad und your_private_key durch Ihren privaten Schlüssel im Bech32-Format.

Verwendung

Verwenden Sie einen MCP-kompatiblen Client, um das swap Tool aufzurufen.

Beispiel

Prompt:

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

Ausgabe:

Transaction ID: zjGekhLBfMYzGqu57fTeu3K1NX5jC5wNUy8rpdPcLyv. Status: success

Lizenz

Dieses Projekt ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der Datei LICENSE .

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

sui-trader-mcp

  1. Merkmale
    1. Voraussetzungen
      1. Installation
        1. Verwendung
          1. Beispiel
        2. Lizenz

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            The MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.
            Last updated -
            191
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            An MCP server that enables AI models like Claude to interact with the Trading Simulator API for checking balances, viewing prices, and executing trades with automatic chain detection.
            Last updated -
            15
            TypeScript
            • Linux
            • Apple

          View all related MCP servers

          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