Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

create_wallet

Generate new cryptocurrency wallets by specifying wallet names. Returns WalletInfo for created wallets. Part of Armor Crypto MCP server for blockchain operations.

Instructions

Create new wallets. Expects a list of wallet names, returns a list of WalletInfo.

Input Schema

NameRequiredDescriptionDefault
create_wallet_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "CreateWalletRequest": { "properties": { "name": { "description": "Name of the wallet to create", "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "CreateWalletRequest", "type": "object" }, "CreateWalletRequestContainer": { "properties": { "create_wallet_requests": { "items": { "$ref": "#/$defs/CreateWalletRequest" }, "title": "Create Wallet Requests", "type": "array" } }, "required": [ "create_wallet_requests" ], "title": "CreateWalletRequestContainer", "type": "object" } }, "properties": { "create_wallet_requests": { "$ref": "#/$defs/CreateWalletRequestContainer" } }, "required": [ "create_wallet_requests" ], "title": "create_walletArguments", "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