A MCP server for BNB Chain that supports BSC, opBNB, Greenfield, and other popular EVM-compatible networks.
A MCP server for BNB Chain that supports BSC, opBNB, Greenfield, and other popular EVM-compatible networks. The bnbchain mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
A powerful toolkit for interacting with BNB Chain and other EVM-compatible networks through natural language processing and AI assistance.
BNBChain MCP is a Model Context Protocol implementation that enables seamless interaction with blockchain networks through AI-powered interfaces. It provides a comprehensive set of tools and resources for blockchain development, smart contract interaction, and network management.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
get_block_by_hash — Get a block by hashget_block_by_number — Get a block by numberget_latest_block — Get the latest blockget_transaction — Get detailed information about a specific transaction by its hashget_transaction_receipt — Get a transaction receipt by its hashestimate_gas — Estimate the gas cost for a transactiontransfer_native_token — Transfer native tokens (BNB, ETH, MATIC, etc.) to an addressapprove_token_spending — Approve another address to spend your ERC20 tokenstransfer_nft — Transfer an NFT (ERC721 token) from one address to anothertransfer_erc1155 — Transfer ERC1155 tokens to another addresstransfer_erc20 — Transfer ERC20 tokens to an addressget_address_from_private_key — Get the EVM address derived from a private keyYou will need 2 environment variables: PRIVATE_KEY, BNBCHAIN_MCP_SKIP_TRANSFER_CONFIRMATION. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bnbchain MCP's toolset — get_block_by_hash, get_block_by_number, get_latest_block and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bnb-chain; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Bnbchain MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_block_by_hash | Get a block by hash |
| get_block_by_number | Get a block by number |
| get_latest_block | Get the latest block |
| get_transaction | Get detailed information about a specific transaction by its hash |
| get_transaction_receipt | Get a transaction receipt by its hash |
| estimate_gas | Estimate the gas cost for a transaction |
| transfer_native_token | Transfer native tokens (BNB, ETH, MATIC, etc.) to an address |
| approve_token_spending | Approve another address to spend your ERC20 tokens |
| transfer_nft | Transfer an NFT (ERC721 token) from one address to another |
| transfer_erc1155 | Transfer ERC1155 tokens to another address |
| transfer_erc20 | Transfer ERC20 tokens to an address |
| get_address_from_private_key | Get the EVM address derived from a private key |
| get_chain_info | Get chain information for a specific network |
| get_supported_networks | Get list of supported networks |
{
"mcpServers": {
"bnbchain-mcp": {
"command": "npx",
"args": ["-y", "@bnb-chain/mcp@latest"],
"env": {
"PRIVATE_KEY": "your_private_key_here. (optional)",
"BNBCHAIN_MCP_SKIP_TRANSFER_CONFIRMATION": "false"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PRIVATE_KEY | Credential the server authenticates with. | Yes |
| BNBCHAIN_MCP_SKIP_TRANSFER_CONFIRMATION | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.