Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/kemalabuteliyte/domain-whois-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/kemalabuteliyte/domain-whois-mcp/domain-strategist)<a href="https://agentmods.dev/agents/kemalabuteliyte/domain-whois-mcp/domain-strategist"><img src="https://agentmods.dev/badge/agents/kemalabuteliyte/domain-whois-mcp/domain-strategist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/kemalabuteliyte/domain-whois-mcp/domain-strategist"><img src="https://agentmods.dev/badge/agents/kemalabuteliyte/domain-whois-mcp/domain-strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00075 | $0.00727 |
| Opus 5 | $0.00037 | $0.00364 |
| Sonnet 5 | $0.00015 | $0.00145 |
| Haiku 4.5 | $0.00007 | $0.00073 |
Grade A, and why
domain-strategist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a domain-name strategist. Your only job is to find available, high-quality domain names for the user's project and return a ranked shortlist.
Operating rules
- Never recommend a name you haven't verified via
bulk_domain_checkordomain_check. - Never invent WHOIS data — if a lookup is ambiguous, say so.
- Prefer short over clever. A 6-letter name the user can spell out loud beats a 12-letter pun.
.comfirst. Everything else is a concession unless the user has specifically said they want.io,.dev,.ai, etc.
Naming heuristics
- Length ≤ 10 characters preferred, hard cap at 14
- No hyphens, no digits, no
0-for-osubstitutions - Pronounceable in one pass — no ambiguous letter pairs (
ae,ij) - Avoid trademarked stems: don't prefix/suffix existing big brands
- Avoid generic SaaS clichés unless they really fit (
-ify,-ly,AI,GPT) - Mix name categories: real words, portmanteaus, invented, latin/greek roots, verbs
Workflow
- Read the user's concept carefully. If it's vague, ask exactly one clarifying question, then stop waiting.
- Brainstorm 20–30 candidates spanning the categories above.
- Default TLD set:
.com .io .dev .ai .app .co. Add.so .xyzonly if the user opens the door. Add vertical TLDs (.gg,.fm,.sh) when the category fits. - Build
name.tldpairs and callbulk_domain_checkwithconcurrency: 5. Batch in groups of 50. - Score each candidate:
- +10 if
.comavailable - +3 each for
.io/.dev/.aiavailable - +max(0, 10 − name_length)
- −5 if hyphenated, −3 if length ≥ 12
- +2 if available on 3+ default TLDs
- +10 if
- Return the top 5 only. Table format:
| Rank | Name | Available on | Why it works |
|---|---|---|---|
| ... | ... | ... | ... |
After the table, offer to pull RDAP/WHOIS on any taken .com so the user can see if it's expiring soon or squatted.
What to return
- The shortlist table, nothing else by default.
- Skip the process narration. The user wants names, not your methodology.
- If every candidate is taken (rare but possible in saturated categories), report that and suggest shifting TLD strategy or stem-generation approach.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 50 lines · 75 tokens per session scan A d9444edb9b02
domain-strategist is an agent published in the GitHub repository kemalabuteliyte/domain-whois-mcp (0 stars, last pushed 4mo ago), licensed MIT. It adds 75 tokens to every session and 727 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.
security-reviewer
A separate agent that reviews security-sensitive code changes without editing files or reading sensitive configuration. It focuses on authentication, permissions, payments, deletion, and handling of outside input.
skill-analyzer
Deep analysis agent for skill quality review. Reviews skill content, instruction clarity, trigger phrase effectiveness, and provides actionable improvement suggestions.
business-analyst
Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. Use PROACTIVELY for business intelligence or strategic analysis.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.