MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux

wallet_create_random

Create a new wallet with a random private key

Input Schema

NameRequiredDescriptionDefault
localeNoOptional locale for the wordlist
passwordNoOptional password to encrypt the wallet
pathNoOptional HD path

Input Schema (JSON Schema)

{ "properties": { "locale": { "description": "Optional locale for the wordlist", "type": "string" }, "password": { "description": "Optional password to encrypt the wallet", "type": "string" }, "path": { "description": "Optional HD path", "type": "string" } }, "required": [], "type": "object" }