sui-mcp-server
Related Servers
Alternatives to sui-mcp-server
- AlicenseAqualityAmaintenanceRead-only MCP server for Sui blockchain analytics with 44 tools covering wallets, DeFi, NFTs, token prices, transactions, fund tracing, pools, staking, Move decompilation, and MVR name resolution.191,6471MIT
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.6MIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server for the Sui blockchain that enables AI agents to manage accounts, execute token swaps, and perform smart contract development using the Sui CLI. It supports over 30 tools for DeFi operations, staking, and market data via Pyth price oracles.92MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents real-time access to DeFi across multiple chains, enabling non-custodial crypto trading, portfolio queries, and transaction execution.147MIT
- AlicenseAqualityDmaintenanceAn MCP server that powers AI agents with indexed blockchain data from The Graph.3MIT
- AlicenseBqualityBmaintenanceComprehensive MCP server for the Sui blockchain with 53 tools covering wallets, DeFi (Cetus, DeepBook), SuiNS, staking, validators, Move introspection, and full RPC. Enables natural language interaction with the entire Sui ecosystem.53301MIT
- AlicenseNot gradedqualityDmaintenanceA lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.39253MIT
TDQS
Scored across 29 tools
Each tool has a clearly distinct purpose, with no overlapping functionality. For example, sui_get_object and sui_batch_get_objects are separate for single vs batch, and sui_graphql_query and sui_grpc_call are differentiated as escape hatches with clear descriptions.
Most tools follow a consistent verb_noun pattern prefixed with 'sui_', such as sui_get_object, sui_list_owned_objects. However, a few like sui_transaction_rich and sui_address_overview deviate slightly, but overall the pattern is clear and predictable.
With 29 tools, the server covers a wide range of operations for the Sui blockchain. While somewhat large, each tool serves a specific need and the count is justified by the complexity of the domain, though it borders on being heavy.
The tool set provides comprehensive coverage of Sui operations, including object retrieval, transactions, checkpoints, epochs, packages, dynamic fields, balances, streaming, simulation, and escape hatches via GraphQL and gRPC. No obvious gaps exist for common use cases.