ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Suivision with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Explore the Sui blockchain. query transactions, inspect accounts, analyze coins, and track on-chain objects directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Suivision capability set.

These are the exact actions your AI can choose when you ask it to work with Suivision.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Suivision.

  1. 01

    Get defi stats

    Get Sui DeFi statistics

  2. 02

    Get epoch

    Get details of a specific epoch

  3. 03

    Get package details

    Get details of a Move package

  4. 04

    List epochs

    List recent network epochs

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Suivision.

  1. 05

    Get account coins

    List all coins owned by an account

  2. 06

    Get account transactions

    List transactions associated with a specific account address

  3. 07

    Get checkpoint

    Get details of a specific checkpoint

  4. 08

    Get transaction

    Get detailed information about a specific transaction

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Suivision.

  1. 09

    List checkpoints

    List recent network checkpoints

  2. 10

    Get account objects

    List all objects owned by an account

  3. 11

    Get account overview

    Get account overview and balance

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Suivision.

  1. 12

    Get coin metadata

    Get metadata for a specific coin type

  2. 13

    Get coin supply

    Get total supply for a specific coin type

  3. 14

    Get object details

    Get details of a specific on-chain object

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Suivision.

  1. 15

    Get package transactions

    List transactions that interacted with a package

  2. 16

    List transactions

    Supports pagination and ordering. List recent transactions on the Sui network

  3. 17

    List validators

    List current network validators

Observed, not estimated

944ms average. Fast in production.

Suivision is checked daily against the live service.

Daily averagePeak 1239ms
Aug 20Today
Fastest day
782ms
Slowest day
1239ms
14-day trend
Slowing+7%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Suivision, so you can see the experience inside your AI.

It does not authenticate your account with Suivision. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Suivision Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_bf5zaf5C4NdSQydWJA20mYnMK5su7E2t7Ukc1jEC/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Suivision capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "suivision-sui-blockchain-explorer-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_bf5zaf5C4NdSQydWJA20mYnMK5su7E2t7Ukc1jEC/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Suivision owners ask.

  • 01

    Can I check the balance and owned objects of a specific Sui address?

    Yes! Use the get_account_overview capability to see the general balance or get_account_objects to list all objects, including NFTs, associated with that address.

  • 02

    How do I get the technical details of a specific transaction digest?

    Simply provide the transaction hash to the get_transaction capability. It will return the sender, gas usage, status, and execution effects.

  • 03

    Can I inspect the source code or modules of a Move package?

    Yes, use the get_package_details capability with the Package ID. It retrieves the Move bytecode and module information directly from the blockchain.