bnbchain-mcpInteract with the BNB Chain Model Context Protocol (MCP) server. Use to query DeFi data, get token prices, search documentation, fetch git diffs, and retrieve smart contract source code on BNB Chain.
Install via ClawdBot CLI:
clawdbot install 0xlucasliao/bnbchain-mcpThis skill allows you to interact with the BNB Chain MCP server to retrieve data about BNB Chain.
The BNB Chain MCP server runs locally. You interact with it using the mcp-client script bundled with this skill.
Run the client script to execute tools:
python3 skills/bnbchain-mcp/scripts/mcp-client.py <tool_name> [arguments]
To list available tools:
python3 skills/bnbchain-mcp/scripts/mcp-client.py list_tools
Currently supported tools in bnbchain-mcp:
args: {"symbol": "BNB"}args: {"protocol": "venus"}args: {"query": "validators"}args: {"repo_name": "bnb-chain/bsc"}args: {"contract_address": "0x..."}The MCP server must be running for this skill to work.
If the server is not running, start it (this is usually handled by the MCP/OpenClaw infrastructure, but good to know):
uv run bnbchain-mcp (requires uv and bnbchain-mcp package installed).
Get the price of BNB:
python3 skills/bnbchain-mcp/scripts/mcp-client.py get_token_price --args '{"symbol": "BNB"}'
Search documentation:
python3 skills/bnbchain-mcp/scripts/mcp-client.py search_documentation --args '{"query": "staking"}'
Generated Mar 1, 2026
A financial analyst uses the skill to monitor token prices and lending rates on BNB Chain, enabling real-time tracking of DeFi investments. They can query BNB prices and Venus protocol rates to assess portfolio performance and make informed decisions on asset allocation.
A blockchain developer retrieves smart contract source code for auditing or integration purposes, ensuring security and functionality. They also search documentation to understand BNB Chain features, speeding up development cycles and reducing errors in decentralized applications.
A support team uses the skill to quickly search official BNB Chain documentation for answers to user queries, improving response times. They can also fetch recent git diffs to track changes in the BNB Chain repository, aiding in troubleshooting and updates.
A market researcher analyzes DeFi trends by querying token prices and protocol rates on BNB Chain, gathering data for reports. This helps identify investment opportunities or risks in the crypto market, supporting strategic business decisions.
Offer subscription-based access to BNB Chain data, such as token prices and DeFi rates, through an API built on this skill. Clients pay monthly fees for real-time insights, targeting financial firms and developers who need reliable blockchain data without infrastructure setup.
Integrate this skill into existing blockchain development platforms or IDEs to provide in-context data fetching and documentation search. Charge licensing fees to platform providers or offer premium features, helping developers streamline their workflow on BNB Chain.
Provide consulting services to enterprises looking to leverage BNB Chain data, using this skill to build custom analytics dashboards or automation tools. Revenue comes from project-based contracts and ongoing support, catering to industries like finance or logistics.
💬 Integration Tip
Ensure the local MCP server is running before using the skill; test with the list_tools command to verify connectivity and available tools.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.