Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

wallet_encrypt

Encrypt Ethereum or EVM-compatible wallets using a password to enhance security. Supports private keys, mnemonics, or JSON wallet formats with optional scrypt encryption settings.

Instructions

Encrypt a wallet with a password

Input Schema

NameRequiredDescriptionDefault
optionsNoOptional encryption options
passwordYesThe password to encrypt the wallet
walletYesThe wallet to encrypt (private key, mnemonic, or JSON)

Input Schema (JSON Schema)

{ "properties": { "options": { "description": "Optional encryption options", "properties": { "scrypt": { "properties": { "N": { "type": "number" }, "p": { "type": "number" }, "r": { "type": "number" } }, "type": "object" } }, "type": "object" }, "password": { "description": "The password to encrypt the wallet", "type": "string" }, "wallet": { "description": "The wallet to encrypt (private key, mnemonic, or JSON)", "type": "string" } }, "required": [ "wallet", "password" ], "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