Skip to main content
Glama

EVM MCP Server

by mcpdotdirect

get_address_from_private_key

Derive an Ethereum Virtual Machine (EVM) address from a private key using this tool. Input a private key in hex format to obtain the corresponding address securely.

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/mcpdotdirect/evm-mcp-server'

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