Back to MCP Servers

Domain Search

Fast domain availability aggregator with pricing. Checks Porkbun, Namecheap, GoDaddy, RDAP & WHOIS. Includes bulk search, registrar comparison, AI-powered suggestions, and social media handle checking.

search-data-extractiongoai

Installation

npx -y domain-search-mcp

Configuration

{
  "mcpServers": {
    "domain-search-mcp": {
      "command": "npx",
      "args": ["-y", "domain-search-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub