Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

resolveAddressToDomain

Convert cryptocurrency addresses to their Unstoppable domain names using blockchain data. Input an address and currency to retrieve the associated domain.

Instructions

Resolve a specific address to its Unstoppable domain

Input Schema

NameRequiredDescriptionDefault
addressNoThe address to be resolved
currencyNoThe currency to query

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to be resolved", "type": "string" }, "currency": { "description": "The currency to query", "enum": [ "eth", "0x1" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis 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/MoralisWeb3/moralis-mcp-server'

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