connect_crossmint_wallet
Link a Crossmint wallet to the HR Airdrop MCP server using an email and API key to enable Solana token distribution for employees.
Instructions
Connect a Crossmint wallet to the airdrop server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | Yes | Crossmint API key | |
Yes | Email address associated with the Crossmint wallet |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"description": "Crossmint API key",
"type": "string"
},
"email": {
"description": "Email address associated with the Crossmint wallet",
"type": "string"
}
},
"required": [
"email",
"apiKey"
],
"type": "object"
}