Send BNB to a wallet address
Transfer BEP-20 token via symbol or contract address
Swap tokens via PancakeSwap
Create meme token on Four.Meme
Deploy a BEP-20 contract
Get token and native balance for an address
Execute custom contract calls via ABI
Get wallet information for an address
Check token security of BSC tokens
Add liquidity to PancakeSwap
View your PancakeSwap positions
Remove liquidity from PancakeSwap
Sell meme token on Four.Meme
A comprehensive toolkit for interacting with the Binance Smart Chain (BSC) ecosystem. This MCP enables secure token transfers, smart contract interactions, PancakeSwap operations, and token deployments directly through Claude or via CLI. Built for both AI agents and developers, it provides a secure way to manage BSC wallets, execute transactions, and interact with decentralized exchanges while maintaining private key security through password protection.
The Binance Smart Chain Tool provides a secure interface for interacting with BSC blockchain functionality. It allows you to send BNB, transfer BEP-20 tokens, deploy new tokens, and interact with smart contracts through a simple interface.
npm install -g bnbchain-mcp
bnbchain-mcp --init
git clone https://github.com/TermiX-official/bsc-mcp.git
cd bsc-mcp
npm install
npm run build
Create a configuration file:
config.example.json
to config.json
Start the MCP server:
npm start
After completing the CLI setup, the tool can automatically configure itself for Claude Desktop by modifying:
~/Library/Application Support/Claude/claude_desktop_config.json
Claude will detect and run this MCP server with your selected tools.
The MCP server provides various tools for interacting with the Binance Smart Chain:
Each tool requires specific parameters depending on the operation. The server handles authentication and transaction signing securely using your encrypted private key.