Skip to main content
Glama

MCP Ethers Wallet

generateWallet

Create Ethereum wallets for blockchain interactions, optionally saving private keys securely to the server's environment for future use. Simplifies wallet management within the MCP Ethers Wallet system.

Input Schema

NameRequiredDescriptionDefault
saveToEnvNoOptional. If true, the private key will be saved to the server's environment variables for future use. Default is false.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "saveToEnv": { "description": "Optional. If true, the private key will be saved to the server's environment variables for future use. Default is false.", "type": "boolean" } }, "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