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

Installation

npx -y domain-lookup-mcp

Configuration

{
  "mcpServers": {
    "domain-lookup-mcp": {
      "command": "npx",
      "args": ["-y", "domain-lookup-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub