Skip to main content
Glama

Aptos Blockchain MCP

register_coin

Register an account to receive custom coins on Aptos Blockchain by specifying the coin type. Enables receipt of transfers for the designated coin and returns registration transaction details.

Instructions

Register your account to receive a specific coin type. This is required before you can receive transfers of custom coins on Aptos. Returns the registration transaction details.

Input Schema

NameRequiredDescriptionDefault
coin_typeYesThe coin type identifier to register for (e.g., '0x123::coin::T')
max_gas_amountNoMaximum gas amount for the transaction (optional)

Input Schema (JSON Schema)

{ "properties": { "coin_type": { "description": "The coin type identifier to register for (e.g., '0x123::coin::T')", "type": "string" }, "max_gas_amount": { "default": 1000, "description": "Maximum gas amount for the transaction (optional)", "type": "number" } }, "required": [ "coin_type" ], "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/punkpeye/aptos-mcp'

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