Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Base Batch Send

FreeNot checked

Enables AI agents to batch-send ETH or ERC-20 tokens to multiple recipients in one transaction on Base, drastically reducing gas costs.

GitHubEmbed

About

Enables AI agents to batch-send ETH or ERC-20 tokens to multiple recipients in one transaction on Base, drastically reducing gas costs.

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

Recommended · one command, every IDE
unyly install base-batch-send-mcp

Installs 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-mcp -- npx -y base-batch-send-mcp

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?

No, Base Batch Send runs without API keys or environment variables.

Is Base Batch Send hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

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

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