Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

resolveDomain

Convert Unstoppable Domains into blockchain addresses by specifying the domain and currency. Simplifies integration with the Moralis MCP Server for streamlined blockchain interactions.

Instructions

Resolve a specific Unstoppable domain to its address.

Input Schema

NameRequiredDescriptionDefault
currencyNoThe currency to query
domainNoThe domain to be resolved

Input Schema (JSON Schema)

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

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