Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

wallet_from_encrypted_json

Decrypt an encrypted JSON wallet to create and access an Ethereum or EVM-compatible wallet. Input the JSON file and password to securely retrieve wallet details.

Instructions

Create a wallet by decrypting an encrypted JSON wallet

Input Schema

NameRequiredDescriptionDefault
jsonYesThe encrypted JSON wallet
passwordYesThe password to decrypt the wallet

Input Schema (JSON Schema)

{ "properties": { "json": { "description": "The encrypted JSON wallet", "type": "string" }, "password": { "description": "The password to decrypt the wallet", "type": "string" } }, "required": [ "json", "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