ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xlucasliao/bnbchain-mcp
Or

What 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

  1. "Check the current price of BNB in USD using the bnbchain-mcp skill."
  2. "What are the current lending rates for the Venus protocol?"
  3. "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

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xlucasliao-bnbchain-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#defi#bnbchain#web3#smart-contracts
Safety Score: 4/5

Flags: network-access, external-api