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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Request SUI for a specified address. Parameters: address (string)
Check the SUI balance for a specified address. Parameters: address (string)
Transfer a specified amount of SUI to a given address. Parameters: amount (number), address (string)