Arbiscan (Arbitrum Explorer) Connector for AI agents.
16 live capabilities
Query Arbitrum blockchain data and smart contract source code in real-time.
Waiting for input…
Why people use Arbiscan (Arbitrum Explorer)
Arbiscan Arbitrum Explorer for Real-time Blockchain Auditing
This Connector puts all that data into your chat or IDE. You just tell your agent which address to check, and it pulls the balances, transaction history, and token flows instantly. You stop hunting for data and start making decisions based on it.
What Vinkius changes
You get instant access to Arbitrum blockchain data without ever leaving your primary workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Whale Tracking
An analyst asks the agent to find all large USDC movements from a specific whale address.
- Real-world use case 02
Smart Contract Debugging
A developer wants to know why a contract is failing.
- Real-world use case 03
Security Audit
A researcher wants to check for suspicious activity.
Complete set · 16capabilities
The complete Arbiscan (Arbitrum Explorer) capability set.
These are the exact actions your AI can choose when you ask it to work with Arbiscan (Arbitrum Explorer).
01—04
4 capabilities in this set.
Part of 16 available through Arbiscan (Arbitrum Explorer).
- 01 Capability
Get abi
Fetches the ABI for verified source codes. This helps you understand the functions available in a specific smart contract.
- 02 Capability
Get balance multi
Retrieves the Ether balance for multiple addresses in one go. It's great for auditing several wallets simultaneously.
- 03 Capability
Get balance
Retrieves the Ether balance for a single address. This is the quickest way to check a specific wallet's holdings.
- 04 Capability
Get block countdown
Provides the estimated time until the next block. Use this to track the progression of the network.
05—08
4 capabilities in this set.
Part of 16 available through Arbiscan (Arbitrum Explorer).
- 05 Capability
Get block reward
Shows the rewards for a specific block number. This helps in understanding network incentives.
- 06 Capability
Get eth price
Returns the most recent price for Ether on Arbitrum. It keeps your agent updated on current market values.
- 07 Capability
Get eth supply
Shows the total supply of Ether on the Arbitrum network. Use this for high-level network analysis.
- 08 Capability
Get logs
Retrieves event logs from the blockchain. This is useful for tracking specific contract events.
09—12
4 capabilities in this set.
Part of 16 available through Arbiscan (Arbitrum Explorer).
- 09 Capability
Get status
Checks the execution status of a contract. It tells you if a contract is currently active or has stopped.
- 10 Capability
Get token nft tx
Lists ERC721 token transfer events for an address. Use this to track NFT movements across the network.
- 11 Capability
Get token tx
Lists ERC20 token transfer events for an address. This lets you monitor specific token flows like USDC or USDT.
- 12 Capability
Get tx list internal
Pulls a list of internal transactions for a specific address. Use this to see how funds move between contracts behind the scenes.
13—16
4 capabilities in this set.
Part of 16 available through Arbiscan (Arbitrum Explorer).
- 13 Capability
Get tx list
Lists normal transactions for a given address. This gives you a clear view of standard on-chain activity.
- 14 Capability
Get tx receipt status
Checks the status of a specific transaction receipt. Use it to see if a transfer actually succeeded or failed.
- 15 Capability
Verify source code
Submits and verifies contract source code through the API. This is essential for making your code publicly readable on the explorer.
- 16 Capability
Get source code
Fetches the verified source code for a contract. You can use this to study the logic of a dApp directly.
Set up in minutes
One URL. Then ask Arbiscan (Arbitrum Explorer) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Arbiscan (Arbitrum Explorer) 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_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Arbiscan (Arbitrum Explorer) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer) URL.
- Step 03
Save and start
Save the connection and enable Arbiscan (Arbitrum Explorer) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"arbiscan-arbitrum-explorer": {
"url": "https://edge.vinkius.com/vk_preview_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer)
Open Agent mode in chat and ask: "Using Arbiscan (Arbitrum Explorer), help me...". 16 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"arbiscan-arbitrum-explorer": {
"url": "https://edge.vinkius.com/vk_preview_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer)
Ask Copilot: "Using Arbiscan (Arbitrum Explorer), help me...". 16 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"arbiscan-arbitrum-explorer": {
"url": "https://edge.vinkius.com/vk_preview_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer)
Open Cascade and ask: "Using Arbiscan (Arbitrum Explorer), help me...". 16 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"arbiscan-arbitrum-explorer": {
"url": "https://edge.vinkius.com/vk_preview_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer)
Ask Cline: "Using Arbiscan (Arbitrum Explorer), help me...". 16 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add arbiscan-arbitrum-explorer --transport http "https://edge.vinkius.com/vk_preview_uqJ9n9C7Buvqzj1lexepHZ9uQNC3dh51aLqb9kOi/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 Arbiscan (Arbitrum Explorer)
Ask Claude: "Using Arbiscan (Arbitrum Explorer), show me...". 16 tools are ready
Where the request belongs
Work Arbiscan can move forward.
This is for the Web3 engineer who's tired of manual audits, the crypto analyst tracking large movements, and the security researcher hunting for exploits.
Web3 Developer
Inspects contract ABIs and source code while writing smart contracts in an IDE.
Crypto Analyst
Tracks whale movements and token flows using natural language queries to find market trends.
Security Researcher
Audits transaction histories and internal calls to spot suspicious on-chain activity.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBlockscout
Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.
Scrollscan
Explore the Scroll L2 blockchain. check account balances, track transactions (normal, internal, ERC20/721/1155), and inspect contract ABIs directly from your AI agent.
Etherscan
Query Ethereum and EVM-compatible blockchain data—check balances, transaction history, and token transfers directly from your AI agent.
Infura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Blastscan (Blast Network Explorer)
Explore the Blast Network—check balances, track transactions, and inspect smart contracts directly from your AI agent.
Metisscan (Metis L2 Network Explorer)
Explore the Metis L2 network. inspect blocks, transactions, addresses, and smart contracts directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Arbiscan 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 Arbiscan.
The practical details behind the request, access and result.
Can Arbiscan MCP check balances on Ethereum mainnet?
No, this Connector is specifically for the Arbitrum L2 network. You'll need a different capability for mainnet data.
Can I use Arbiscan MCP to track my NFT sales?
Yes, it can pull ERC721 transfer events for any address so you can see your sales history.
How do I get the source code for a dApp?
Just ask your agent to fetch the verified source code for a specific contract address using this Connector.
Can it track internal transactions?
Yes, it can pull internal calls which are often hidden in standard transaction lists.
Does Arbiscan MCP show real-time prices?
It can fetch the most recent Ether price on the Arbitrum network for your queries.
Can I verify my own smart contracts?
Yes, the Connector includes capabilities to submit and verify your source code through the Arbiscan API.
Can I check the balances of multiple Arbitrum addresses at once?
Yes! Use the get_balance_multi capability and provide a comma-separated list of addresses. The agent will return the Ether balance for each one in a single response.
How do I view the source code of a verified smart contract?
Simply provide the contract address to the get_source_code capability. If the contract is verified on Arbiscan, your agent will retrieve the full source code for you to inspect.
Can I track NFT (ERC721) transfers for a specific wallet?
Yes, the get_token_nft_tx capability allows you to list ERC721 token transfer events associated with any Arbitrum address, including block numbers and transaction hashes.
One connection away
Give your agent a direct line to Arbiscan.
Connect Arbiscan once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available