MCP ExplorerExplorer

Domain Lookup Mcp

@dotemacson 17 days ago
1 MIT
FreeCommunity
AI Systems
#mcp-server
Domain Lookup MCP

Overview

What is Domain Lookup Mcp

domain-lookup-mcp is an MCP server designed to look up domain names using the RDAP and WHOIS protocols.

Use cases

Use cases include domain name registration checks, monitoring domain ownership changes, and gathering information for security assessments.

How to use

To use domain-lookup-mcp, clone the repository, build the project using ‘go build ./…’, and configure your MCP client to point to the binary executable.

Key features

Key features include support for both RDAP and WHOIS protocols, easy integration with MCP clients, and the ability to retrieve domain name information efficiently.

Where to use

domain-lookup-mcp can be used in various fields such as web hosting, cybersecurity, and domain management services.

Content

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

Tools

No tools

Comments