Skip to main content
Glama

Algorand MCP Server

get_account_info

Retrieve account details, including balance and assets, from the Algorand blockchain network by providing an Algorand account address.

Instructions

Get account information including balance and assets

Input Schema

NameRequiredDescriptionDefault
addressYesAlgorand account address

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Algorand account address", "type": "string" } }, "required": [ "address" ], "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