Skip to main content
Glama
monostate

Crossmint HR Airdrop MCP

by monostate

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 12 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.