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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Request SUI for a given address. Example usage: request SUI for <address>
Check the SUI balance for a specified address. Example usage: check SUI balance for <address>
Transfer a specified amount of SUI to a given address. Example usage: transfer <amount> SUI to <address>