Skip to main content
Glama

Algorand MCP Server

store_wallet

Securely store a wallet by encrypting its mnemonic phrase with a password. Use this tool for safe wallet management on the Algorand blockchain network, ensuring protection of sensitive data.

Instructions

Securely store a wallet with encrypted mnemonic

Input Schema

NameRequiredDescriptionDefault
mnemonicYesMnemonic phrase to store securely
nameYesWallet name/identifier
passwordYesPassword to encrypt the mnemonic

Input Schema (JSON Schema)

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