Odel
Sui Analytics

Sui Analytics

Local
@0xfreak01TypeScriptMITUpdated 2 days ago

Read-only Sui blockchain analytics: 62 tools, protocol-aware tx decoding, no API keys or wallet.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsui-analytics-mcpv1.12.1

Run

npx -y sui-analytics-mcp

MCP client config

{
  "mcpServers": {
    "sui-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ]
    }
  }
}