trackmcp
Back to directory
dotemacs

domain-lookup-mcp

View on GitHub

Domain Lookup MCP

5 stars GoAI & Machine Learning Updated Oct 2, 2025
mcp-server

Documentation

`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": {}
    }
  }
}

Frequently asked questions

What is domain-lookup-mcp?

domain-lookup-mcp is Domain Lookup MCP

How do I install domain-lookup-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is domain-lookup-mcp open source?

Yes — it is hosted on GitHub at https://github.com/dotemacs/domain-lookup-mcp and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP