mcpbeat Sign in

Sui Analytics MCP Server

local only

Sui Analytics runs on your own machine — the client starts it, so there is no endpoint to ping. 1 206 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 882 · avg 40
a month agotoday
1 206
Installs / week
npm · sui-analytics-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/tools/decompiler.ts:47
    execFile(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/tools/decompiler.ts:47
    execFile(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Sui Analytics and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sui-mcp -- npx -y sui-analytics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sui-mcp": {
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sui-mcp]
command = "npx"
args = ["-y", "sui-analytics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sui-mcp": {
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sui-mcp": {
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sui Analytics

same job, measured the same way
Bitview
by bitcoinresearchkit

Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.

answering
Google Analytics 4
by getmcpads

Google Analytics 4: 27 read-only tools across the Data API and the Admin API.

78 installs/wk local only
Philidor DeFi Vault Risk Analytics
by philidor

Search 700+ DeFi vaults, compare risk scores, analyze protocols. No API key needed.

14 tools answering
Google Search Console
by getmcpads

Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.

79 installs/wk local only
Nansen
by nansen-ai

Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics.

50 tools answering
SEO Tools: Google Analytics 4
by antohins

Google Analytics 4: reports, traffic sources, landing pages, events, realtime (read-only).

47 installs/wk local only
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only
Olympus Bets Analytics
by olympus-bets

Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record.

20 tools answering

Sui Analytics — questions

Answers built from our own checks of this server.

Why is there no uptime for Sui Analytics?
Sui Analytics runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sui-analytics-mcp was installed 1 206 times last week.
How do I connect Sui Analytics?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sui-analytics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sui Analytics?
The npm package sui-analytics-mcp was installed 1 206 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sui Analytics open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.