MCP server that checks domain availability in real-time during brand naming
MCPpedia last refreshed this data
io.github.sonwr/domain-radar is an MCP server that MCP server that checks domain availability in real-time during brand naming. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 79/100 on MCPpedia's security, maintenance and efficiency rubric.
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
B2B lead generation and company search through Generect Live API for sales prospecting.
Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients
Open protocol for professional service delivery via AI agents
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)