PluginBench
MCP Server
Active
MIT

Sui Analytics MCP Server

io.github.0xfreak0/sui-mcp

What is the Sui Analytics MCP server?

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

How to install Sui Analytics

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SUI_NETWORK

    Default network when a tool call doesn't pass one. Every tool also takes a per-call network argument.

  • SUI_FULLNODE_URL

    Override the gRPC fullnode endpoint for the default network only.

  • SUI_GRAPHQL_URL

    Override the GraphQL endpoint for the default network only.

  • SUI_TOOLS

    Tool profiles to load at startup, comma-separated, or 'all'. Defaults to 'core'.

  • SUI_DECOMPILER_PATH

    Path to a locally built Revela move-decompiler binary. Only decompile_module needs it.

  • SUI_LABELS_FILE

    JSON file of address attribution labels that overrides the shipped set for fund tracing.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "env": {
        "SUI_NETWORK": "<YOUR_SUI_NETWORK>",
        "SUI_FULLNODE_URL": "<YOUR_SUI_FULLNODE_URL>",
        "SUI_GRAPHQL_URL": "<YOUR_SUI_GRAPHQL_URL>",
        "SUI_TOOLS": "<YOUR_SUI_TOOLS>",
        "SUI_DECOMPILER_PATH": "<YOUR_SUI_DECOMPILER_PATH>",
        "SUI_LABELS_FILE": "<YOUR_SUI_LABELS_FILE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "env": {
        "SUI_NETWORK": "<YOUR_SUI_NETWORK>",
        "SUI_FULLNODE_URL": "<YOUR_SUI_FULLNODE_URL>",
        "SUI_GRAPHQL_URL": "<YOUR_SUI_GRAPHQL_URL>",
        "SUI_TOOLS": "<YOUR_SUI_TOOLS>",
        "SUI_DECOMPILER_PATH": "<YOUR_SUI_DECOMPILER_PATH>",
        "SUI_LABELS_FILE": "<YOUR_SUI_LABELS_FILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "env": {
        "SUI_NETWORK": "<YOUR_SUI_NETWORK>",
        "SUI_FULLNODE_URL": "<YOUR_SUI_FULLNODE_URL>",
        "SUI_GRAPHQL_URL": "<YOUR_SUI_GRAPHQL_URL>",
        "SUI_TOOLS": "<YOUR_SUI_TOOLS>",
        "SUI_DECOMPILER_PATH": "<YOUR_SUI_DECOMPILER_PATH>",
        "SUI_LABELS_FILE": "<YOUR_SUI_LABELS_FILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sui-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "env": {
        "SUI_NETWORK": "<YOUR_SUI_NETWORK>",
        "SUI_FULLNODE_URL": "<YOUR_SUI_FULLNODE_URL>",
        "SUI_GRAPHQL_URL": "<YOUR_SUI_GRAPHQL_URL>",
        "SUI_TOOLS": "<YOUR_SUI_TOOLS>",
        "SUI_DECOMPILER_PATH": "<YOUR_SUI_DECOMPILER_PATH>",
        "SUI_LABELS_FILE": "<YOUR_SUI_LABELS_FILE>"
      }
    }
  }
}
Claude Code
claude mcp add sui-mcp --env SUI_NETWORK=<YOUR_SUI_NETWORK> --env SUI_FULLNODE_URL=<YOUR_SUI_FULLNODE_URL> --env SUI_GRAPHQL_URL=<YOUR_SUI_GRAPHQL_URL> --env SUI_TOOLS=<YOUR_SUI_TOOLS> --env SUI_DECOMPILER_PATH=<YOUR_SUI_DECOMPILER_PATH> --env SUI_LABELS_FILE=<YOUR_SUI_LABELS_FILE> -- npx -y sui-analytics-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →