Skip to main content
Glama

EVM MCP Server

by chulanpro5

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

NameRequiredDescriptionDefault
privateKeyYesPrivate key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "privateKey": { "description": "Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored.", "type": "string" } }, "required": [ "privateKey" ], "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/chulanpro5/evm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server