streamable-httpMITupdated 5mo ago
9 DeFi risk & compliance intelligence tools for the Sui ecosystem.
What can you do with suioracle?
SuiOracle MCP Server
9 DeFi risk & compliance intelligence tools for the Sui ecosystem.
Move language, object-centric model, $590M TVL — Sui's DeFi ecosystem needs risk intelligence.
Live Endpoint
https://tooloracle.io/sui/mcp/
No API key required. MIT licensed.
Quick Setup
{
"mcpServers": {
"suioracle": {
"url": "https://tooloracle.io/sui/mcp/"
}
}
}
Tools (9)
| Tool | Description | Data Source |
|---|---|---|
sui_overview |
Sui ecosystem: SUI price, TVL, validators, epoch, total transactions | CoinGecko + DeFiLlama + Sui RPC |
sui_protocol_health |
Protocol health: TVL, audits, risk grade (Cetus, NAVI, Scallop, Bluefin...) | DeFiLlama |
sui_object_info |
Get Sui object details by ID (type, owner, version, digest) | Sui RPC |
sui_defi_yields |
Compare DeFi yields across Sui protocols | DeFiLlama Yields |
sui_protocol_list |
All Sui DeFi protocols ranked by TVL | DeFiLlama |
sui_stablecoin_risk |
Stablecoin supply and risk on Sui | DeFiLlama |
sui_dex_volume |
DEX volume across Sui exchanges | DeFiLlama DEX |
sui_validator_info |
Validator overview: count, stake, top 10, commission rates, APY | Sui RPC |
sui_bridge_flows |
Bridge flow monitoring | DeFiLlama Bridges |
Data Sources
- Sui RPC (fullnode.mainnet.sui.io) — Objects, validators, epoch, transactions
- DeFiLlama — TVL, yields, stablecoins, DEX volumes, bridges
- CoinGecko — Prices, market data
Links
- Live endpoint: https://tooloracle.io/sui/mcp/
- Health check: https://tooloracle.io/sui/health
- Builder: FeedOracle Technologies — EU-based compliance infrastructure
- Marketplace: ToolOracle
- License: MIT
Install
Add suioracle to your client. Pick the one you use.
claude mcp add --transport http suioracle https://tooloracle.io/sui/mcp/codex mcp add suioracle --url https://tooloracle.io/sui/mcp/{
"mcpServers": {
"suioracle": {
"url": "https://tooloracle.io/sui/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"suioracle": {
"type": "http",
"url": "https://tooloracle.io/sui/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"suioracle": {
"url": "https://tooloracle.io/sui/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"suioracle": {
"serverUrl": "https://tooloracle.io/sui/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
suioracle exposes 9 tools to a connected agent.
- sui_overview
- Sui ecosystem: SUI price, TVL, validators, epoch, total transactions
- sui_protocol_health
- Protocol health: TVL, audits, risk grade (Cetus, NAVI, Scallop, Bluefin...)
- sui_object_info
- Get Sui object details by ID (type, owner, version, digest)
- sui_defi_yields
- Compare DeFi yields across Sui protocols
- sui_protocol_list
- All Sui DeFi protocols ranked by TVL
- sui_stablecoin_risk
- Stablecoin supply and risk on Sui
- sui_dex_volume
- DEX volume across Sui exchanges
- sui_validator_info
- Validator overview: count, stake, top 10, commission rates, APY
- sui_bridge_flows
- Bridge flow monitoring
Score
66 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 148 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |