Course
Give your AI a permanent memory of your business. A course for people who use ChatGPT or Claude daily.Compound Context
localGo

About domain-lookup-mcp

This tool lets your chat assistant check who owns a website and when it renews. It searches modern public records first, then quietly uses the older lookup method if needed, returning clear registration details without missing any data.

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