Skip to main content
Other Tools and IntegrationsGo

dotemacs/domain-lookup-mcp

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-integrations
Share:

Quick Start

Clone the repository:

git clone https://github.com/dotemacs/domain-lookup-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Go
Author
dotemacs