bnb-chain-mcp
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.zipInstalls 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 discoveryKey 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
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":
- Verify BNB_PRIVATE_KEY is set in SDL (not empty)
- Confirm @bnb-chain/mcp is installed: npm list -g @bnb-chain/mcp
- 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| bnb-chain-mcp (this skill) | 0 | 2mo | No flags | Intermediate |
| korean-public-data-api | 5 | 9mo | No flags | Intermediate |
| apollo-data-handling | 1 | 27d | Caution | Intermediate |
| azure-ai-contentunderstanding-py | 1 | 29d | Review | Intermediate |
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
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".
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".
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".
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".
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".