hooddomains-mcp
OfficialProvides tools for managing .hood domain names on Robinhood Chain, including resolving names to wallets, reverse lookups, text records, availability checks, name info, and registration using a commit-reveal flow.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hooddomains-mcpcheck if 'myhood.hood' is available"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hooddomains-mcp — Hood Domains MCP server
An MCP server that gives AI agents .hood name tools on
Robinhood Chain.
Hood Domains · www.hood.domains · app · docs · npm · GitHub · X @hooddomains
There is no backend to host. This server runs on the agent's machine and talks directly to a Robinhood Chain RPC + the on-chain contracts. Read tools work out of the box; registration requires you to supply a funded key.
Tools
Tool | Type | Description |
| read |
|
| read | wallet → its primary |
| read | one text record for a name (any key) |
| read | a name's wallet + common text records |
| read | is a label free + its price |
| read | owner, expiry, resolver, tokenId |
| write | register a name (needs |
Related MCP server: Purple Flea Domains
Configure (Claude Desktop / any MCP client)
{
"mcpServers": {
"hooddomains": {
"command": "npx",
"args": ["-y", "hooddomains-mcp"],
"env": {
"HOOD_RPC_URL": "https://robinhood-mainnet.g.alchemy.com/v2/YOUR_KEY"
}
}
}
}Or run locally:
cd mcp
npm install
HOOD_RPC_URL=... node index.mjsEnv
HOOD_RPC_URL— required. A Robinhood Chain (chainId 4663) RPC endpoint. Use a server-capable key — a browser origin-allowlisted key (like the dapp's) is rejected server-side with "Unspecified origin not on whitelist".HOOD_PRIVATE_KEY— optional. A funded Robinhood Chain private key that enablesregister_name. Only set this if you want the agent to spend ETH and register names. Leave it unset for a safe, read-only server.
Notes
register_nameruns the two-step commit→reveal flow and takes ~70s (the ~60s front-run protection wait); some clients may need a longer tool timeout.No API keys and no Hood infrastructure are required beyond your own RPC.
Contracts (chainId 4663): registry
0xd1a6f766577a0cd3c0f9f30b4add8623a49c5e41, registrar0x59ac59d6a06689cc83b68dab07261cb25b8ca03e, reverse registrar0x7614e0f829e2c7a0c093005ae887ff117d9e1df4. See/llms.txton the site for full ABIs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityCmaintenanceService that lets AI Agents search, register, and configure domainsLast updated101949MIT
Purple Flea Domainsofficial
Alicense-qualityDmaintenanceBuy and manage domain names with USDC via API. Search availability, register .com/.ai/.io domains, and manage DNS records. Designed for autonomous AI agents. 15% referral commissions.Last updated12MIT- Alicense-qualityCmaintenanceEnables AI agents to discover and interact with onchain agent infrastructure on Base, including identity, micropayments, and tool capabilities via MCP.Last updated5MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with the Ethereum Name Service via natural language, supporting lookups, availability checks, pricing, subnames, and onchain records.Last updated15MIT
Related MCP Connectors
Internet identity for AI agents: register or broker domains, email, DNS - pay by card or USDC.
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Hooddomains/hoodmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server