MCP.so
Sign In

Domain Lookup Mcp

@dotemacs

About Domain Lookup Mcp

Domain Lookup MCP

Basic information

Category

Other

Runtime

go

Transports

stdio

Publisher

dotemacs

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "domain-lookup-mcp": {
      "command": "/path/to/domain-lookup-mcp/domain-lookup-mcp",
      "args": [],
      "env": {}
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Domain Lookup Mcp?

Domain Lookup Mcp is an MCP server that looks up domain names using the rdap(1) protocol and then falls back to whois(1).

How to use Domain Lookup Mcp?

Clone the repository, build the binary with go build ./..., then configure your MCP client to run the binary with no arguments, as shown in the JSON example.

Key features of Domain Lookup Mcp

  • Domain lookup via RDAP protocol
  • Automatic fallback to WHOIS
  • Lightweight Go implementation
  • Simple MCP client integration

Use cases of Domain Lookup Mcp

  • Checking domain registration details
  • Verifying domain availability or expiration
  • Automating domain ownership investigation
  • Integrating whois/rdap queries into MCP workflows

FAQ from Domain Lookup Mcp

Comments

More Other MCP servers