BNB Chain MCP — Intel Source #18 | L1 Discovery

Query BNB Chain token metadata and liquidity pools for BSC contract addresses.

5|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill bnb-chain-mcp-intel-source-18-l1-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: BNB Chain MCP — Intel Source #18 | L1 Discovery
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/skills/bnb-chain-mcp
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill bnb-chain-mcp-intel-source-18-l1-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps the agent quickly validate token prospects by pulling authoritative BNB Chain data and liquidity context, then combining that with Solana presence to produce a stronger cross-chain legitimacy signal.

Core Features & Use Cases

  • BNB token metadata lookup: Retrieve token name, symbol, decimals, totalSupply, and holders via the BNB MCP tool getTokenInfo using a BSC contract address.
  • BNB liquidity & pool discovery: Retrieve relevant liquidity pools (e.g., PancakeSwap/Venus pools), TVL, and pair depth via getLiquidityPools for a token address.
  • Cross-chain verification scoring: Increase confidence when a token has both Solana and BSC presence by applying a +5 scoring rule for cross-chain verification.

Quick Start

Run the BNB Chain MCP scan for a candidate contract address to fetch token details, check liquidity pools, and apply a cross-chain score boost when Solana presence is also detected.

Frequently Asked Questions about BNB Chain MCP — Intel Source #18 | L1 Discovery

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

FAQPage Schema
How do I validate BNB Chain token legitimacy during discovery?

You can validate BNB token legitimacy by querying BSC contract addresses for token metadata and liquidity pool depth, then applying a cross-chain scoring rule to verify if the asset also has Solana presence for added confidence.

How does cross-chain verification scoring work for BSC contract addresses?

Cross-chain verification scoring applies a +5 score boost when a token exhibits both BNB Chain and Solana presence, confirming multi-chain deployment to validate legitimacy during parallel L1 discovery workflows.

Do I need a BNB private key to query liquidity pools on PancakeSwap?

Yes, you need a configured BNB_PRIVATE_KEY environment variable to enable read access for BSC queries. The Skill requires the active @bnb-chain/mcp package to retrieve token metadata and PancakeSwap liquidity pool data.

What token metadata can I retrieve using a BNB Chain MCP tool?

Using the BNB Chain MCP tool getTokenInfo, you can retrieve token name, symbol, decimals, totalSupply, and holder count for any BSC contract address to assess token distribution and basic parameters.

Can I run BNB Chain token checks in parallel with Solana token discovery?

Yes, the Skill is designed for L1 token discovery workflows that run BSC checks in parallel with Solana sources. This parallel execution allows you to compare liquidity pool data and apply cross-chain verification scoring efficiently.