Skip to main content
Glama

Algorand MCP Server

create_asset

Generate new Algorand Standard Assets (ASA) by specifying asset name, unit symbol, total supply, and optional metadata. Use creator mnemonic to authenticate transactions on the Algorand blockchain.

Instructions

Create a new Algorand Standard Asset (ASA)

Input Schema

NameRequiredDescriptionDefault
assetNameYesName of the asset
creatorMnemonicYesCreator account mnemonic phrase (25 words)
decimalsNoNumber of decimal places (default: 0)
defaultFrozenNoWhether asset starts frozen (default: false)
metadataHashNoOptional metadata hash
totalSupplyYesTotal supply of the asset
unitNameYesUnit name/symbol of the asset
urlNoOptional URL for asset metadata

Input Schema (JSON Schema)

{ "properties": { "assetName": { "description": "Name of the asset", "type": "string" }, "creatorMnemonic": { "description": "Creator account mnemonic phrase (25 words)", "type": "string" }, "decimals": { "description": "Number of decimal places (default: 0)", "type": "number" }, "defaultFrozen": { "description": "Whether asset starts frozen (default: false)", "type": "boolean" }, "metadataHash": { "description": "Optional metadata hash", "type": "string" }, "totalSupply": { "description": "Total supply of the asset", "type": "number" }, "unitName": { "description": "Unit name/symbol of the asset", "type": "string" }, "url": { "description": "Optional URL for asset metadata", "type": "string" } }, "required": [ "creatorMnemonic", "assetName", "unitName", "totalSupply" ], "type": "object" }

Other Tools from Algorand MCP Server

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/Jake-loranger/algorand-mcp-server'

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