Vinkius
Suivision

Suivision MCP for AI. Query any Sui account, object, or smart contract in plain English.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Suivision (Sui Blockchain Explorer API) MCP on Cursor AI Code EditorSuivision (Sui Blockchain Explorer API) MCP on Claude Desktop AppSuivision (Sui Blockchain Explorer API) MCP on OpenAI Agents SDKSuivision (Sui Blockchain Explorer API) MCP on Visual Studio CodeSuivision (Sui Blockchain Explorer API) MCP on GitHub Copilot AI AgentSuivision (Sui Blockchain Explorer API) MCP on Google Gemini AISuivision (Sui Blockchain Explorer API) MCP on Lovable AI DevelopmentSuivision (Sui Blockchain Explorer API) MCP on Mistral AI AgentsSuivision (Sui Blockchain Explorer API) MCP on Amazon AWS Bedrock

How this MCP server connects to your AI agent

Suivision (Sui Blockchain Explorer API) MCP Server lets your AI agent query the Sui network directly. You get real-time data for accounts, transactions, objects, and smart contracts—all without hitting a web explorer.

Use tools like `get_account_overview` to check balances or `list_transactions` to track recent activity instantly.

What AI agents can do with Suivision (Sui Blockchain Explorer API) Automation

Get account coins

Lists every coin type owned by a specific Sui account address.

Get account objects

Retrieves a list of all on-chain objects (like NFTs) associated with an account.

Get account overview

Provides a summary view of a Sui address, including current coin balances and object counts.

+ 14 more capabilities included
Query Account Status

Retrieve an account's current balance, owned objects (NFTs), and transaction history using tools like get_account_overview.

Track Transactions

List recent network activity or get full details on a specific transaction digest via list_transactions or get_transaction.

Analyze Smart Contracts

Inspect Move packages to view bytecode, package details, and which transactions interacted with them using get_package_details.

Audit Assets and Coins

Determine total coin supply (get_coin_supply) or check metadata for any specific asset type on the Sui network via get_coin_metadata.

Inspect On-Chain Objects

Get detailed information about specific objects (like assets) owned by an address using get_object_details.

Included with Plan

Waiting for input…

AI Agent

What AI agents can do with Suivision (Sui Blockchain Explorer API) MCP Server: 17 Tools

Use these 17 specific tools to query the Sui blockchain for account balances, transaction history, package details, and asset metadata.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Suivision (Sui Blockchain Explorer API) on Vinkius

Get Account Coins

Lists every coin type owned by a specific Sui account address.

Get Account Objects

Retrieves a list of all on-chain objects (like NFTs) associated with an account.

Get Account Overview

Provides a summary view of a Sui address, including current coin balances and object...

Get Account Transactions

Lists all transactions that have involved a specified account address.

Get Checkpoint

Fetches technical details about a specific network checkpoint snapshot.

Get Coin Metadata

Retrieves supply data and decimals for any defined coin type on the Sui network.

Get Coin Supply

Calculates and returns the total circulating supply for a given coin type.

Get Defi Stats

Retrieves aggregated statistics related to DeFi activity on the Sui network.

Get Epoch

Provides details about a specific epoch period in the network's history.

Get Object Details

Gets full metadata and properties for a specific, identified on-chain object ID.

Get Package Details

Retrieves the bytecode, package structure, and definition details for a Move smart...

Get Package Transactions

Lists all transactions that have interacted with or called a specific smart contract package.

Get Transaction

Fetches comprehensive data, including inputs and outputs, for one transaction digest.

List Checkpoints

Gets a list of the most recent network checkpoint snapshots available on the chain.

List Epochs

Lists all recently closed and active epoch periods in the Sui network history.

List Transactions

Lists multiple recent transactions on the Sui network, supporting pagination and...

List Validators

Retrieves a list of all current validators participating in the Sui consensus layer.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Suivision integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Suivision (Sui Blockchain Explorer API), then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Suivision MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Suivision. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Built on the Model Context Protocol (MCP) for Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 17 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Cross-checking Sui data across five different web tabs shouldn't take ten minutes., Solved with Vinkius AI Gateway

Right now, if you want to know an address’s history—from its current balance to the objects it owns and every transaction it ever made—you have to hop through three or four separate web explorer pages. You copy addresses, refresh tabs, and piece together the narrative manually.

With this MCP server, you just ask your agent: 'Give me everything on address X.' It runs `get_account_overview`, pulls object data via `get_account_objects`, and compiles all transaction history using `list_transactions`. You get a single, structured answer.

