Skip to main content
Glama

MCP Ethers Wallet

loadWallet

Load Ethereum wallet using a private key in the MCP Ethers Wallet server. Optionally save the key to session environment for ongoing interactions with blockchain networks.

Input Schema

NameRequiredDescriptionDefault
privateKeyYesThe private key of the wallet to load. Should start with '0x'.
saveToEnvNoOptional. If true, the private key will be saved to the server's environment variables for this session. Default is true.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "privateKey": { "description": "The private key of the wallet to load. Should start with '0x'.", "type": "string" }, "saveToEnv": { "description": "Optional. If true, the private key will be saved to the server's environment variables for this session. Default is true.", "type": "boolean" } }, "required": [ "privateKey" ], "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/crazyrabbitLTC/mcp-ethers-server'

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