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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
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)