Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

get_account_info

Retrieve comprehensive Aptos account details, including sequence number and authentication key, to verify account status and ensure transaction readiness.

Instructions

Get detailed information about an Aptos account including sequence number and authentication key. This is used for checking account status and transaction readiness. Returns comprehensive account information.

Input Schema

NameRequiredDescriptionDefault
account_addressYesAptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3

Input Schema (JSON Schema)

{ "properties": { "account_address": { "description": "Aptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3", "type": "string" } }, "required": [ "account_address" ], "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