hooddomains-mcp

hooddomains-mcp

Enables AI agents to resolve, lookup, and register .hood names on Robinhood Chain via on-chain contracts.

Category
Visit Server

README

hooddomains-mcp — Hood Domains MCP server

npm version

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
resolve_name read .hood name → the wallet it points at
reverse_lookup read wallet → its primary .hood name
get_text read one text record for a name (any key)
get_records read a name's wallet + common text records
check_availability read is a label free + its price
name_info read owner, expiry, resolver, tokenId
register_name write register a name (needs HOOD_PRIVATE_KEY)

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.mjs

Env

  • HOOD_RPC_URLrequired. 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 enables register_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_name runs 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, registrar 0x59ac59d6a06689cc83b68dab07261cb25b8ca03e, reverse registrar 0x7614e0f829e2c7a0c093005ae887ff117d9e1df4. See /llms.txt on the site for full ABIs.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured