Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

get_all_wallets

Retrieve a comprehensive list of wallets and their associated assets, including balances, using the MCP server. Optional archival status inclusion for detailed wallet management.

Instructions

Retrieve all wallets with balances. Returns a list of Wallets and asssets

Input Schema

NameRequiredDescriptionDefault
get_all_wallets_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "ListWalletsRequest": { "properties": { "is_archived": { "default": false, "description": "whether to include archived wallets", "title": "Is Archived", "type": "boolean" } }, "title": "ListWalletsRequest", "type": "object" } }, "properties": { "get_all_wallets_requests": { "$ref": "#/$defs/ListWalletsRequest" } }, "required": [ "get_all_wallets_requests" ], "title": "get_all_walletsArguments", "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/armorwallet/armor-crypto-mcp'

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