sui-mcp
IntegrationDatabases & dataRead-only Sui blockchain analytics: 59 tools, protocol-aware tx decoding, no API keys or wallet.
This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.
One link, every agent. Your own credentials, stored once.
Tools it gives your agents (18)
| Tool | What it does |
|---|---|
| get_chain_info | Get current Sui network info: chain ID, epoch, checkpoint height, timestamp, and reference gas price. Optionally pass an epoch number to get details for a specific epoch. |
| get_object | Get a Sui object by its ID. Returns type, owner, version, content (JSON), and digest. Automatically extracts display metadata (name, description, image_url) for NFTs. |
| list_owned_objects | List raw objects owned by a Sui address with optional type filter and pagination. For NFTs specifically, prefer list_nfts (resolves kiosk storage, extracts display metadata). |
| get_balance | Get the balance of a specific coin type for a Sui address. Defaults to SUI. Optionally query balance at a historical checkpoint. |
| get_transaction | Get a Sui transaction by its digest. Returns sender, status, gas, events, balance changes, and protocol-aware decoded actions (e.g. 'swap on Cetus', 'deposit on Suilend'). |
| query_transactions | Query raw Sui transactions with specific filters (sender, affected address/object, function, checkpoint range). |
| resolve_name | Resolve a SuiNS name (.sui domain) to an address, or reverse-lookup an address to its SuiNS name. At least one of 'name' or 'address' must be provided. |
| get_wallet_overview | (Recommended first tool for wallets) Get a comprehensive overview of a Sui wallet: all token balances, SuiNS name, staked SUI count, kiosk/NFT count, and recent transactions. |
| get_token_prices | Get USD prices for Sui tokens — current by default, or historical when `at` is set. Current prices use Aftermath (primary) + Pyth (fallback); historical prices use the Pyth oracle at the given time. |
| get_defi_positions | Find DeFi positions owned by a Sui wallet across major protocols: Suilend, Cetus LP, NAVI, Scallop, Bluefin, Bucket, and staked SUI. |
| list_nfts | (Recommended for NFTs) List NFTs owned by a wallet, including kiosk-stored NFTs. Returns display metadata (name, description, image URL) and raw Move struct contents inline. |
| list_nft_collections | Get a lightweight summary of NFT collections owned by a wallet. Walks all kiosks plus direct-owned objects and returns deduplicated collection types with counts. Backed by GraphQL. |
| get_staking_summary | Get a wallet's staking positions on Sui. Shows all StakedSui objects with pool, principal amount, and activation epoch. |
| get_transaction_history | (Recommended for wallet activity) Get decoded transaction history for a Sui wallet. Returns a human-readable activity feed with protocol names (e.g. Cetus, Suilend), action descriptions (e.g. |
| find_pools | Find DeFi liquidity pools by token pair. Searches Cetus, DeepBook, and Turbos for pools matching the given tokens. Use get_pool_stats on a returned pool_id for detailed stats. |
| identify_address | (Recommended first step) Identify what a Sui address is: wallet, package, validator, or object. Returns a type classification with contextual summary (e.g. |
| analyze_token | (Recommended for token research) Get a comprehensive analysis of a Sui token in one call: metadata, current price, 24h change, total supply, and top 5 holders. Accepts either a coin type (e.g. |
| enable_tools | Turn on additional Sui tool profiles for this session. This server ships a small default tool surface and keeps the rest one call away. |
Signals
- GitHub stars
- 1
- Last commit
- Aug 2026
- Weekly downloads
- 170
- Tools captured
- 18
ahel review (caution)
S2medium
demands high-sensitivity credentials
Automated review, not a security audit. Ruleset v1.
Advanced
- Delivery
- sui-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-0xfreak0-sui-mcp- Source
- github.com/0xfreak0/sui-mcp