From domain-whois-mcp
Recommend the best TLD for a project based on audience, category, and brand fit. Use when the user asks "should I use .io or .dev", "best TLD for a SaaS / AI startup / dev tool", "is .xyz ok", or wants infrastructure info about a specific TLD. Uses tld_info and rdap_bootstrap_info to surface protocol support alongside opinionated guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/domain-whois-mcp:tld-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user pick the right TLD. Blends factual infrastructure data (from `tld_info` / `rdap_bootstrap_info`) with opinionated category guidance.
Help the user pick the right TLD. Blends factual infrastructure data (from tld_info / rdap_bootstrap_info) with opinionated category guidance.
domain-lookup)| Category | First choice | Fallback | Avoid |
|---|---|---|---|
| Dev tool / CLI / library | .dev | .io, .sh | .biz |
| AI product | .ai | .com, .app | .ml (now retired) |
| Consumer SaaS | .com | .co, .app | .click, .top |
| API / infra | .io | .dev, .cloud | .info |
| Creative / portfolio | .design, .studio, .me | .co | — |
| Open source project | .org, .dev | .io | — |
| Gaming | .gg, .games | .io | — |
| Local business | ccTLD (.de, .fr, …) | .com | — |
.com is still the safest default. If unavailable, .co and .app read professionally; .io and .dev signal "technical" — not always what you want for consumer products.
tld_info for that TLD. Report WHOIS server, RDAP server, IDN support.rdap_bootstrap_info if user asks about RDAP support specifically..ai, .io, .dev can be $60–$100/yr vs .com at ~$12).top, .click, .xyz has improved but still mixed reputation)Be specific. Don't hedge with "it depends" — the user asked you to recommend.
npx claudepluginhub kemalabuteliyte/domain-whois-mcp --plugin domain-whois-mcpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.