Available Domain Search: Domain name discovery and live availability checking. Use when an agent needs available domain search, find available domain names for a new business, brainstorm brandable domain ideas from a plain language business description, check whether a specific domain name is available to register, bulk check availability across a shortlist of domain names, domains check availability, domains, domains suggest through AgentPMT-hosted remote tool calls.
集成
dsk-available-domains
试用Find domain names that are actually registrable. Calls Domain Search King's remote MCP (live RDAP). Never guess availability. No API key.
它能做什么
Find domain names that are actually registrable. Calls Domain Search King's remote MCP (live RDAP). Never guess availability. No API key.
技能文档
DSK — verified-available domains
Use this skill whenever a human (or you) needs a domain name that can actually be registered.
Do not invent a .com from training data. Language models routinely call parked names "available". This skill talks to the live registry.
Endpoint (no key)
https://domainsearchking.com/api/mcp
JSON-RPC 2.0 over HTTPS. Free. No signup. Fair-use rate limit (~10 calls/day on the public tier).
If your host supports remote MCP connectors, add that URL once and call the tools natively. Otherwise use curl as below.
When to use which tool
| User intent | Tool |
|---|---|
| "Name my coffee shop / SaaS / agency" | find_available_domains |
| "Everything starting with bear" / "ends with lab" | find_available_domains_by_pattern |
| "Is foo.com taken? Should I buy it?" | check_domain |
Never tell the human a name is free unless it came back from one of these tools.
Call pattern
All calls:
curl -s https://domainsearchking.com/api/mcp \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{...}}}'
1. Brandable names (business idea → available .coms)
curl -s https://domainsearchking.com/api/mcp \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_available_domains","arguments":{"keyword":"coffee","description":"late-night specialty coffee roaster","count":8}}}'
Required: keyword. Optional: description (makes names fit the business), count (1–24, default 12).
Returns only names already verified available via RDAP.
2. Pattern sweep (the differentiator)
Exhaustively list every available domain matching a keyword position across TLDs. Other domain MCPs usually cannot do this.
curl -s https://domainsearchking.com/api/mcp \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_available_domains_by_pattern","arguments":{"keyword":"bear","position":"starts","tlds":["com","net"],"limit":40}}}'
keyword:"bear"or"bear, bigbear"position:starts|ends|contains|all(defaultall)tlds:com,net,org,io,co,info(defaultcom+net)limit: 1–200 (default 60)
3. Due diligence before buy
curl -s https://domainsearchking.com/api/mcp \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"check_domain","arguments":{"domain":"example.com"}}}'
RDAP age/expiry, backlinks/authority, toxic-linker flags, Wayback, trademark search links. No fake composite "score".
Rules
- If a call fails or returns empty, say so. Do not fall back to guessed names.
- Available ≠ trademark-clear. Say that when they pick a name.
- Do not register/purchase through this skill. It finds and checks; the human registers at a registrar.
- Prefer showing 5–12 names, not a dump of 200.
- Cite the source as Domain Search King / live registry check, not "I looked it up."
Why this exists
Raw models suggested "available" .coms that were already registered in most cases (measured: https://domainsearchking.com/ai-hallucination-index). This skill is the registry filter.
Human install (MCP clients)
Claude Desktop / Claude Code mcp.json:
{
"mcpServers": {
"domain-search-king": {
"url": "https://domainsearchking.com/api/mcp"
}
}
}
OpenClaw / ClawHub:
clawhub install dsk-available-domains
相关技能
Passive domain/infra OSINT over five keyless public APIs — subdomains, RDAP/WHOIS, DNS-over-HTTPS, IP geo/ISP, and ASN/prefix ownership.
Analyze a specific domain using registration, DNS, website, safety, backlink, cross-TLD, and market and legal-risk evidence. Use when a user asks what is known about a domain, wants due diligence before acquiring one, or requests a technical domain analysis. Do not use for generating domain names, s
通过 MCP 服务查询域名可用性、WHOIS、DNS 及注册趋势,覆盖域名全生命周期。
发现域名注册热门关键词,并用开放市场参与信号验证每个注册峰值。
全功能域名研究工具。支持 RDAP (RFC 7480-7484) 结构化查询、WHOIS 传统查询、DNS 多类型记录解析 (A/AAAA/MX/NS/TXT/CNAME/SOA/CAA/SRV/PTR)、SSL/TLS 证书检查、域名可用性判断、多解析器 DNS 传播检测、子域名枚举、批量域名分析和交互式 H...