connect_wallet
Securely link your Solana wallet to the Crossmint HR Airdrop MCP server to enable token distribution. Provide your private key for wallet authentication.
Instructions
Connect a Solana wallet to the airdrop server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
privateKey | Yes | The private key of the Solana wallet (base58 encoded) | |
rpcUrl | No | The Solana RPC URL to use (optional) |
Input Schema (JSON Schema)
{
"properties": {
"privateKey": {
"description": "The private key of the Solana wallet (base58 encoded)",
"type": "string"
},
"rpcUrl": {
"description": "The Solana RPC URL to use (optional)",
"type": "string"
}
},
"required": [
"privateKey"
],
"type": "object"
}