Provides email notification capabilities to send instructions to employees for accessing their airdropped tokens.
Enables creation and management of custom tokens on the Solana blockchain, wallet connectivity, liquidity management via Raydium AMM, and efficient token distribution through compressed airdrops using ZK light protocol.
Crossmint HR Airdrop MCP
A Model Context Protocol (MCP) server to help corporate HR teams airdrop Solana tokens to employees. This project provides an efficient way to distribute tokens to employee wallet addresses, with support for role-based allocation and automated email notifications.
Features
Wallet Management: Connect a Solana wallet or Crossmint wallet to sign and fund transactions
Token Creation: Create custom tokens on the Solana blockchain
Liquidity Management: Add liquidity to new tokens via Raydium AMM
Custodial Wallet Generation: Create Crossmint custodial wallets for employees
CSV Import: Upload employee data with name, email, and role information
Role-Based Allocation: Distribute tokens based on employee roles
Gas Fee Estimation: Calculate transaction fees before airdrop
Compressed Airdrops: Use ZK light protocol for efficient token distribution
Email Notifications: Send employees instructions to access their tokens
Prerequisites
Node.js (v16+)
pnpm package manager
Solana wallet with SOL for transaction fees
Crossmint API key for custodial wallet creation
Resend API key for sending emails
Helius API key for compressed transactions (optional)
Installation
1. Clone and Setup
The setup script will:
Install dependencies
Clone required repositories
Create a
.env
file templateBuild the project
2. Configure Environment Variables
Edit the .env
file with your API keys and configuration:
3. Install to Claude Desktop
This will install the MCP server to Claude Desktop. You'll need to restart Claude Desktop to load the new MCP server.
Usage Guide
Once configured, you can use the HR Airdrop MCP server with Claude Desktop by giving it instructions like:
Connect a Solana wallet or Crossmint wallet
Create a token for employee rewards
Add liquidity to the token
Generate custodial wallets for employees
Upload a CSV with employee roles
Calculate token distribution
Calculate gas fees
Perform the airdrop
Send notification emails
Available Tools
connect_wallet
: Connect a Solana walletconnect_crossmint_wallet
: Connect a Crossmint walletcheck_balance
: Check wallet SOL balancecreate_token
: Create a new tokenadd_liquidity
: Add liquidity to the tokengenerate_wallets
: Create custodial wallets for employeesupload_csv
: Process employee data from CSVcalculate_amounts
: Calculate token distribution amountscalculate_fees
: Calculate gas fees for the airdropstart_airdrop
: Perform the token airdropsend_emails
: Send notifications to employeesget_state
: Check the current state of the airdrop process
CSV Format
For role-based token distribution, prepare a CSV file with the following columns:
Supported roles: operational
, developer
, manager
, VP
, VIP
Development
To make changes to the project:
Modify the TypeScript files in
src/
Rebuild with
pnpm build
Update your Claude Desktop configuration if needed
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Built with the Model Context Protocol
Uses the @solana/web3.js library
Uses the Crossmint SDK for wallet management
Uses the GOAT SDK for Solana wallet integration
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Helps corporate HR teams airdrop Solana tokens to employees with support for role-based allocation and automated email notifications.
Related MCP Servers
- AsecurityAlicenseAqualityA server that enables interaction with the Solana blockchain, providing access to over 40 Solana RPC methods including getting balances, transaction details, block information, and sending transactions.Last updated -443MIT License
- AsecurityFlicenseAqualityA server that provides simple RPC endpoints for common Solana blockchain operations, allowing users to check balances, get account information, and transfer SOL between accounts.Last updated -51
- -securityFlicense-qualityA server that enables interaction with the Solana blockchain using your own private key, supporting operations like getting wallet information, checking balances, and transferring SOL.Last updated -3110
- -securityFlicense-qualityProvides unified access to real-time and historical Solana ecosystem data through 40+ API endpoints, enabling LLM agents to query tokens, wallets, trades, and DeFi metrics.Last updated -