Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"domain-radar": {
"args": [
"mcp-domain-radar"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server that checks domain availability in real-time during brand naming. > Name your brand. Check the domain. All in one conversation.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-domain-radar' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-domain-radar against OSV.dev.
Click any tool to inspect its schema.
brand-namingGuided workflow that walks through the full brand naming process step by step
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Claude Code plugin: 115 commands, 25 agents, 64 scripts, 67 MCP servers, 143 reference files. Eval/QA layer (hallucination detection, claim verification, A+ through F grading). Multilingual (Sarvam AI, DeepL, Google Cloud Translation). Full execution with approval workflow.
A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.
MCP Security Weekly
Get CVE alerts and security updates for io.github.sonwr/domain-radar and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Works with
Claude Code · Claude Desktop · Cursor · Codex CLI · any MCP-compatible client
MCP server that checks domain availability in real-time during brand naming.
Name your brand. Check the domain. All in one conversation.
We've all been there:
You: "Suggest a name for my service"
AI: "How about NexFlow?"
You: Search nexflow.com... already taken
You: "Another one"
AI: "DataPulse?"
You: Search datapulse.com... also taken
You: "..."
(repeat 10 times)
Install mcp-domain-radar once, and your AI checks domain availability the moment it thinks of a name. No more switching between browser and terminal.
1. Install
npm install -g mcp-domain-radar
2. Connect to your AI coding tool
claude mcp add domain-radar -- mcp-domain-radar
codex mcp add domain-radar -- npx mcp-domain-radar
Add to .cursor/mcp.json:
{
"mcpServers": {
"domain-radar": {
"command": "npx",
"args": ["mcp-domain-radar"]
}
}
}
Add to claude_desktop_config.json:
{
"mcpServers": {
"domain-radar": {
"command": "npx",
"args": ["mcp-domain-radar"]
}
}
}
3. Install the brand-naming skill (optional, Claude Code only)
mkdir -p ~/.claude/skills/brand-naming
cp node_modules/mcp-domain-radar/.claude/skills/brand-naming/SKILL.md ~/.claude/skills/brand-naming/
Or copy it manually from the GitHub repo.
4. Use it
With the skill installed, type /brand-naming in Claude Code to start a guided naming session.
Or just talk naturally:
"I'm building a task management app for developers.
Help me find a brand name with an available domain."
Claude will automatically check domains as it brainstorms.
| Tool | What it does |
|---|---|
check_domains | Check exact domain names — "Is mybrand.com taken?" |
check_brand_domains | Check one name across 17+ TLDs at once — "Check nexflow across all popular TLDs" |
suggest_and_check_domains | Generate name variations from keywords & check all — "Brainstorm names from keywords: pulse, data, flow" |
list_supported_tlds | Show all TLDs this server supports |
| Category | TLDs |
|---|---|
| Classic | .com .net .org |
| Tech / Startup | .io .dev .app .co .tech .sh |
| Trending | .ai .gg .so .me .xyz .cc .to .run .cloud .tv |
| Creative | .lol .wtf .cool .world .studio .design |
| Commerce | .online .site .store |
| Country | .kr |
You: Check if "nexflow" is available — try .com, .io, .ai, and .dev
AVAILABLE:
+ nexflow.dev
+ nexflow.ai
TAKEN:
- nexflow.com
- nexflow.io
--- 2 available / 2
... [View full README on GitHub](https://github.com/sonwr/mcp-domain-radar#readme)