bnbchain-mcp

Query BNB Chain and EVM network blocks, transactions, contracts, tokens, and NFTs.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill bnbchain-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bnbchain-mcp
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/bnbchain-mcp
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill bnbchain-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about bnbchain-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query BNB Chain block and transaction data without using private keys?

You can query BNB Chain block and transaction data without private keys by using read-only MCP stdio tools. This Skill fetches latest blocks, transaction details, and receipts for analysis without requiring wallet access or manual RPC calls.

Can I check ERC20 token balances and metadata on EVM-compatible networks?

Yes, you can check ERC20 token balances and metadata on EVM-compatible networks. The Skill utilizes read-only contract calls to retrieve token information, decimals, and native balances for addresses across supported networks like BSC and opBNB.

What is the best way to retrieve NFT ownership details on BNB Chain?

The best way to retrieve NFT ownership details on BNB Chain is through dedicated read-only MCP tools. This approach fetches NFT metadata and confirms ownership directly from the blockchain without needing node access or exposing private keys.

Does this read-only blockchain query approach support contract detection and view function calls?

Yes, this read-only blockchain query approach supports contract detection and view function calls. It can detect whether an address is a contract and execute read_contract calls to inspect view functions for research and compliance.

How do I get the latest block on BSC for forensic analysis?

To get the latest block on BSC for forensic analysis, use the get_latest_block tool provided by this Skill. It exposes block data via MCP stdio, allowing you to inspect blocks by number or hash for transaction debugging.