Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
169
  • Apple
  • Linux

create_wallet

Generate new cryptocurrency wallets by providing a list of desired wallet names using the Armor Crypto MCP server for blockchain operations.

Instructions

Create new wallets. Expects a list of wallet names.

Input Schema

NameRequiredDescriptionDefault
wallet_names_listYes

Input Schema (JSON Schema)

{ "properties": { "wallet_names_list": { "items": { "type": "string" }, "title": "Wallet Names List", "type": "array" } }, "required": [ "wallet_names_list" ], "title": "create_walletArguments", "type": "object" }
ID: omajxoz8en