Sui MCP server enables AI assistants to interact with the Sui blockchain network through a standardized interface. Built with TypeScript, it provides tools for requesting test tokens from the Sui devnet faucet and integrates with the official Sui SDK. This implementation is particularly valuable for blockchain developers and users who need to test Sui smart contracts or manage wallets through conversational AI.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Request SUI for a specific address. Parameters: address (string)
Check the SUI balance for a specific address. Parameters: address (string)
Transfer a specified amount of SUI to a specific address. Parameters: amount (number), recipient (string)