# dotemacs/domain-lookup-mcp [Health: Active]

**Category:** 🛠️ Other Tools and Integrations  
**Repository:** https://github.com/dotemacs/domain-lookup-mcp  
**GitHub Stars:** 6  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/dotemacs-domain-lookup-mcp

## Description
Domain name lookup service, first via RDAP and then as a fallback via WHOIS

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

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

## Documentation & README

# `domain-lookup-mcp`

MCP server to look up domain names via rdap(1) and then whois(1).

## How to use it?

- Checkout the repo
- build it: `go build ./...`
- Point your MCP client at the binary:

```javascript
{
  "mcpServers": {
    "domain-lookup-mcp": {
      "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
      "args": [],
      "env": {}
    }
  }
}
```

