get_address_from_private_key
Convert a private key into its corresponding EVM address using the EVM MCP Server to enable blockchain interactions. Ideal for securely deriving wallet addresses for transactions and smart contract engagements.
Instructions
Get the EVM address derived from a private key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. |