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
Name | Required | Description | Default |
---|---|---|---|
privateKey | Yes | The private key of the wallet to load. Should start with '0x'. | |
saveToEnv | No | Optional. If true, the private key will be saved to the server's environment variables for this session. Default is true. |