Using the Suivision (Sui Blockchain Explorer API) MCP Server

You no longer need to manually run separate queries for asset type vs. coin supply. You can ask your agent to cross-reference these data points, combining `get_coin_metadata` and `get_account_coins` in one logical step.

It changes the process from 'querying' to 'asking.' Your AI client becomes a dedicated analyst that runs the necessary tools in sequence, giving you clean JSON output instead of raw HTML pages.

What your AI can actually do with this

Forget copy-pasting data out of some clunky web explorer. This server lets your AI agent talk straight to the Sui network, giving you real-time access to every transaction, object, and smart contract package without needing a browser open. It's raw blockchain data—fast, actionable, and right in your client.

Account Status Checks

Want to know what an address is sitting on? You can run get_account_overview to get a summary view of any Sui address; that tells you the current coin balances and how many objects it holds. For specifics, use get_account_coins to list every single type of coin owned by that address.

If you need to see what non-coin assets—like NFTs or specific tokens—it owns, run get_account_objects. You can also check the entire history for a given account using get_account_transactions, which lists every transaction involving that address.

Tracking Transactions and Assets

You don't have to manually scroll through pages of activity. Use list_transactions to pull in multiple recent network actions, supporting pagination and filtering so you can nail down exactly what happened and when. Need the full story on one specific event? Run get_transaction using a transaction digest; that fetches comprehensive data detailing all inputs and outputs for that single move.

To track assets broadly across the system, use list_cookies to see recent network activity or get deep details about any specific object ID with get_object_details, which shows its full metadata and properties.

Smart Contract Deep Dive

This server lets you treat smart contracts like code. You can pull all the definition details, bytecode, and package structure for a Move smart contract using get_package_details. To see how that contract has been used, run get_package_transactions to list every transaction that interacted with or called that specific package. When analyzing assets across the board, you can calculate the total circulating supply of any coin type via get_coin_supply, and grab basic supply data and decimals for a defined coin using get_coin_metadata.

You'll also get aggregated stats on DeFi activity using get_defi_stats.

Network State and History Auditing

You can monitor the foundational health of the network. Use list_checkpoints to get a list of the most recent technical snapshot checkpoints, or run get_checkpoint for the specific details about one checkpoint. Want to look back at history? You can call list_epochs to see all recently closed and active epoch periods in Sui's timeline, or use get_epoch to fetch specifics on a given period.

To understand who's running the show, you run list_validators, which gives you a list of every current validator participating in the consensus layer.

Built · Hosted · Managed by Vinkius Suivision MCP Server - Sui Blockchain Data Explorer
Server ID 019e5d5b-8be7-7208-a0ee-c1c69a5442aa
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I check an account balance and its NFTs using get_account_overview? +

The get_account_overview tool gives a summary including both coin balances and object counts. If you need the actual list of NFT IDs, run get_account_objects separately for full details.

What is the difference between get_transaction and list_transactions? +

list_transactions shows a batch of recent activity across the network. Use get_transaction when you have a specific digest or hash and need its full, deep payload details.

Can I track an asset's history using get_object_details? +

No. get_object_details gives the current state of one object. To see its historical interactions, you must use get_package_transactions if it belongs to a package.

How do I find out about all coins on Sui? +

You start with list_checkpoints or list_epochs to understand the network state. Then, use get_coin_metadata for specific coin types and get_coin_supply for their total amount.

What credentials do I need to use `get_account_overview` for a specific address? +

You must pass a valid API Key with your request headers. The key authenticates your AI client and tracks usage, ensuring you stay within the network's operational rate limits.

Using `get_package_details`, how can I analyze the internal structure of a smart contract? +

The tool returns comprehensive details on the Move package, including its bytecode and all dependencies. You get visibility into the code's required inputs and outputs without needing to interact with the live blockchain.

How does `get_checkpoint` help me analyze state changes over time? +

It fetches data from specific historical snapshots of the network. You can compare account balances or object ownership as they existed at a precise point in time, which is critical for auditing and tracking past events.

If I hit rate limits when calling `list_transactions`, what should my AI agent do? +

The client will receive an explicit HTTP error code (usually 429). Your agent needs to implement an exponential backoff strategy, pausing and retrying the query after a progressively longer interval.

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

Yes! Use the get_account_overview tool 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 tool. 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 tool with the Package ID. It retrieves the Move bytecode and module information directly from the blockchain.

Built & Managed by Vinkius 30s setup 17 tools

We've already built the connector for Suivision. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 17 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.