Skip to main content
Glama

Crossmint HR Airdrop MCP

by monostate

create_token

Create a new Solana token with specified name, symbol, supply, and decimals for HR airdrop automation and role-based allocation.

Instructions

Create a new Solana token

Input Schema

NameRequiredDescriptionDefault
decimalsNoToken decimals (default: 9)
nameYesToken name
supplyYesTotal token supply
symbolYesToken symbol

Input Schema (JSON Schema)

{ "properties": { "decimals": { "description": "Token decimals (default: 9)", "type": "number" }, "name": { "description": "Token name", "type": "string" }, "supply": { "description": "Total token supply", "type": "number" }, "symbol": { "description": "Token symbol", "type": "string" } }, "required": [ "name", "symbol", "supply" ], "type": "object" }
Install Server

Other Tools from Crossmint HR Airdrop MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/monostate/Employees-Airdrop-Rewards-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server