BSC MultiSend MCP
About
Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).
Details
- Author
- kukapay
- Categories
- Other
Jump to
Setup
Install BSC MultiSend MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/kukapay/bsc-multisend-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server that enables agents to perform bulk BNB and BEP20 token transfers on BSC.
- distributeNative Tool: Sends BNB to multiple addresses in a single transaction.
- Parameters:
- receivers: Array of BSC addresses to receive BNB.
- amounts: Array of BNB amounts (e.g., 0.1 BNB) to send, automatically summed for the total.
- Parameters:
- tokenAddress: Address of the BEP20 token contract.
- receivers: Array of BSC addresses to receive tokens.
- amounts: Array of token amounts (e.g., 100.5 tokens).
- Node.js: Version 18 or higher.
- pnpm: For installing dependencies.
- BNB Smart Chain Wallet: A wallet with sufficient BNB for gas and tokens for distribution.
- BSC RPC Endpoint: Access to a BSC node (e.g.,https://bsc-dataseed.binance.org/).
git clone https://github.com/kukapay/bsc-multisend-mcp.git cd bsc-multisend-mcp
Claude Desktop configuration file as a reference:
{ "mcpServers": { "BSC MultiSend": { "command": "node", "args": [ "/path/to/bsc-multisend-mcp/index.js" ], "env": { "PRIVATE_KEY": "your-private-key" } } } }
Replace/path/to/bsc-multisend-mcpwith your actual installation path, andyour-private-keywith your BSC wallet private key.
The server offers two tools — distributeNative and distributeToken — for bulk token distribution.
Purpose: Distributes BNB to multiple addresses in a single transaction.
I want to send 0.1 BNB to 0xRecipient1 and 0.2 BNB to 0xRecipient2 on BSC.
BNB distribution successful. Tx Hash: 0x...
Purpose: Distributes BEP20 tokens to multiple addresses. It queries the token's decimals, checks the contract's allowance, approves the contract if needed, and executes the transfer.
Send tokens to the following addresses on BSC using the token contract at 0xTokenAddress: - 0xRecipient1: 100.5 tokens - 0xRecipient2: 200 tokens - 0xRecipient3: 50.75 tokens - 0xRecipient4: 150 tokens - 0xRecipient5: 75.25 tokens
Token distribution successful. Tx Hash: 0x...
This project is licensed under the MIT License. See theLICENSEfile for details.
Zen7 Payment Agent is the first implementation project of DePA (Decentralized Payment Agent), pioneers next-generation intelligent payment infrastructure.
Blockchain data across 100+ chains: token prices, NFTs, transfers, simulation, traces, Solana DAS
On-chain automated trading strategies (DEX) for AI agents. Create limit orders, range orders, recurring buy-low-sell-high strategies, and concentrated liquidity positions across Ethereum, Sei, Celo, TAC, and COTI. Unlike traditional AMMs and liquidity pools, Carbon lets you set asymmetric price ranges - your buy and sell orders are independent, not mirrored. Backtest any strategy against historical prices before going on-chain, explore market liquidity, find discount entry points, and swap tokens against Carbon DeFi's maker liquidity. 25 tools. Returns unsigned transactions — agents never hold funds or private keys. Zero gas on fills.
MCP server for local transaction signing across EVM, UTXO, Tron, and XRP blockchains — no API calls required
Restaking data, operator info, and AVS details on EigenLayer.
Trade on prediction markets from Claude Code. Browse markets, check odds, build and execute trades on-chain.
OTC crypto trading with HTLC atomic settlement on Ethereum and Bitcoin — create trades, lock assets, and settle trustlessly via AI agents
Open MCP-native agent hire protocol — the discovery and hiring layer above x402. Claude finds, hires and pays specialized agents in USDC on Base.
MCP server for Uniswap — swap routing, pool data, and liquidity queries across all supported chains.
Automate token swaps on the Uniswap DEX across multiple blockchains.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



