Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

wallet_create_random

Generate a new Ethereum or EVM-compatible wallet with a random private key. Optionally add a password for encryption, specify an HD path, or set a locale for the wordlist using this MCP server tool.

Instructions

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" }

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