Back to Apps

Domain Search MCP
Supports UIby dorukardahan
Zero-config domain availability checks with AI-powered brandable name suggestions and premium detection.
0 stars
Works in:CursorVS Code CopilotCodexChatGPT
Exposes:Tools
What it does\nConnects AI assistants to real-time domain registry data. It allows LLMs to check domain availability across 500+ TLDs, detect premium or auction domains via GoDaddy, and generate brandable domain names using a fine-tuned AI model.\n\n## Tools\n- search_domain: Checks a domain name across multiple TLDs with premium/auction signals.\n- bulk_search: Validates up to 100 domain names for a single TLD in one call.\n- suggest_domains_smart: Generates brandable domain suggestions using a fine-tuned Qwen 7B-DPO model.\n- compare_registrars: Compares live pricing across different registrars (requires configuration).\n- check_socials: Verifies username availability across major social platforms.\n- hunt_domains: Scans Sedo auctions and calculates investment scores for valuable domains.\n\n## Installation\nAdd to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "domain-search": {\n "command": "npx",\n "args": [\"-y\", \"domain-search-mcp@latest\"]\n }\n }\n}\n\n\n## Supported hosts\nClaude, Cursor, VS Code, Codex, ChatGPT
Quick install
npx -y domain-search-mcp@latestInformation
- Pricing
- free
- Published
- 7/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
AGENTS.md or mcp config entry using npx -y domain-search-mcp@latestCursor
mcp.json entry: { "domain-search": { "command": "npx", "args": ["-y", "domain-search-mcp@latest"] } }ChatGPT
Requires HTTP transport mode (--http) and a hosted endpoint or ngrok.Claude Desktop
{
"mcpServers": {
"domain-search": {
"command": "npx",
"args": ["-y", "domain-search-mcp@latest"]
}
}
}





