Skip to main content
Glama

Algorand MCP Server

transfer_asset

Transfer Algorand Standard Assets between accounts securely using a sender mnemonic, recipient address, asset ID, and specified amount. Supports optional transaction notes for clarity.

Instructions

Transfer an Algorand Standard Asset

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to transfer
assetIdYesAsset ID to transfer
fromMnemonicYesSender account mnemonic phrase (25 words)
noteNoOptional transaction note
toAddressYesRecipient address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount to transfer", "type": "number" }, "assetId": { "description": "Asset ID to transfer", "type": "number" }, "fromMnemonic": { "description": "Sender account mnemonic phrase (25 words)", "type": "string" }, "note": { "description": "Optional transaction note", "type": "string" }, "toAddress": { "description": "Recipient address", "type": "string" } }, "required": [ "fromMnemonic", "toAddress", "assetId", "amount" ], "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