Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

fund_account

Fund Aptos testnet accounts with APT tokens for testing. Specify the account address and optional amount to receive funding transaction details via the Aptos Blockchain MCP.

Instructions

Fund an Aptos account using the testnet faucet. This is only available on testnet and is used to add APT tokens to an account for testing purposes. Returns the funding transaction details.

Input Schema

NameRequiredDescriptionDefault
account_addressYesAptos account address to fund, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3
amountNoAmount of APT to fund (optional, defaults to 1 APT)

Input Schema (JSON Schema)

{ "properties": { "account_address": { "description": "Aptos account address to fund, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3", "type": "string" }, "amount": { "default": 1, "description": "Amount of APT to fund (optional, defaults to 1 APT)", "type": "number" } }, "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