@hoodag/mcp
v0.1.1
Published
MCP server for the .hood name service on Robinhood Chain — lets AI agents resolve names, reverse-resolve addresses, read records, and check availability.
Maintainers
Readme
@hoodag/mcp
An MCP server for the .hood name service on
Robinhood Chain. It gives an AI agent tools to resolve .hood names,
reverse-resolve addresses, read text records, and check availability & pricing — all as
read-only on-chain calls (no keys, no writes).
Run
npx @hoodag/mcpSet HOOD_RPC_URL to use your own node (defaults to the public RPC).
Add to an MCP client
Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"hood": {
"command": "npx",
"args": ["-y", "@hoodag/mcp"]
}
}
}Cursor (.cursor/mcp.json) uses the same shape.
Tools
| Tool | Input | Returns |
| --- | --- | --- |
| resolve_name | name | address the name points to (or null) |
| reverse_resolve | address | primary .hood name + verified flag |
| resolve_text | name, key | a text record value (e.g. com.twitter) |
| check_availability | name | availability + yearly price (wei & USD) |
| name_info | name | resolved address, NFT owner, expiry, availability |
The .hood suffix is optional on every name input.
License
MIT
