INDIVIDUAL MCP TOOL
lookup_labelhash
Find ENS domains whose label matches a labelhash (the 0x-prefixed keccak256 of a single label).
LIVE ENDPOINT
https://mcp.enswhois.com/mcp
Connect to this endpoint to inspect the live schema for lookup_labelhash and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.enswhois]
url = "https://mcp.enswhois.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"enswhois": {
"type": "http",
"url": "https://mcp.enswhois.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: enswhois
Remote MCP URL: https://mcp.enswhois.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"enswhois": {
"url": "https://mcp.enswhois.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"enswhois": {
"type": "http",
"url": "https://mcp.enswhois.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "enswhois",
"transport": "streamable-http",
"url": "https://mcp.enswhois.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whois— Look up an ENS name: ownership, resolver, expiry, wrapper status and availability.list_domains— List ENS names associated with an Ethereum address.lookup_namehash— Resolve an ENS namehash (the 0x-prefixed 32-byte node hash) back to its domain, if indexed.get_text_record— Read a single ENS text record for a name (e.g.list_text_records— List all current resolver records for an ENS name: text records, address records (by coin type) and contenthash.is_erc8004_agent— Check whether an ENS name is an ERC-8004 (Trustless Agent) identity.agent_profile— Read an ENS name's AI-agent profile (ENSIP-26): agent-context plus the agent-endpoint records for MCP, A2A and web, alongside its ERC-8004 registration status.