Skip to main content
Glama

sui-trader-mcp

Sui Trader MCP

Un servidor MCP diseñado para que los agentes de IA realicen intercambios de tokens óptimos en la cadena de bloques Sui.

LicenciaNode.jsEstado

Características

  • Intercambios de tokens : ejecute intercambios de tokens en la red principal de Sui a través del agregador Cetus.
  • Compatibilidad con clave privada Bech32 : cargue de forma segura una clave privada Sui (comenzando con suiprivkey ) desde las variables de entorno.

Prerrequisitos

  • Node.js : Versión 18.x o superior.
  • npm : Para la gestión de dependencias.
  • Sui Wallet : una clave privada Sui en formato bech32 (comienza con suiprivkey ).

Instalación

  1. Clonar el repositorio :
    git clone https://github.com/kukapay/sui-trader-mcp.git cd sui-trader-mcp
  2. Dependencias de instalación :
    npm install
  3. Configurar el cliente MCP :
    { "mcpServers": { "sui-trader": { "command": "node", "args": ["/absolute/path/to/sui-trader-mcp/index.js"], "env": { "PRIVATE_KEY": "your_private_key" } } } } }
    Reemplace /absolute/path/to/sui-trader-mcp/ con la ruta de instalación real y your_private_key con su clave privada con formato Bech32.

Uso

Utilice un cliente compatible con MCP para invocar la herramienta swap .

Ejemplo

Inmediato:

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

Producción:

Transaction ID: zjGekhLBfMYzGqu57fTeu3K1NX5jC5wNUy8rpdPcLyv. Status: success

Licencia

Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.

-
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.

traje-trader-mcp

  1. Características
    1. Prerrequisitos
      1. Instalación
        1. Uso
          1. Ejemplo
        2. Licencia

          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