Skip to main content
Glama

MCP Ethers Wallet

loadWallet

Load and configure Ethereum wallets on the MCP Ethers Wallet server by providing a private key. Optionally save the key to session environment variables for streamlined interactions.

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