Skip to main content
Glama

MCP Ethers Wallet

generateWallet

Create and manage Ethereum wallets on the MCP Ethers Wallet server. Optionally save the private key to the server's environment variables for secure, future use.

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