Aptoscan (Aptos Blockchain Explorer API) Connector for AI agents.
10 live capabilities
Query Aptos blockchain data and NFT holdings in real-time.
Waiting for input…
Why people use Aptoscan (Aptos Blockchain Explorer API)
Aptoscan for Real-Time Blockchain Data Auditing
This Connector lets your agent do the digging for you. Just tell it the address or the hash, and it pulls the raw data into your chat window. You get a clear picture of the on-chain activity without ever leaving your workspace.
What Vinkius changes
You get real-time blockchain data directly in your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed transaction
A developer asks the agent to check a specific hash.
- Real-world use case 02
Whale tracking
An analyst asks for the last 10 transactions of a known whale.
- Real-world use case 03
NFT auditing
A collector wants to see every NFT in a specific wallet.
Complete set · 10capabilities
The complete Aptoscan (Aptos Blockchain Explorer API) capability set.
These are the exact actions your AI can choose when you ask it to work with Aptoscan (Aptos Blockchain Explorer API).
01—04
4 capabilities in this set.
Part of 10 available through Aptoscan (Aptos Blockchain Explorer API).
- 01 Capability
Get account resources
List all resources owned by an account. Use this to see the full state of a wallet's holdings.
- 02 Capability
Get account tokens
Pull a list of all tokens, including NFTs and fungible assets, for a given address. It's the fastest way to audit a wallet's collection.
- 03 Capability
Get account transactions
Fetch a list of transactions tied to a specific account. Use this to trace the history of a particular wallet.
- 04 Capability
Get block by version
Retrieve block details using a specific transaction version. Use this when you need to find a block based on a known event.
05—07
3 capabilities in this set.
Part of 10 available through Aptoscan (Aptos Blockchain Explorer API).
- 05 Capability
Get token data
Fetch metadata and supply information for a specific token. It helps you see the core details of any asset on the network.
- 06 Capability
Get transaction by hash
Get the full details of a transaction using its unique hash. This is the go-to for debugging specific on-chain movements.
- 07 Capability
Get transaction by version
Retrieve transaction details using its ledger version. Use this to find specific events in the blockchain history.
08—10
3 capabilities in this set.
Part of 10 available through Aptoscan (Aptos Blockchain Explorer API).
- 08 Capability
Get account balance
Check the current balance of any Aptos account. This helps you quickly see how much APT a wallet holds.
- 09 Capability
Get account modules
See all Move modules published under a specific address. It's great for understanding a project's smart contract footprint.
- 10 Capability
Get block by height
Get the details of a block at a specific height. This is useful for auditing network activity at a specific point in time.
Set up in minutes
One URL. Then ask Aptoscan (Aptos Blockchain Explorer API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Aptoscan (Aptos Blockchain Explorer API) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Aptoscan (Aptos Blockchain Explorer API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Aptoscan (Aptos Blockchain Explorer API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Aptoscan (Aptos Blockchain Explorer API) URL.
- Step 03
Save and start
Save the connection and enable Aptoscan (Aptos Blockchain Explorer API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"aptoscan-aptos-blockchain-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Aptoscan (Aptos Blockchain Explorer API)
Open Agent mode in chat and ask: "Using Aptoscan (Aptos Blockchain Explorer API), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aptoscan-aptos-blockchain-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Aptoscan (Aptos Blockchain Explorer API)
Ask Copilot: "Using Aptoscan (Aptos Blockchain Explorer API), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aptoscan-aptos-blockchain-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Aptoscan (Aptos Blockchain Explorer API)
Open Cascade and ask: "Using Aptoscan (Aptos Blockchain Explorer API), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aptoscan-aptos-blockchain-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Aptoscan (Aptos Blockchain Explorer API)
Ask Cline: "Using Aptoscan (Aptos Blockchain Explorer API), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aptoscan-aptos-blockchain-explorer-api --transport http "https://edge.vinkius.com/vk_preview_AJDAKtI9KbTNthRPjchKPh8F2JivrqoEQtxbJRTs/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Aptoscan (Aptos Blockchain Explorer API)
Ask Claude: "Using Aptoscan (Aptos Blockchain Explorer API), show me...". 10 tools are ready
Where the request belongs
Work Aptoscan can move forward.
Web3 developers who are tired of manual debugging and crypto analysts who need to move faster than a browser can keep up with.
Web3 Developer
Debugging failed transactions and inspecting account resources on a Tuesday afternoon.
Blockchain Data Analyst
Pulling on-chain data into a spreadsheet or analysis capability without manual copy-pasting.
Crypto Researcher
Monitoring whale wallets and NFT collections through natural conversation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNodereal
High-performance blockchain infrastructure for Aptos and EVM networks. query accounts, blocks, and simulate transactions.
TzKT (Tezos Indexer & Explorer API)
Access real-time Tezos blockchain data. explore accounts, smart contracts, and transaction history directly from your AI agent.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Covalent
Equip your AI agent to query unified blockchain data including balances, transactions, and NFTs across 100+ chains.
Tronscan (TRON Blockchain Explorer API)
Explore the TRON blockchain. analyze accounts, track token balances, inspect smart contracts, and monitor network resources directly from any AI agent.
Helius (Solana)
Access high-performance Solana data—fetch assets, balances, transaction history, and priority fee estimates directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep Aptoscan 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 Aptoscan.
The practical details behind the request, access and result.
Can I use Aptoscan MCP to track NFT collections?
Yes. You can ask your agent to list all tokens for any specific address, and it will pull the full collection of NFTs and fungible assets directly into your chat.
How does Aptoscan MCP help with debugging smart contracts?
It allows you to inspect Move modules published under an account and pull specific transaction details via hashes, making it much faster to find where a contract interaction failed.
Can I check specific transaction hashes with Aptoscan MCP?
Absolutely. You can provide a transaction hash to your agent, and it will retrieve the full details, including the ledger version and execution status.
Is Aptoscan MCP good for monitoring whale wallets?
It is ideal for this. You can quickly query the transaction history of any high-value address to see recent movements and token transfers in real-time.
How do I get account balances using Aptoscan MCP?
Just ask your agent for the balance of any Aptos address. It will query the ledger and give you the current APT balance immediately.
Can Aptoscan MCP show me the Move modules on an account?
Yes, it can retrieve all Move modules published under a specific address, which is helpful for understanding a project's on-chain footprint.
How do I check the balance of a specific Aptos wallet?
Use the get_account_balance capability by providing the Aptos account address. The agent will return the current balance of that account immediately.
Can I see all NFTs and tokens owned by an address?
Yes! The get_account_tokens capability lists all tokens, including NFTs and Fungible Assets, associated with a specific Aptos address.
How can I look up the details of a transaction if I have the hash?
Simply use the get_transaction_by_hash capability with the transaction hash. It will retrieve full details including status, sender, and payload.
One connection away
Give your agent a direct line to Aptoscan.
Connect Aptoscan once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available