Skip to main content
Glama

수이 트레이더 MCP

AI 에이전트가 Sui 블록체인에서 최적의 토큰 스왑을 수행할 수 있도록 설계된 MCP 서버입니다.

특허노드.js상태

특징

  • 토큰 스왑 : Cetus Aggregator를 통해 Sui 메인넷에서 토큰 스왑을 실행하세요.

  • Bech32 개인 키 지원 : 환경 변수에서 Sui 개인 키( suiprivkey 로 시작)를 안전하게 로드합니다.

Related MCP server: Trading Simulator MCP Server

필수 조건

  • Node.js : 버전 18.x 이상.

  • npm : 종속성 관리를 위해.

  • Sui Wallet : bech32 형식의 Sui 개인 키( suiprivkey 로 시작).

설치

  1. 저장소 복제 :

    지엑스피1

  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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

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

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