Fast domain availability checker with pricing comparison and AI-powered suggestions.
{
"mcpServers": {
"domain-search": {
"args": [
"-y",
"domain-search-mcp@latest"
],
"type": "stdio",
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Fast domain availability checker with pricing comparison and AI-powered suggestions.
Is it safe?
No known CVEs for domain-search-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 72 days ago. 16 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'domain-search-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.dorukardahan/domain-search-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Fast, local-first domain availability checks for MCP clients. Works with zero configuration using public RDAP/WHOIS, and optionally enriches results with registrar pricing via a backend you control.
🆕 v1.10.0: GoDaddy public endpoint integration! Enhanced fallback chain (RDAP → GoDaddy → WHOIS) with premium/auction domain detection. Circuit breaker pattern ensures resilience.
🤖 v1.9.0+: AI-powered domain suggestions work out of the box! No API keys needed - suggest_domains_smart uses our public fine-tuned Qwen 7B-DPO model. Plus: Redis distributed caching and /metrics endpoint for observability.
Built on the Model Context Protocol for Claude, Codex, VS Code, Cursor, Cline, and other MCP-compatible clients.
| Feature | Description | |---------|-------------| | 🔍 Multi-TLD Search | Check one name across .com, .io, .dev, .ai and 500+ TLDs | | 📦 Bulk Check | Validate up to 100 domain names in a single call | | 💎 Premium Detection | Identify premium and auction domains via GoDaddy | | 🤖 AI Suggestions | Generate brandable names with fine-tuned Qwen 7B-DPO | | 💰 Price Comparison | Compare pricing across Porkbun, Namecheap | | 🌐 Social Handle Check | Verify username availability on GitHub, Twitter, etc. | | 🔌 Dual Transport | Works via stdio (Claude) or HTTP/SSE (ChatGPT Actions) | | ⚡ Zero Config | Works instantly - no API keys required for availability |
search_domain.Availability and pricing are intentionally separated:
Availability Chain (zero-config):
┌─────────┐ ┌─────────┐ ┌─────────┐
│ RDAP │ ──► │ GoDaddy │ ──► │ WHOIS │
│ (fast) │ │(premium)│ │(fallback│
└─────────┘ └─────────┘ └─────────┘
PRICING_API_BASE_URL (backend with Porkbun keys)This keeps the server zero-config while letting power users enable pricing.
Responses include price_check_url (registrar checkout/search link) and may include
price_note when a price is estimated. Always verify the final price on the registrar
checkout page before purchase.
If an auction/premium signal is detected, results include an aftermarket block with
links to marketplace pages when available. Taken domains may include Sedo auction
hints (public feed) and nameserver-based marketplace hints (Sedo/Dan/Afternic).
No installation needed - run directly:
npx -y domain-search-mcp@latest
... [View full README on GitHub](https://github.com/dorukardahan/domain-search-mcp#readme)