Back to Apps

Base Batch Send MCP
Supports UIby lordbasilaiassistant-sudo
Batch-send ETH or ERC-20 tokens to multiple recipients in one transaction on Base for airdrops and payroll.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI agents to the Base network, allowing them to perform bulk token distributions efficiently. It leverages a dedicated BatchSender contract to minimize gas costs and streamline the process of sending funds to multiple addresses simultaneously.
Tools
batch_send_eth: Send ETH to multiple recipients in one transaction.batch_send_erc20: Send ERC-20 tokens to multiple recipients in one transaction.estimate_batch: Estimate the gas and fees required for a batch operation.get_batch_info: Retrieve contract information, current fees, and available capabilities.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"base-batch-send": {
"command": "npx",
"args": ["-y", "base-batch-send-mcp"],
"env": {
"DEPLOYER_PRIVATE_KEY": "your-private-key-for-sending"
}
}
}
}
Supported hosts
Confirmed for Claude and Cursor.
Quick install
npx -y base-batch-send-mcpInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "base-batch-send": { "command": "npx", "args": ["-y", "base-batch-send-mcp"], "env": { "DEPLOYER_PRIVATE_KEY": "your-private-key-for-sending" } } }Claude Desktop
{
"mcpServers": {
"base-batch-send": {
"command": "npx",
"args": ["-y", "base-batch-send-mcp"],
"env": {
"DEPLOYER_PRIVATE_KEY": "your-private-key-for-sending"
}
}
}
}





