MCP.so
登录
服务器

Sui Serverless MCP

@tamago-labs

Serverless-based MCP server implementation for Sui blockchain using zkLogin

概览

What is Sui Serverless MCP?

Sui Serverless MCP is a Model Context Protocol (MCP) server implementation for the Sui blockchain that leverages zkLogin authentication. It enables AI assistants supporting the Model Context Protocol to securely interact with the Sui ecosystem, allowing users to perform a wide range of on-chain operations without needing to write code or understand technical details.

How to use Sui Serverless MCP?

Install via npx or globally with npm. Configure in Claude Desktop settings by adding an entry to mcpServers with the command npx -y sui-serverless-mcp and arguments including either --sui_private_key or --sui_access_key and --sui_network=mainnet. For Linux environments using NVM, use absolute paths.

Key features of Sui Serverless MCP

  • Supports MCP-compatible clients like Claude Desktop.
  • 10+ MCP tools covering account, token, and staking operations.
  • Token swaps on Mainnet via Cetus DEX Aggregator.
  • Fully non-custodial with zkLogin wallet support.
  • Two authentication modes: zkLogin and Private Key.
  • Backend dashboard for access key management and transaction approval.

Use cases of Sui Serverless MCP

  • Check wallet balances and addresses from an AI chat.
  • Transfer SUI tokens to another address.
  • Stake and unstake SUI tokens to validators.
  • Deploy new tokens on the Sui blockchain.
  • Register and look up SNS domains.
  • Swap tokens using Cetus DEX Aggregator aggregator quotes.

FAQ from Sui Serverless MCP

What is the difference between zkLogin and Private Key modes?

In zkLogin mode, the private key is never exposed and write operations require manual approval via the dashboard. In Private Key mode, operations execute automatically but the user must securely manage the private key.

How do I obtain an access key for zkLogin mode?

The access key can be obtained from the Sui Serverless MCP dashboard. After logging in, a unique access key is generated for each user.

What tools are available in Sui Serverless MCP?

The server provides over 10 tools including sui_get_wallet_address, sui_get_all_balances, sui_transfer_token, sui_stake, sui_get_stake, sui_unstake, sui_deploy_token, sui_get_sns_name_record, sui_register_sns, sui_get_swap_quote, and sui_swap_tokens.

Can I run Sui Serverless MCP on Linux with NVM?

Yes, but you must manually configure the absolute path to Node.js and the installed module, as NVM installs libraries in version-specific directories.

Does Sui Serverless MCP require external servers for transaction processing?

In Private Key mode, transactions are handled locally without exposing data to external servers. In zkLogin mode, transaction requests are pushed to a backend and stored pending approval, requiring the dashboard for write operations.

标签

来自「云与基础设施」的更多内容