MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux

wallet_from_mnemonic

Create a wallet from a mnemonic phrase

Input Schema

NameRequiredDescriptionDefault
localeNoOptional locale for the wordlist
mnemonicYesThe mnemonic phrase
pathNoOptional HD path

Input Schema (JSON Schema)

{ "properties": { "locale": { "description": "Optional locale for the wordlist", "type": "string" }, "mnemonic": { "description": "The mnemonic phrase", "type": "string" }, "path": { "description": "Optional HD path", "type": "string" } }, "required": [ "mnemonic" ], "type": "object" }