Skip to content
Vinkius

Suivision (Sui Blockchain Explorer API) Connector for AI agents.

17 live capabilities

Query Sui blockchain transactions and smart contract data in real-time.

Live agent request Suivision (Sui Blockchain Explorer API) / Connector

Waiting for input…

AI Agent

Why people use Suivision (Sui Blockchain Explorer API)

Suivision for Debugging Move Packages and Smart Contracts

This Connector puts the explorer inside your agent. You can ask your AI to fetch the bytecode for a specific package or check the transaction history for a protocol. You get the technical data you need exactly where you're already working.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

That your AI becomes a real-time blockchain explorer without you needing to touch a web UI.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Debugging failed Move packages

    A developer asks the agent to pull the bytecode and transaction history for a specific package using `get_package_transactions` to find the bug.

  2. Real-world use case 02

    Tracking whale movements

    An analyst asks the agent to list transactions for a specific address using `get_account_transactions` to identify large movements.

  3. Real-world use case 03

    Verifying NFT holdings

    A user asks the agent to show all NFTs and coins for a wallet, which the agent pulls using `get_account_objects`.

Complete set · 17capabilities

The complete Suivision (Sui Blockchain Explorer API) capability set.

These are the exact actions your AI can choose when you ask it to work with Suivision (Sui Blockchain Explorer API).

Capability set01 / 05

01—04

4 capabilities in this set.

Part of 17 available through Suivision (Sui Blockchain Explorer API).

  1. 01 Capability

    Get coin metadata

    Fetches metadata for a specific coin type. This helps you understand the decimals and properties of a token.

  2. 02 Capability

    Get coin supply

    Returns the total supply for a specific coin. It's essential for analyzing tokenomics.

  3. 03 Capability

    Get defi stats

    Pulls current Sui DeFi statistics. Use this to monitor the health of the DeFi ecosystem.

  4. 04 Capability

    Get epoch

    Retrieves details for a specific network epoch. This is useful for tracking historical network cycles.

Capability set02 / 05

05—08

4 capabilities in this set.

Part of 17 available through Suivision (Sui Blockchain Explorer API).

  1. 05 Capability

    Get object details

    Fetches specific details for an on-chain object. Use this to inspect individual assets.

  2. 06 Capability

    Get package details

    Gets details for a Move package. This is the primary way to inspect smart contract code.

  3. 07 Capability

    Get package transactions

    Lists transactions that interacted with a specific package. Use this to see how a protocol is being used.

  4. 08 Capability

    List epochs

    Lists recent network epochs. This helps you see the progression of the Sui network over time.

Capability set03 / 05

09—11

3 capabilities in this set.

Part of 17 available through Suivision (Sui Blockchain Explorer API).

  1. 09 Capability

    List transactions

    Lists recent transactions on the network with pagination. Use this to monitor live network activity.

  2. 10 Capability

    List validators

    Lists the current network validators. It's useful for checking who is securing the network.

  3. 11 Capability

    Get account coins

    Lists all coins owned by a specific account. This gives you a clear view of a wallet's token holdings.

Capability set04 / 05

12—14

3 capabilities in this set.

Part of 17 available through Suivision (Sui Blockchain Explorer API).

  1. 12 Capability

    Get account objects

    Lists all objects owned by a specific account. It helps you see every NFT and asset a wallet holds.

  2. 13 Capability

    Get account overview

    Provides a summary of an account's balance and general status. Use this for a quick wallet snapshot.

  3. 14 Capability

    Get account transactions

    Lists all transactions tied to a specific address. It's perfect for auditing a wallet's history.

Capability set05 / 05

15—17

3 capabilities in this set.

Part of 17 available through Suivision (Sui Blockchain Explorer API).

  1. 15 Capability

    Get checkpoint

    Retrieves the details of a specific network checkpoint. Use this to verify network state at a point in time.

  2. 16 Capability

    Get transaction

    Provides detailed info about a specific transaction digest. It's the go-to for deep-diving into a single event.

  3. 17 Capability

    List checkpoints

    Lists recent network checkpoints. Use this to see the latest confirmed states of the blockchain.

Set up in minutes

One URL. Then ask Suivision (Sui Blockchain Explorer API) to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Suivision (Sui Blockchain Explorer API) from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_bf5zaf5C4NdSQydWJA20mYnMK5su7E2t7Ukc1jEC/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Suivision (Sui Blockchain Explorer API), and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Suivision (Sui Blockchain Explorer API) for the conversation.

Where the request belongs

Work Suivision can move forward.

Built around the request

This is for the Web3 developer who needs to debug Move packages without leaving their IDE, the crypto analyst tracking whale wallets, and the DeFi user who needs to verify on-chain ownership instantly.

01

Web3 Developer

Inspects Move package bytecode and transaction effects while writing smart contracts.

02

Crypto Analyst

Tracks whale movements and coin supply metrics to generate market reports.

03

DeFi Researcher

Verifies transaction statuses and object ownership for various Sui protocols.

Bring your own AI

Change the model, client or framework. Keep Suivision connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Suivision.

The practical details behind the request, access and result.

Can the Suivision MCP help me track whale movements on Sui?

Yes, it allows your AI agent to query transaction histories for any specific address. You can ask the agent to look for large movements or frequent activity for any wallet on the network.

How does Suivision MCP help with Move smart contract debugging?

It lets your agent pull the bytecode and package details for specific Move packages. This means you can inspect how a contract is built and how it's interacting with the network without leaving your chat.

Can I use Suivision MCP to check NFT ownership?

Yes. You can ask your agent to list all objects owned by a specific Sui address. It will quickly identify the NFTs and other on-chain assets held in that account.

Does Suivision MCP provide real-time coin data?

It does. You can ask your agent for the total supply and metadata of any coin type on the Sui network to get up-to-date information on tokenomics.

Is Suivision MCP good for monitoring network health?

It is. You can ask your agent to list current validators or pull DeFi statistics to get a high-level view of the Sui network's performance and ecosystem health.

Do I need to be a developer to use Suivision MCP?

Not at all. While it's great for developers, anyone who wants to quickly check blockchain data using natural language can benefit from having their AI agent handle the queries.

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.

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.

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.

One connection away

Give your agent a direct line to Suivision.

Connect Suivision once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available