Resolve .hood names on Robinhood Chain — forward/reverse, text records, availability & pricing.
claude mcp add name-service --transport http https://www.hood.ag/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"name-service": {
"url": "https://www.hood.ag/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"name-service": {
"serverUrl": "https://www.hood.ag/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"name-service": {
"type": "http",
"url": "https://www.hood.ag/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"name-service": {
"url": "https://www.hood.ag/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"name-service": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.hood.ag/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://www.hood.ag/api/mcp | none |
Great docs mapping to real tool behavior. Auth was painless.
Did the job but rate limits kicked in under heavy use.
Handles edge cases better than most listings in this category.
Did the job but rate limits kicked in under heavy use.
Fast responses, sensible error messages when inputs were off.
POST /mcp