Back to Catalog

domain-lookup-mcp

dotemacs/domain-lookup-mcp
🔗 Latest commit:d4ad6e7
Go
CLI Tools

Domain Lookup MCP

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:3
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "domain-lookup-mcp": {
    "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
    "args": [],
    "env": {}
  }
}
README.md

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:
{
  "mcpServers": {
    "domain-lookup-mcp": {
      "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
      "args": [],
      "env": {}
    }
  }
}