bnbchain-mcp
Interact 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.
Why use this skill?
Integrate BNB Chain data into OpenClaw AI. Retrieve token prices, DeFi rates, and verify smart contract source code with the bnbchain-mcp skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xlucasliao/bnbchain-mcpWhat This Skill Does
The bnbchain-mcp skill is a specialized interface designed to bridge the OpenClaw AI agent with the BNB Chain Model Context Protocol (MCP) server. By acting as a secure gateway, this skill allows users to pull real-time blockchain data, DeFi metrics, and developer resources directly into their terminal environment. Whether you are a liquidity provider looking for the latest lending rates on Venus, a developer trying to verify smart contract source code on-chain, or a researcher navigating the BNB Chain ecosystem documentation, this skill provides a structured way to execute complex queries without leaving your workflow.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the uv package manager installed and your development environment configured. Run the following command in your terminal:
clawhub install openclaw/skills/skills/0xlucasliao/bnbchain-mcp
Once installed, verify that the local MCP server is running by executing uv run bnbchain-mcp. The skill relies on the mcp-client.py script, which handles the orchestration between the agent and the blockchain data providers.
Use Cases
This tool is best suited for financial analysts monitoring BNB market volatility, decentralized finance (DeFi) enthusiasts tracking protocol health, and blockchain developers performing security audits or technical documentation lookups. It replaces the need for manual browser-based block explorer checks, allowing for programmatic access to on-chain state and development repository changes.
Example Prompts
- "Check the current price of BNB in USD using the bnbchain-mcp skill."
- "What are the current lending rates for the Venus protocol?"
- "Fetch the smart contract source code for the address 0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82 to perform an audit."
Tips & Limitations
Always ensure the MCP server is active before triggering tool commands; failure to start the background process will result in connection errors. Note that the get_smart_contract_source command is limited to contracts that have been verified on BSCScan. For complex data analysis, combine this skill with other OpenClaw plugins to pipe output into CSV or JSON files for long-term storage.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xlucasliao-bnbchain-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
bnbchain-mcp
Interact with the BNB Chain Model Context Protocol (MCP) server. Blocks, contracts, tokens, NFTs, wallet, Greenfield, and ERC-8004 agent tools. Use npx @bnb-chain/mcp@latest or read the official skill page.
erc8004-identity
Maintain your agent on-chain identity (ERC-8004) on BNB Chain. Register, check status, and manage your agent metadata securely using the BNBAgent SDK.