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)