📋 Help shape our upcoming AI Agents course! Take our 3-minute survey and get 20% off when we launch.

Take Survey →

domain-lookup-mcp

Domain Lookup MCP

1 stars
1 forks
Available MCP Tools 0 tools

Model Context Protocol tools provided by this server

No tools information available for this server.

Check the GitHub repository or documentation for more details.

README

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": {}
    }
  }
}
Details
Category Version Control
Scope local
Language Go
License Unknown
OS Support
linux macos windows