🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

base-airdrop-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-airdrop-mcp

MCP server for airdropping ERC-20 tokens and ETH on Base chain via BatchSender

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

base-airdrop-mcp

MCP server for batch-sending ERC-20 tokens and ETH on Base chain. Wraps the BatchSender contract with airdrop-specific tooling: CSV-style recipient lists, equal/weighted splits, and gas estimation.

Install

npx -y base-airdrop-mcp

Or add to your MCP config:

{
  "mcpServers": {
    "base-airdrop": {
      "command": "npx",
      "args": ["-y", "base-airdrop-mcp"],
      "env": {
        "RPC_URL": "https://mainnet.base.org",
        "PRIVATE_KEY": "your-private-key"
      }
    }
  }
}

Tools

ToolDescription
airdrop_tokensAirdrop ERC-20 tokens to multiple recipients. Handles approval + batch send.
airdrop_ethAirdrop ETH to multiple recipients in a single transaction.
estimate_airdropEstimate gas cost and fee for a token or ETH airdrop.
generate_equal_splitSplit a total token amount equally across a list of addresses.
generate_weighted_splitSplit a total token amount proportionally by weight across addresses.
get_airdrop_infoGet BatchSender contract info (fee, treasury, address).

Environment Variables

VariableRequiredDefaultDescription
PRIVATE_KEYYes (for sends)-Wallet private key for signing transactions
RPC_URLNohttps://mainnet.base.orgBase RPC endpoint

Use Cases

  • Token launches - Distribute tokens to early supporters or community members
  • Community rewards - Reward active participants with token or ETH airdrops
  • Team compensation - Batch-send tokens to team members
  • DAO distributions - Execute governance-approved token distributions

Contract

BatchSender: 0x7625a962Ba9dddc02F08847904cEA59e881f8907 (Base mainnet)

Fee: 0.0005 ETH per batch transaction.

Keywords

mcp

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts