Skip to main content
Glama

Algorand MCP Server

load_wallet

Access stored wallets on the Algorand MCP Server by entering the wallet name and password, decrypting the mnemonic, and retrieving the wallet address for blockchain interactions.

Instructions

Load a stored wallet and return the address

Input Schema

NameRequiredDescriptionDefault
nameYesWallet name/identifier
passwordYesPassword to decrypt the mnemonic

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Wallet name/identifier", "type": "string" }, "password": { "description": "Password to decrypt the mnemonic", "type": "string" } }, "required": [ "name", "password" ], "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