Crossmint HR Airdrop MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_walletC | Connect a Solana wallet to the airdrop server |
| connect_crossmint_walletC | Connect a Crossmint wallet to the airdrop server |
| check_balanceB | Check the SOL balance of the connected wallet |
| create_tokenC | Create a new Solana token |
| add_liquidityC | Add liquidity to the created token |
| generate_walletsC | Generate custodial wallets for employees using Crossmint |
| upload_csvC | Process employee data from a CSV file |
| calculate_amountsC | Calculate token amounts for each employee |
| calculate_feesB | Calculate gas fees for the airdrop |
| start_airdropB | Perform the token airdrop to employee wallets |
| send_emailsC | Send emails to employees with wallet access instructions |
| get_stateB | Get the current state of the airdrop process |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool has a clearly distinct purpose with no overlap. For example, connect_wallet and connect_crossmint_wallet handle different wallet types, while calculate_amounts and calculate_fees perform separate calculations. The descriptions make it easy to distinguish between all 12 tools.
All tools follow a consistent verb_noun naming pattern (e.g., add_liquidity, calculate_amounts, check_balance). There are no deviations in style or convention, making the tool set highly predictable and readable.
With 12 tools, the set is well-scoped for an HR airdrop process, covering wallet management, token operations, calculations, and communication. Each tool earns its place by addressing a specific step in the workflow without being excessive or insufficient.
The tool set provides complete coverage for the HR airdrop domain, including setup (create_token, upload_csv), calculations (calculate_amounts, calculate_fees), wallet management (connect_wallet, generate_wallets), execution (start_airdrop, add_liquidity), and communication (send_emails). No obvious gaps exist in the lifecycle.