Domain Search

v1.2.15Business Applicationsstable

Fast domain availability checker that searches across multiple registrars (Porkbun, Namecheap) and protocols (RDAP, WHOIS) to find available domains, compare pricing, get suggestions, and check social media username availability.

aichatgptclaudedomaindomain-availability
Share:
20
Stars
0
Downloads
0
Weekly
0/5

What is Domain Search?

Domain Search is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to fast domain availability checker that searches across multiple registrars (porkbun, namecheap) and protocols (rdap, whois) to find available domains, compare pricing, get suggestions, and check social...

Fast domain availability checker that searches across multiple registrars (Porkbun, Namecheap) and protocols (RDAP, WHOIS) to find available domains, compare pricing, get suggestions, and check social media username availability.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Fast domain availability checker that searches across multip

Use Cases

Domain availability checking across registrars
Social media username availability
Domain pricing comparison and suggestions
dorukardahan

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.2.15
UpdatedApr 27, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y domain-search-mcp

Manual Installation

npx -y domain-search-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Domain Search

Domain Search MCP is a fast, zero-config domain availability checker that queries multiple registrars (Porkbun, Namecheap) and protocols (RDAP, GoDaddy, WHOIS) in a tiered fallback chain to find available domains across 500+ TLDs. It also checks social media username availability, compares registrar pricing, identifies expiring and auction domains via Sedo, and generates AI-powered brandable domain suggestions using a fine-tuned Qwen 7B model. Developers and entrepreneurs use it to research domain names directly from an AI assistant without switching to browser-based domain registrar tools.

Prerequisites

  • Node.js 18 or later installed
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • Optional: Porkbun API key and secret for Porkbun pricing (PORKBUN_API_KEY, PORKBUN_API_SECRET)
  • Optional: Namecheap API key and user credentials for Namecheap pricing (NAMECHEAP_API_KEY, NAMECHEAP_API_USER, NAMECHEAP_CLIENT_IP)
  • Optional: Redis instance URL for distributed caching in team environments (REDIS_URL)
1

Add the server to your MCP client configuration

Open your Claude Desktop config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) and add the domain-search entry. No API keys are required for basic RDAP/WHOIS availability checks.

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

Add registrar API keys for pricing data (optional)

To get real-time pricing from Porkbun or Namecheap, add their API credentials to the env block. Without these, availability checks still work via RDAP/WHOIS but pricing will not be returned.

{
  "mcpServers": {
    "domain-search": {
      "command": "npx",
      "args": ["-y", "domain-search-mcp@latest"],
      "env": {
        "PORKBUN_API_KEY": "pk1_...",
        "PORKBUN_API_SECRET": "sk1_...",
        "NAMECHEAP_API_KEY": "your_namecheap_key",
        "NAMECHEAP_API_USER": "your_namecheap_username",
        "NAMECHEAP_CLIENT_IP": "your.whitelisted.ip"
      }
    }
  }
}
3

Restart Claude Desktop and verify the tools load

Fully quit and reopen Claude Desktop. The server registers tools including search_domain, bulk_search, suggest_domains_smart, compare_registrars, check_socials, hunt_domains, and others. Ask Claude to check a domain to confirm the connection.

4

Try a basic domain availability search

Ask Claude to search for domain availability. The search_domain tool queries RDAP first, then falls back to GoDaddy and WHOIS, covering 500+ TLDs automatically.

5

Run AI-powered domain suggestions

The suggest_domains_smart tool uses a fine-tuned Qwen 7B model to generate brandable domain names based on a project description. No additional API key is required for this feature.

Domain Search Examples

Client configuration

Claude Desktop configuration with optional Porkbun API credentials for pricing data.

{
  "mcpServers": {
    "domain-search": {
      "command": "npx",
      "args": ["-y", "domain-search-mcp@latest"],
      "env": {
        "PORKBUN_API_KEY": "pk1_your_porkbun_key",
        "PORKBUN_API_SECRET": "sk1_your_porkbun_secret"
      }
    }
  }
}

Prompts to try

Example prompts covering availability checks, AI suggestions, bulk searches, and social handle checks.

- "Check if myawesomestartup.com, .io, and .dev are available"
- "Suggest 10 brandable domain names for a coffee subscription service"
- "Bulk check the names 'launch', 'deploy', 'ship', and 'release' for the .io TLD"
- "Compare Porkbun and Namecheap pricing for registering mybrand.com"
- "Check if the username 'myproject' is available on Twitter, GitHub, and Instagram"
- "Find expiring domains related to 'fintech' that might be investment opportunities"

Troubleshooting Domain Search

Domain checks return 'unknown' or timeout frequently

RDAP and WHOIS servers can be slow or rate-limit aggressive querying. Reduce PRICING_API_CONCURRENCY (default 4) and increase PRICING_API_TIMEOUT_MS (default 2500) in the env block. Adding a Redis URL via REDIS_URL will also cache results and reduce repeat lookups.

Namecheap API returns an IP whitelist error

Namecheap's API requires your client IP to be whitelisted in your Namecheap account settings. Set NAMECHEAP_CLIENT_IP to the exact IP address that the server runs from, and add that IP to the whitelist in your Namecheap API access settings.

AI suggestions (suggest_domains_smart) return an error or time out

The AI suggestion tool calls an inference endpoint for the fine-tuned Qwen model. Check ai_health to see the circuit breaker status. If the default endpoint is down, you can point QWEN_INFERENCE_ENDPOINT to a self-hosted Qwen 7B instance and adjust QWEN_TIMEOUT_MS accordingly.

Frequently Asked Questions about Domain Search

What is Domain Search?

Domain Search is a Model Context Protocol (MCP) server that fast domain availability checker that searches across multiple registrars (porkbun, namecheap) and protocols (rdap, whois) to find available domains, compare pricing, get suggestions, and check social media username availability. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Domain Search?

Install via npm with the command: npx -y domain-search-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Domain Search?

Domain Search works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Domain Search free to use?

Yes, Domain Search is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Domain Search Alternatives — Similar Business Applications Servers

Looking for alternatives to Domain Search? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Domain Search?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides