Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

wallet_create_mnemonic_phrase

Generates a mnemonic phrase with a specified length for Ethereum and EVM-compatible wallets, supporting optional locale customization for secure seed creation.

Instructions

Create a mnemonic phrase

Input Schema

NameRequiredDescriptionDefault
lengthYesThe length of the mnemonic phrase
localeNoOptional locale for the wordlist

Input Schema (JSON Schema)

{ "properties": { "length": { "description": "The length of the mnemonic phrase", "enum": [ 12, 15, 18, 21, 24 ], "type": "number" }, "locale": { "description": "Optional locale for the wordlist", "type": "string" } }, "required": [ "length" ], "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/dcSpark/mcp-cryptowallet-evm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server