Base Batch Send
FreeStale (188d)MCP server for AI agents to batch-send ETH or tokens on Base
About
MCP server for AI agents to batch-send ETH or tokens on Base
README
An MCP server for AI agents to batch-send ETH or ERC-20 tokens to multiple recipients in one transaction on Base.
Install
npx -y base-batch-send-mcp
Tools
| Tool | Description |
|---|---|
batch_send_eth |
Send ETH to multiple recipients in one tx |
batch_send_erc20 |
Send ERC-20 tokens to multiple recipients in one tx |
estimate_batch |
Estimate gas + fee for a batch operation |
get_batch_info |
Get contract info, fees, and capabilities |
Setup
{
"mcpServers": {
"base-batch-send": {
"command": "npx",
"args": ["-y", "base-batch-send-mcp"],
"env": {
"DEPLOYER_PRIVATE_KEY": "your-private-key-for-sending"
}
}
}
}
Use Cases
- Airdrops: Distribute tokens to hundreds of wallets in one tx
- Payroll: Pay multiple team members in ETH or tokens
- Rewards: Send rewards to contest winners, stakers, or community members
- Token distribution: Distribute tokens after a launch or vesting unlock
Fees
- Batch fee: 0.0005 ETH per batch (~$1.25) — goes to platform treasury
- Gas: ~30k gas per ETH recipient, ~60k per ERC-20 recipient
- Total: Dramatically cheaper than individual transactions (save 90%+ on gas)
Contract
- BatchSender:
0x7625a962Ba9dddc02F08847904cEA59e881f8907(Base mainnet) - Verified on Basescan: View contract
License
MIT
from github.com/lordbasilaiassistant-sudo/base-batch-send-mcp
Install Base Batch Send in Claude Desktop, Claude Code & Cursor
unyly install base-batch-sendInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add base-batch-send --env DEPLOYER_PRIVATE_KEY="" -- npx -y base-batch-send-mcpStep-by-step: how to install Base Batch Send
FAQ
Is Base Batch Send MCP free?
Yes, Base Batch Send MCP is free — one-click install via Unyly at no cost.
Does Base Batch Send need an API key?
Yes, it requires environment variables: DEPLOYER_PRIVATE_KEY. Unyly injects them into the config during install.
Is Base Batch Send hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Base Batch Send in Claude Desktop, Claude Code or Cursor?
Open Base Batch Send on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
by paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare Base Batch Send with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
