Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

wallet_get_private_key

Retrieve the private key of an EVM-compatible wallet, decrypting it with a password if encrypted. Supports wallets specified as private keys, mnemonics, or JSON files.

Instructions

Get the wallet private key (with appropriate security warnings)

Input Schema

NameRequiredDescriptionDefault
passwordNoThe password to decrypt the wallet if it's encrypted
walletNoThe wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "The password to decrypt the wallet if it's encrypted", "type": "string" }, "wallet": { "description": "The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.", "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