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
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. |