Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

transfer_apt

Send native APT tokens to another Aptos account. Specify recipient address, amount, and optional gas limit to complete the transaction and receive a confirmation hash.

Instructions

Transfer native APT tokens to another Aptos account. This is used for sending APT tokens from your account to another address. Returns the transaction hash upon successful transfer.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of APT to transfer (e.g., '1.5' for 1.5 APT)
max_gas_amountNoMaximum gas amount for the transaction (optional)
recipient_addressYesRecipient Aptos address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of APT to transfer (e.g., '1.5' for 1.5 APT)", "type": "string" }, "max_gas_amount": { "default": 2000, "description": "Maximum gas amount for the transaction (optional)", "type": "number" }, "recipient_address": { "description": "Recipient Aptos address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3", "type": "string" } }, "required": [ "recipient_address", "amount" ], "type": "object" }

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/cuongpo/aptos-mcp'

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