BN

Tool for BNB Chain token discovery, liquidity pool analysis, and cross-chain legitimacy verification.

Install

mkdir -p .claude/skills/bnb-chain-mcp && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11285" && unzip -o skill.zip -d .claude/skills/bnb-chain-mcp && rm skill.zip

Installs to .claude/skills/bnb-chain-mcp

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

- scanner-agent (L1): BSC token discovery
41 chars · catalog descriptionno explicit “when” trigger
Intermediate

Key capabilities

  • Scan BSC for token data
  • Get token information (name, symbol, decimals, totalSupply, holders)
  • Check BSC liquidity pools (PancakeSwap/Venus, TVL, pair depth)
  • Identify cross-chain legitimacy signals for tokens
  • Confirm BNB_PRIVATE_KEY environment variable is set
  • Verify @bnb-chain/mcp package installation

How it works

This skill uses the BNB MCP tool to query BSC for token data and liquidity information. It also identifies cross-chain legitimacy signals by checking for both Solana and BSC presence.

Inputs & outputs

You give it
contract address (BSC format 0x...) or token address
You get back
token information (name, symbol, decimals, totalSupply, holders), liquidity pool details (PancakeSwap/Venus pools, TVL, pair depth), or cross-chain legitimacy s

When to use bnb-chain-mcp

  • Scan BSC for token data
  • Get token liquidity pool info
  • Verify cross-chain token legitimacy
  • Check BSC token holders

About this skill

BNB Chain MCP — Intel Source #18 | L1 Discovery

Assignment

  • scanner-agent (L1): BSC token discovery

Package

@bnb-chain/mcp (installed globally in Docker)

BNB_PRIVATE_KEY

Set via BNB_PRIVATE_KEY env var in Akash SDL. Used for read operations + BSC queries. Never expose.

scanner-agent Usage

When scanning for token prospects, query BSC in parallel with Solana sources:

Check BSC token data

Use BNB MCP tool: getTokenInfo

  • Input: contract address (BSC format 0x...)
  • Returns: name, symbol, decimals, totalSupply, holders

Check BSC liquidity

Use BNB MCP tool: getLiquidityPools

  • Input: token address
  • Returns: PancakeSwap/Venus pools, TVL, pair depth

Cross-chain signal

If a token has BOTH Solana + BSC presence → strong legitimacy signal Add +5 to score if cross-chain verified

Wiring Check

On boot, scanner-agent should confirm: BNB_PRIVATE_KEY: SET ✅ BNB MCP: ACTIVE ✅

If BNB MCP shows "unconfigured":

  1. Verify BNB_PRIVATE_KEY is set in SDL (not empty)
  2. Confirm @bnb-chain/mcp is installed: npm list -g @bnb-chain/mcp
  3. Check entrypoint.sh ENV check includes BNB_PRIVATE_KEY

Status: ✅ ACTIVE — Day 11, Mar 5, 2026 (wiring confirmed)

When not to use it

  • When BNB_PRIVATE_KEY is not set in Akash SDL
  • When @bnb-chain/mcp is not installed globally in Docker
  • When only Solana sources are being queried for token prospects

Prerequisites

BNB_PRIVATE_KEY env var@bnb-chain/mcp package

Limitations

  • BNB_PRIVATE_KEY is used for read operations + BSC queries; never expose
  • If BNB MCP shows "unconfigured", troubleshooting steps are required
  • Cross-chain signal adds +5 to score if cross-chain verified

How it compares

This skill provides specific tools for BSC token discovery and liquidity checks, offering a direct way to gather BNB Chain data and cross-chain signals compared to manual blockchain exploration.

Compared to similar skills

bnb-chain-mcp side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
bnb-chain-mcp (this skill)02moNo flagsIntermediate
korean-public-data-api59moNo flagsIntermediate
apollo-data-handling127dCautionIntermediate
azure-ai-contentunderstanding-py129dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

korean-public-data-api

swszz

Extract API request/response schema from Korean Public Data Portal (data.go.kr) documentation pages and generate structured JSON representation

596

apollo-data-handling

jeremylongshore

Apollo.io data management and compliance. Use when handling contact data, implementing GDPR compliance, or managing data exports and retention. Trigger with phrases like "apollo data", "apollo gdpr", "apollo compliance", "apollo data export", "apollo data retention", "apollo pii".

12

azure-ai-contentunderstanding-py

microsoft

Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. Triggers: "azure-ai-contentunderstanding", "ContentUnderstandingClient", "multimodal analysis", "document extraction", "video analysis", "audio transcription".

12

azure-ai-document-intelligence-dotnet

microsoft

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".

03

fireflies-core-workflow-a

jeremylongshore

Execute Fireflies.ai primary workflow: Core Workflow A. Use when implementing primary use case, building main features, or core integration tasks. Trigger with phrases like "fireflies main workflow", "primary task with fireflies".

12

fireflies-cost-tuning

jeremylongshore

Optimize Fireflies.ai costs through tier selection, sampling, and usage monitoring. Use when analyzing Fireflies.ai billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "fireflies cost", "fireflies billing", "reduce fireflies costs", "fireflies pricing", "fireflies expensive", "fireflies budget".

12

Search skills

Search the agent skills registry