Labsco
kukapay logo

BSC MultiSend MCP

โ˜… 1

from kukapay

Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

BSC MultiSend MCP

An MCP server that enables agents to perform bulk BNB and BEP20 token transfers on BSC.

Features

  • 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.
    • Automatically converts amounts to wei and handles gas estimation.
  • distributeToken Tool: Sends BEP20 tokens to multiple addresses.
    • 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).
    • Queries token decimals, checks allowance, and auto-approves if needed.