Skip to main content
Glama

Algorand MCP Server

send_payment

Send Algo payment transactions on the Algorand blockchain. Requires a mnemonic phrase, recipient address, and amount in microAlgos. Optional note field for transaction details.

Instructions

Send Algo payment transaction (WARNING: Requires mnemonic phrase)

Input Schema

NameRequiredDescriptionDefault
amountYesAmount in microAlgos (1 Algo = 1,000,000 microAlgos)
mnemonicYesSender account mnemonic phrase (25 words)
noteNoOptional transaction note
toAddressYesRecipient address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount in microAlgos (1 Algo = 1,000,000 microAlgos)", "type": "number" }, "mnemonic": { "description": "Sender account mnemonic phrase (25 words)", "type": "string" }, "note": { "description": "Optional transaction note", "type": "string" }, "toAddress": { "description": "Recipient address", "type": "string" } }, "required": [ "mnemonic", "toAddress", "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