Back to MCP Servers
Domain Lookup
Domain name lookup service, first via [RDAP](https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol) and then as a fallback via [WHOIS](https://en.wikipedia.org/wiki/WHOIS)
other-tools-and-integrationsai
By dotemacs
Installation
npx -y domain-lookup-mcpConfiguration
{
"mcpServers": {
"domain-lookup-mcp": {
"command": "npx",
"args": ["-y", "domain-lookup-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes