sui-analytics-mcp
Related Servers
Alternatives to sui-analytics-mcp
- 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.5330 npm1MIT
- AlicenseAqualityDmaintenanceA local-first MCP server that enables AI agents to query the Sui blockchain using gRPC, GraphQL, and Archival Service, with auto-routing and LLM-friendly responses.2930 npm5Apache 2.0
Related Servers
- AlicenseAqualityBmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.27120 npmApache 2.0
- 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.10 npm2MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that queries multichain EVM on-chain data through Blockscout REST API, providing tools for address info, transactions, logs, and more.1611 npmMIT
- AlicenseAqualityBmaintenanceReal-time crypto whale intelligence MCP server with 55 tools across 14 blockchains. Free, no auth required.561MIT
- AlicenseAqualityDmaintenanceAn MCP server providing tools for Sui blockchain interaction, including wallet management and Move smart contract development. It enables users to build, test, and publish contracts, query on-chain objects, and execute transactions through Claude.145 npmMIT
- AlicenseAqualityBmaintenanceA Bitcoin Ordinals MCP server with 24 tools covering inscriptions, runes, BRC-20 tokens, collections, rare sats, and marketplace data, aggregating Hiro, Ordiscan, and Magic Eden APIs with intelligent caching and automatic failover.2439 npm2MIT
TDQS
Scored across 19 tools
Most tools have clear, distinct purposes with strong descriptions: get_object vs list_owned_objects vs list_nfts are well separated, and get_transaction/get_transactions/query_transactions/get_transaction_history are differentiated by input and output style. Some overlap remains among wallet-summary tools like get_balance, get_wallet_overview, get_staking_summary, and get_defi_positions, though the descriptions mostly resolve the boundaries.
Tool names consistently follow a snake_case verb_noun pattern: get_, list_, query_, analyze_, resolve_, identify_, find_, and enable_. There is no mixing of camelCase or inconsistent verb styles, making the API predictable and easy to navigate.
19 tools is on the higher end but still reasonable for a broad blockchain analytics server covering wallets, transactions, tokens, NFTs, DeFi, staking, and chain info. Each tool has a distinct role, and the enable_tools mechanism keeps the full surface modular rather than overwhelming the default set.
The tool set covers the core read-only analytics domain well: address identification, wallet overviews, balances, transactions, history, token prices, NFTs, DeFi positions, staking, pools, and name resolution. Minor gaps exist, such as find_pools referencing get_pool_stats without that tool being exposed in the default set, though enable_tools makes such capabilities available.