← All servers

hood. — .hood name service

ag.hood/name-service v0.1.0
QS 45 Official Registry other

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add name-service --transport http https://www.hood.ag/api/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "name-service": {
      "url": "https://www.hood.ag/api/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "name-service": {
      "serverUrl": "https://www.hood.ag/api/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "name-service": {
      "type": "http",
      "url": "https://www.hood.ag/api/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "name-service": {
      "url": "https://www.hood.ag/api/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "name-service": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.hood.ag/api/mcp"
      ]
    }
  }
}

Tools (5 indexed · scanned 7/13/2026 · screened)

resolve_name Forward-resolve a .hood name to the address it points to. Returns null if unset.
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "A .hood name, e.g. \"robin.hood\" (suffix optional)."
    }
  },
  "required": [
    "name"
  ]
}
reverse_resolve Reverse-resolve an address to its primary .hood name. `verified` is true only when the name's forward record points back…

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

{
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "A 0x wallet address."
    }
  },
  "required": [
    "address"
  ]
}
resolve_text Read a text record (e.g. "avatar", "url", "com.twitter") set on a .hood name.
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "key": {
      "type": "string",
      "description": "Text record key, e.g. \"com.twitter\"."
    }
  },
  "required": [
    "name",
    "key"
  ]
}
check_availability Check whether a .hood name is available to register, and its yearly price.
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ]
}
name_info Full snapshot of a .hood name: resolved address, NFT owner, expiry, and availability.
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ]
}

Remote endpoints

TransportURLAuth headers
streamable-http https://www.hood.ag/api/mcp none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ag.hood--name-service/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent