hood. — .hood name service
ag.hood/name-serviceResolve .hood names on Robinhood Chain — forward/reverse, text records, availability & pricing.
Tools · 5
Forward-resolve a .hood name to the address it points to. Returns null if unset.
Reverse-resolve an address to its primary .hood name. `verified` is true only when the name's forward record points back to the address.
Read a text record (e.g. "avatar", "url", "com.twitter") set on a .hood name.
Check whether a .hood name is available to register, and its yearly price.
Full snapshot of a .hood name: resolved address, NFT owner, expiry, and availability.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hood._—_.hood_name_service": {
"url": "https://www.hood.ag/api/mcp",
"transport": "streamable-http"
}
}
}