Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_domain_records

Retrieve ENS text records for domains including avatar, email, url, and social media handles to access verified domain information and metadata.

Instructions

Get ENS text records for a domain (e.g., avatar, email, url, twitter, github)

Input Schema

NameRequiredDescriptionDefault
domainYesENS domain name
keysYesText record keys to fetch (e.g., ["avatar", "email", "url", "com.twitter", "com.github"])

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "ENS domain name", "type": "string" }, "keys": { "description": "Text record keys to fetch (e.g., [\"avatar\", \"email\", \"url\", \"com.twitter\", \"com.github\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "domain", "keys" ], "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/buildwithgrove/mcp-pocket'

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