Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).
An MCP server that enables agents to perform bulk BNB and BEP20 token transfers on BSC.
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.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).https://bsc-dataseed.binance.org/
).Clone the repository:
git clone https://github.com/kukapay/bsc-multisend-mcp.git
cd bsc-multisend-mcp
Install dependencies:
pnmp install
Configure MCP client:
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-mcp
with your actual installation path, and your-private-key
with 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.
Example Prompt:
I want to send 0.1 BNB to 0xRecipient1 and 0.2 BNB to 0xRecipient2 on BSC.
Expected Response:
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.
Example Prompt:
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
Expected Response:
Token distribution successful. Tx Hash: 0x...
This project is licensed under the MIT License. See the LICENSE file for details.
Provides emotional support and positive reinforcement for LLMs, with customizable therapeutic personas.
Enables AI assistants to interact with a Minecraft server using the Model Context Protocol (MCP).
Provides real-time prices for assets like precious metals and cryptocurrencies.
Generate memes using the ImgFlip API. Requires ImgFlip account credentials.
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.
Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
A high-performance trading system for Claude Desktop, providing real-time market data via Tiingo and optional Telegram alerts.
Batch audio processing and optimization using FFmpeg. Modify sample rate, bitrate, volume, channels, and apply effects.
A 3D Printing MCP server that allows for querying for live state, webcam snapshots, and 3D printer control.
An MCP server for accessing UPS shipping and logistics services.