Sui MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUI_WALLET_SERVER | No | The wallet server URL used for wallet operations. By default, the server connects to http://localhost:3847. | http://localhost:3847 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sui_wallet_addressA | Get the current Sui Agent Wallet address |
| sui_wallet_balanceA | Get the balance of the current Sui Agent Wallet |
| sui_wallet_accountsA | List all accounts in the Sui Agent Wallet |
| sui_wallet_pendingB | Get pending transactions waiting for approval |
| sui_wallet_approveA | Approve a pending transaction by request ID |
| sui_wallet_rejectA | Reject a pending transaction by request ID |
| sui_wallet_switch_networkA | Switch the wallet network (mainnet, testnet, devnet, localnet) |
| sui_wallet_sign_executeB | Sign and execute an unsigned transaction (base64 encoded tx bytes) |
| sui_cliB | Run any Sui CLI command (e.g., 'client gas', 'move build', 'client object ') |
| sui_move_buildC | Build a Move package |
| sui_move_test_coverageC | Run Move tests with coverage analysis |
| sui_move_publish_unsignedA | Generate unsigned transaction bytes for publishing a Move package (use with sui_wallet_sign_execute) |
| sui_objectB | Get detailed information about a Sui object |
| sui_decompileA | Get URL to view decompiled source code for a Sui package on Suivision |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EasonC13-agent/sui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server