Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

hood. — .hood name service

ag.hood/name-service

Resolve .hood names on Robinhood Chain — forward/reverse, text records, availability & pricing.

Uptime
50.0%
2 probes
Response
396ms
last probe
Tools
5
callable

Tools · 5

resolve_name

Forward-resolve a .hood name to the address it points to. Returns null if unset.

reverse_resolve

Reverse-resolve an address to its primary .hood name. `verified` is true only when the name's forward record points back to the address.

resolve_text

Read a text record (e.g. "avatar", "url", "com.twitter") set on a .hood name.

check_availability

Check whether a .hood name is available to register, and its yearly price.

name_info

Full snapshot of a .hood name: resolved address, NFT owner, expiry, and availability.

Similar MCP servers embedding-nearest

ENS Resolver API live
Resolve ENS names to Ethereum addresses and reverse. x402 micropayment.
1 tools · sse
ENS Resolver
Resolve ENS names to Ethereum addresses and reverse-lookup addresses to names.
0 tools
ENS Resolver API
Resolve ENS names to Ethereum addresses and reverse. x402 micropayment.
0 tools · sse
AnchorRegistry live
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
3 tools · streamable-http
Event Resolver API
Resolve prediction market events. Price checks, claim verification, outcome confidence.
3 tools · sse
MIDAS Protocol live
Complete financial infrastructure for AI agents — payments, lending, escrow & more.
44 tools · streamable-http

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"
    }
  }
}