BNB Chain MCP Server Guide

SkillDatabases & data

Guide to the BNB Chain MCP server — developer tools for AI crypto agents including DeFi trading, DEX swaps, smart contract deployment, token operations, staking, bridging, wallet automation, honeypot detection, security analysis, price oracles, market data, and protocol analytics on BSC and opBNB.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the BNB Chain MCP Server Guide skill

What this skill tells your AI

The instructions your AI receives, as published by nirholas/three.ws in data/skills/development/bnbchain-mcp-guide/SKILL.md and read by ahel’s review.

Developer tools for AI crypto agents on BNB Smart Chain (BSC) and opBNB. Build apps with DeFi trading, DEX swaps, smart contract deployment, token operations, staking, bridging, wallet automation, honeypot detection, security analysis, price oracles, market data, and protocol analytics.

Capabilities

CategoryToolsDescription
DeFi TradingSwap, LP managementTrade on PancakeSwap, Venus, and more
DEX SwapsBest-route aggregationFind optimal swap routes across BSC DEXs
Smart ContractsDeploy, verify, interactDeploy BEP-20 tokens, verify on BscScan
Token OperationsTransfer, approve, mintManage BEP-20/BEP-721 tokens
StakingBNB staking, liquid stakingStake BNB, manage stkBNB positions
BridgingCross-chain transfersBridge between BSC, Ethereum, Arbitrum, etc.
Wallet AutomationBatch operationsMulti-wallet management and automation
Honeypot DetectionToken safety checksDetect honeypots, rugs, and scam tokens
Security AnalysisContract auditingAnalyze contract source code for vulnerabilities
Price OraclesOn-chain pricesRead Chainlink/Band feeds on BSC
Market DataToken/protocol statsVolume, TVL, price history
Protocol AnalyticsDeFi metricsLending rates, pool depths, yield data

Quick Start

npx @nirholas/bnbchain-mcp

Claude Desktop Config

{
  "mcpServers": {
    "bnbchain": {
      "command": "npx",
      "args": ["@nirholas/bnbchain-mcp"],
      "env": {
        "BSC_RPC_URL": "https://bsc-dataseed.binance.org",
        "PRIVATE_KEY": "your-private-key"
      }
    }
  }
}

Key DeFi Protocols on BSC

ProtocolTypeTVL
PancakeSwapDEX/AMMTop BSC DEX
VenusLendingCompound-style lending
Alpaca FinanceLeveraged yieldUp to 6x leverage farming
RadiantCross-chain lendingMulti-chain liquid DeFi
Thenave(3,3) DEXVote-escrowed tokenomics

Security Tools

Honeypot Detection

Tool: detectHoneypot
Input: { "tokenAddress": "0x..." }
Output: {
  "isHoneypot": false,
  "buyTax": 0.5,
  "sellTax": 0.5,
  "isOpenSource": true,
  "hasProxyContract": false
}

Contract Analysis

The MCP server can analyze contract source code for:

  • Ownership renouncement status
  • Hidden mint functions
  • Blacklist/whitelist mechanisms
  • Max transaction limits
  • Anti-whale mechanisms
  • Proxy upgrade patterns

opBNB Layer 2

opBNB is BNB Chain's L2 based on OP Stack:

  • Gas: ~$0.001 per transaction
  • Speed: 1-second block time
  • Compatibility: Full EVM compatibility
  • Use case: High-frequency trading, gaming, micropayments

Agent Use Cases

BSC Portfolio Manager

Agent monitors holdings across PancakeSwap, Venus, and other BSC protocols, providing yield optimization recommendations.

Token Screener

AI agent scans new token launches on BSC, runs honeypot detection, and flags safe opportunities.

Cross-Chain Arbitrage

Agent detects price differences between BSC and Arbitrum DEXs, recommending bridge + swap strategies.

Sperax on BNB Chain

Sperax has expanded to BNB Chain:

  • SPA token is available on BSC
  • Plutus vaults operate on BNB Chain (plvHEDGE, plvLOOP, plvDOLO)
  • Bridge SPA between Arbitrum and BSC

Links

Signals

GitHub stars
114
Forks
29
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
bnbchain-mcp-guide
Source
github.com/nirholas/three.ws