BscScan (BNB Chain Explorer) Connector for AI agents.
16 live capabilities
Query live BNB Chain data and smart contract details instantly.
Waiting for input…
Why people use BscScan (BNB Chain Explorer)
BscScan for Real-Time BNB Chain Data Auditing
This Connector removes the friction by putting the entire BscScan database at your agent's fingertips. You can ask for a summary of a wallet's history or a specific contract's source code in one sentence. You get the data you need instantly, allowing you to spend your time on analysis instead of data entry.
What Vinkius changes
You get a live window into the BNB Chain without ever leaving 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
Whale Tracking
An analyst wants to see where a large amount of BNB moved.
- Real-world use case 02
Contract Auditing
A developer wants to verify a new project.
- Real-world use case 03
NFT Flipping
A collector wants to see recent sales.
Complete set · 16capabilities
The complete BscScan (BNB Chain Explorer) capability set.
These are the exact actions your AI can choose when you ask it to work with BscScan (BNB Chain Explorer).
01—04
4 capabilities in this set.
Part of 16 available through BscScan (BNB Chain Explorer).
- 01 Capability
Get bep20 transfers
Get a list of BEP-20 token transfers for a specific address. This is helpful for seeing what tokens a wallet is moving.
- 02 Capability
Get bep721 transfers
Pull BEP-721 NFT transfers for any given address. Use this to track unique digital asset movements.
- 03 Capability
Get bnb balance
Get the current BNB balance for a single wallet. It's the quickest way to see how much BNB someone has.
- 04 Capability
Get bsc price
Fetch the most recent price of BNB. Use this to keep an eye on market value in real time.
05—08
4 capabilities in this set.
Part of 16 available through BscScan (BNB Chain Explorer).
- 05 Capability
Get bsc supply
See the total supply of BNB on the network. This is a core metric for any chain analysis.
- 06 Capability
Get contract abi
Retrieve the ABI for a verified smart contract. This is essential for interacting with contracts via code.
- 07 Capability
Get contract execution status
Check if a contract execution succeeded or failed. Use this to debug failed transactions quickly.
- 08 Capability
Get contract source code
Pull the verified source code for a specific contract. It's perfect for security audits and deep technical checks.
09—12
4 capabilities in this set.
Part of 16 available through BscScan (BNB Chain Explorer).
- 09 Capability
Get eth block number
Get the current block number on the network. This provides a steady pulse for the chain's progress.
- 10 Capability
Get eth transaction by hash
Look up a specific transaction using its hash. This helps you find details on any specific move on the chain.
- 11 Capability
Get internal transactions
View internal transactions for a specific address. These are the hidden moves between contracts.
- 12 Capability
Get normal transactions
List the standard transactions for a wallet. It gives you a clear view of a user's direct activity.
13—16
4 capabilities in this set.
Part of 16 available through BscScan (BNB Chain Explorer).
- 13 Capability
Get transaction receipt status
Check the final status of a transaction receipt. Use this to confirm a payment or swap actually landed.
- 14 Capability
Get block countdown
See how much time is left until the next block is mined. This helps you time your transactions better.
- 15 Capability
Get block reward
Find out the rewards for a specific block number. It's useful for understanding network incentives.
- 16 Capability
Get bnb balance multi
Check the BNB balances of several addresses in one go. This saves you from querying each one individually.
Set up in minutes
One URL. Then ask BscScan (BNB Chain Explorer) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BscScan (BNB Chain 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_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BscScan (BNB Chain Explorer) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer) URL.
- Step 03
Save and start
Save the connection and enable BscScan (BNB Chain Explorer) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bscscan-bnb-chain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer)
Open Agent mode in chat and ask: "Using BscScan (BNB Chain Explorer), help me...". 16 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bscscan-bnb-chain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer)
Ask Copilot: "Using BscScan (BNB Chain Explorer), help me...". 16 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bscscan-bnb-chain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer)
Open Cascade and ask: "Using BscScan (BNB Chain Explorer), help me...". 16 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bscscan-bnb-chain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer)
Ask Cline: "Using BscScan (BNB Chain Explorer), help me...". 16 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bscscan-bnb-chain-explorer --transport http "https://edge.vinkius.com/vk_preview_dOn3KNl45KjoLzcCYrgxeSG2gGMGvMWaMid8dpVO/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 BscScan (BNB Chain Explorer)
Ask Claude: "Using BscScan (BNB Chain Explorer), show me...". 16 tools are ready
Where the request belongs
Work BscScan can move forward.
This is for the people who spend their day in the weeds of the BNB Chain. It's for the devs who need to audit code fast and the analysts who are tired of manual data entry.
Web3 Developer
They use this to grab ABIs and check contract source code quickly while they're coding in their IDE.
Crypto Analyst
They're tired of manually tracking whale movements and want to automate the data gathering for token distributions.
DeFi Power User
They want to verify transaction receipts and check balances across multiple wallets without hunting for them on a website.
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.
Arbiscan (Arbitrum Explorer)
Explore Arbitrum blockchain data. check balances, track transactions, and inspect smart contract source code 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.
OKLink (Multi-chain Web3 Blockchain Data API)
Access real-time blockchain data across multiple chains—query addresses, tokens, transactions, and blocks directly from your AI agent.
Blastscan (Blast Network Explorer)
Explore the Blast Network—check balances, track transactions, and inspect smart contracts directly from your AI agent.
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.
Bring your own AI
Change the model, client or framework. Keep BscScan 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 BscScan.
The practical details behind the request, access and result.
What can the BscScan MCP do for my AI agent?
It gives your agent direct access to the BNB Chain. You can query balances, check transaction histories, pull smart contract source code, and monitor token transfers without leaving your chat interface.
Can I use BscScan MCP to track NFT sales?
Yes, the Connector can pull BEP-721 transfer events. This allows your agent to track unique digital asset movements and sales across the network.
How does BscScan MCP help with smart contract security?
It allows your agent to fetch verified source code and ABIs for any contract. This makes it much faster to perform technical audits and verify contract logic.
Can the BscScan MCP check multiple wallets at once?
Yes, it includes a specific capability to check the BNB balances of several different addresses in a single request, which is great for portfolio monitoring.
Does BscScan MCP show internal transactions?
It does. The Connector can retrieve internal transactions, which are the interactions between contracts that often don't show up in standard transaction lists.
Can I use BscScan MCP to monitor real-time BNB prices?
Yes, your agent can fetch the latest BNB price and total supply on the BNB Chain to keep you updated on market conditions.
Is BscScan MCP suitable for tracking whale movements?
It is ideal for that. By querying internal transactions and large BEP-20 transfers, your agent can help you identify and summarize significant moves by large holders.
Can I check the BNB balance for multiple wallet addresses at once?
Yes! Use the get_bnb_balance_multi capability and provide a comma-separated list of BSC addresses to get all balances in a single request.
How do I view the NFT transfer history for a specific address?
You can use the get_bep721_transfers capability. Simply provide the target BSC address, and the agent will list the recent BEP-721 token transfer events.
Is it possible to inspect the source code of a smart contract?
Yes, provided the contract is verified on BscScan. Use the get_contract_source_code capability with the contract address to retrieve its source code and metadata.
One connection away
Give your agent a direct line to BscScan.
Connect BscScan once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available