Skip to main content
Glama

Adamik MCP Server

Official

deriveAddress

Generate a blockchain address for a specific chain using a public key with the Adamik MCP Server, simplifying multi-chain interactions and ensuring compatibility across 60+ networks.

Instructions

Derive a blockchain address for a given chain from a public key

Input Schema

NameRequiredDescriptionDefault
chainIdYes
pubkeyYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "string" }, "pubkey": { "type": "string" } }, "required": [ "chainId", "pubkey" ], "type": "object" }
Install Server

Other Tools from Adamik MCP Server

Related Tools

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/AdamikHQ/adamik-mcp-server'

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