sui-mcp-server
Provides comprehensive tools for interacting with the Sui blockchain, including wallet management, transfers, staking, DeFi (Cetus, DeepBook), SuiNS name service, Move smart contract introspection, and network analytics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sui-mcp-servercheck SUI balance for 0xabc123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sui-mcp-server
The most comprehensive Sui blockchain MCP server. 53 tools with GraphQL + JSON-RPC dual transport -- wallets, DeFi (Cetus, DeepBook), SuiNS, staking, validators, Move introspection, and the full Sui RPC surface.
Competitors offer 10-15 tools for basic operations. This server covers the entire Sui ecosystem in a single package.
Install
npx sui-mcp-serverOr install globally:
npm install -g sui-mcp-server
sui-mcp-serverConfigure
Add to your MCP config (claude_desktop_config.json or ~/.mcp.json):
{
"mcpServers": {
"sui": {
"command": "npx",
"args": ["-y", "sui-mcp-server"]
}
}
}No API key required -- connects directly to Sui public RPC nodes.
Tools (53)
Wallet Management (4)
Tool | Description | Key Params |
| Create a new Ed25519 keypair (in-memory only, not persisted) | -- |
| Import from a Bech32-encoded private key ( |
|
| List all wallets in the current session | -- |
| Get SUI balance for any address |
|
Coin Operations (4)
Tool | Description | Key Params |
| All coin balances for an address (SUI + other coin types) |
|
| Coin objects of a specific type owned by an address |
|
| Metadata for a coin type (name, symbol, decimals) |
|
| Total circulating supply of a coin type |
|
Transfers (4)
Tool | Description | Key Params |
| Transfer SUI between addresses (amount in SUI, not MIST) |
|
| Transfer one or more objects to a recipient |
|
| Merge multiple coins into one (handles gas conflicts) |
|
| Split a coin into multiple coins |
|
Object Queries (5)
Tool | Description | Key Params |
| Full details of any on-chain object by ID |
|
| Objects owned by an address with optional type filtering |
|
| Dynamic fields of an object (tables, bags) |
|
| Batch-fetch up to 50 objects in one call |
|
| Trace all transactions that touched a given object |
|
Transactions (4)
Tool | Description | Key Params |
| Full transaction details by digest |
|
| Dry-run to preview effects without executing |
|
| Search by sender, recipient, object, or Move function |
|
| Total transaction count on the network | -- |
Move Smart Contracts (7)
Tool | Description | Key Params |
| Execute a Move function call |
|
| Simulate a Move call without executing (no wallet needed) |
|
| Full Move module definition (functions, structs) |
|
| Move function details (params, return types, visibility) |
|
| Move struct definition (fields, abilities) |
|
| List all modules in a Move package |
|
| Network-wide Move call metrics | -- |
Staking (4)
Tool | Description | Key Params |
| All staking positions for an address |
|
| Stake SUI with a validator |
|
| Withdraw staked SUI |
|
| Full validator set with APY, commission, and stake amounts | -- |
Events (1)
Tool | Description | Key Params |
| Query on-chain events by type, sender, package, or digest |
|
Network & Analytics (9)
Tool | Description | Key Params |
| Switch between mainnet, testnet, devnet, localnet |
|
| Chain ID, epoch, gas price, latest checkpoint | -- |
| Latest checkpoint sequence number | -- |
| Current reference gas price in MIST | -- |
| Detailed checkpoint data by sequence number |
|
| Historical epoch data (times, stakes, gas summaries) |
|
| Sui protocol configuration (limits, features) | -- |
| Full system state: epoch, validators, storage fund | -- |
| Validator committee info for any epoch |
|
SuiNS Name Service (4)
Tool | Description | Key Params |
| Resolve |
|
| Reverse-resolve an address to SuiNS name(s) |
|
| Full name record -- NFT ID, target, expiration, metadata |
|
| Registration and renewal pricing by name length |
|
DeFi: Cetus DEX (2)
Tool | Description | Key Params |
| Query Cetus CLMM pools by coin types |
|
| Detailed pool data for a specific Cetus pool |
|
DeFi: DeepBook (1)
Tool | Description | Key Params |
| DeepBook v3 order book data -- pool state and dynamic fields |
|
DeFi: Token Tools (3)
Tool | Description | Key Params |
| Token price by querying DeFi pool reserves |
|
| Swap quote by simulating against a pool |
|
| Common Sui tokens with full coin type addresses | -- |
Faucet (1)
Tool | Description | Key Params |
| Request SUI from faucet (devnet and testnet only) |
|
Why This One?
53 tools vs 10-15. Competitors like 0xdwong/sui-mcp cover basic operations. This server includes DeFi (Cetus, DeepBook), SuiNS, Move introspection, staking, validators, and full analytics.
GraphQL + JSON-RPC dual transport. Built on the official
@mysten/suiv2.11 SDK with@mysten/suinsfor name service -- future-proofed for the GraphQL migration.Tested end-to-end. 59 passing tests across devnet, testnet, and mainnet. Wallet creation, transfers, staking, DeFi queries, SuiNS resolution, and Move inspection all verified.
Token Shortcuts
Use symbol shortcuts instead of full coin type addresses:
Shortcut | Full Coin Type |
|
|
|
|
|
|
|
|
|
|
Networks
Starts on devnet by default. Switch at any time with switch_network:
Network | RPC Endpoint |
|
|
|
|
|
|
|
|
Security
Keys are in-memory only -- never written to disk, never logged
Private keys redacted from all error messages
Rate limiting: 120 calls/minute (sliding window)
All inputs validated with Zod strict schemas
Development
git clone https://github.com/ExpertVagabond/sui-mcp-server.git
cd sui-mcp-server
npm install
npm run build
npm startLicense
MIT -- Matthew Karsten / Purple Squirrel Media
Latest Blog Posts
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/ExpertVagabond/sui-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server