What problem does it solve?
This Skill provides an accessible, read-only interface to query BNB Chain and EVM-compatible blockchain data without requiring private keys, removing the need for manual RPC calls or custom tooling when inspecting blocks, transactions, tokens, and NFTs.
Core Features & Use Cases
- Blocks & Transactions: Retrieve the latest block, get blocks by number or hash, and inspect transaction details and receipts for debugging or forensic analysis.
- Balances & Wallets: Fetch native balances and ERC20 balances for addresses across supported networks for portfolio checks and audits.
- Contracts, Tokens & NFTs: Detect whether an address is a contract, call view functions, read ERC20 metadata, and retrieve NFT metadata and ownership details for research, compliance, and due diligence.
- Use Case: Quickly analyze a transaction, verify token metadata and decimals, or confirm NFT ownership across BSC/opBNB without needing private keys or node access.
Quick Start
Use the bnbchain-mcp skill to fetch the latest block, inspect a transaction hash, and retrieve an address's native balance on BSC.