Sui Serverless MCP
@tamago-labs
关于 Sui Serverless MCP
Serverless-based MCP server implementation for Sui blockchain using zkLogin
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sui-mcp": {
"command": "npx",
"args": [
"-y",
"sui-serverless-mcp",
"--sui_private_key=YOUR_PRIVATE_KEY",
"--sui_network=mainnet"
],
"disabled": false
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
评论