domain-search-king
This server lets AI agents find, verify, and research domain names using live registry data.
find_available_domains: Generate brandable .com name ideas for a business keyword/description, returning only domains verified as currently available (1–24 results).
find_available_domains_by_pattern: Exhaustively list available domains matching a keyword pattern (starts-with, ends-with, contains, or all) across chosen TLDs (.com, .net, .org, .io, .co, .info), up to 200 results.
check_domain: Run due diligence on a single known domain — live RDAP registration/age/expiry/status, backlinks/authority data, toxic-linker flags, Wayback history, and trademark search links.
All tools are read-only, free, require no API key, and verify availability live against the Verisign RDAP registry rather than guessing.
Domain Search King — MCP Server for Available Domain Name Search
Find domain names that are actually available to register — verified live against the Verisign RDAP registry, not AI guesses.
Remote MCP (Model Context Protocol) server for Claude, Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible AI agent. Ask your AI for business name ideas and get back only .com domains that are available right now.
Endpoint:
https://domainsearchking.com/api/mcp(remote HTTP, JSON-RPC 2.0 — no install, no API key)Product page + one-click install: https://domainsearchking.com/mcp
Why this exists: AI models hallucinate domain availability
LLMs confidently suggest domain names that were registered decades ago. Our AI Domain Hallucination Index found up to 92% of AI-suggested domains are already taken.
Real examples — names AI models routinely call "available":
Domain AI suggested | Reality (RDAP registry record) |
dailygrind.com | Registered since 1995 |
morningritual.com | Registered since 2004 |
Domain Search King checks every name against the live registry before your agent ever sees it. Verified-available examples returned at time of writing: lunaroast.com, brewotic.com, duskern.com, mochanox.com.
Related MCP server: domain-mcp
Tools
Tool | What it does |
| Generates brandable .com names for your business idea, returns ONLY ones currently available to register |
| Pattern-based domain search (starts-with / contains / ends-with), availability-verified |
| Live availability check for a single domain, straight from the registry |
Install
Claude Code (CLI):
claude mcp add --transport http domain-search-king https://domainsearchking.com/api/mcpClaude Desktop / Cursor / other MCP clients — add to your MCP config:
{
"mcpServers": {
"domain-search-king": { "url": "https://domainsearchking.com/api/mcp" }
}
}Claude Skill (ClawHub): clawhub install dsk-available-domains — https://clawhub.ai/johnsmalls22-rgb/skills/dsk-available-domains
Per-client setup tabs (VS Code, Windsurf, and more) + an in-page inspector: https://domainsearchking.com/mcp
How it works
Every candidate name is checked live against the authoritative Verisign RDAP registry at query time. No cached lists, no WHOIS scraping, no guessing. If the tool returns a name, it was available at the moment you asked.
More free tools from Domain Search King
AI Domain Name Generator — live availability-verified name generator
How to check if a domain name is taken — instant single-domain checker
AI Domain Hallucination Index — the data on AI domain hallucination
Domain Search King — search thousands of brandable available .com domains
For AI agents & crawlers
llms.txt: https://domainsearchking.com/llms.txtMCP server card: https://domainsearchking.com/.well-known/mcp/server-card.json
Agent skill file: https://domainsearchking.com/skill.md
Community
Discussion on Moltbook: https://www.moltbook.com/post/a9a76086-0f9c-4b2f-ab20-b72a1cf61840
FAQ
Is it free? Yes — the MCP server and the site tools are free to use.
Why only names that are available? Because a name idea you can't register is worthless. Other generators give ideas; Domain Search King gives you names you can actually buy right now.
What's RDAP? The registry's official successor to WHOIS — structured, authoritative registration data straight from Verisign. It's how we verify availability live instead of guessing.
Privacy: https://domainsearchking.com/privacy · Contact: hello@domainsearchking.com
Keywords: domain name search, available domains, domain availability checker, MCP server, Model Context Protocol, Claude MCP, Cursor MCP, AI domain name generator, brandable domains, .com availability, RDAP lookup, business name generator, startup naming.
Available Tools
3 toolscheck_domainARead-onlyIdempotentInspect
Due-diligence report for one known domain: live RDAP registration/age/expiry/status, backlinks and authority from our Common Crawl graph, toxic-linker flags, Wayback history, and trademark search links. Use this before buying a specific name. Do not use to generate names (use find_available_domains) or to list pattern matches (use find_available_domains_by_pattern). Read-only lookup; does not register, transfer, or change DNS. No composite appraisal score — flags and per-section detail only.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to inspect, e.g. 'example.com'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnly/idempotent/non-destructive hints, so the bar is lower; the description adds domain-specific transparency: it is a read-only lookup that does not register, transfer, or change DNS, and it explicitly warns there is no composite appraisal score—only flags and per-section detail. This sets output expectations beyond the structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences are used efficiently: the first front-loads what the tool is and what it returns, the second gives the use case, and the third handles exclusions and caveats. There is no filler or repetition of schema content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description carries the burden of describing the response shape, and it does so by listing the report sections and clarifying that output is flags and per-section detail only. It also covers input scope, safety, and sibling routing, making it complete for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers the single domain parameter at 100% with an example. The description adds meaning by framing it as 'one known domain' and 'a specific name,' signaling that the value must be an exact existing domain rather than a pattern or search term.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb-object pair—'Due-diligence report for one known domain'—and enumerates the concrete report sections (RDAP, backlinks, authority, toxic-linker flags, Wayback, trademark links). It also explicitly distinguishes itself from siblings by stating it is not for generating names or listing pattern matches.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states exactly when to use it ('before buying a specific name') and gives explicit negative conditions with named alternatives: do not use to generate names (find_available_domains) or list pattern matches (find_available_domains_by_pattern). This leaves no ambiguity about routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_available_domainsARead-onlyIdempotentInspect
Generate brandable .com names for a business idea and return ONLY names currently available to register, each verified live against the Verisign RDAP registry. Use this when the user wants name ideas they can actually buy. Do not use for a single known domain (use check_domain) or an exhaustive starts/ends/contains scan (use find_available_domains_by_pattern). Read-only: does not register or transfer domains. Availability can change; re-check before purchase. Free, no API key; subject to a daily rate limit.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many available names to return (1-24). Default 12. | |
| keyword | Yes | Core keyword or seed word, e.g. 'coffee'. | |
| description | No | Optional. What the business does, e.g. 'a cozy late-night coffee roaster'. Improves name fit. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, open-world, idempotent, and non-destructive traits. The description adds genuinely useful behavioral context beyond those: live verification against RDAP, availability can change before purchase, daily rate limit, and no registration/transfer side effects. This significantly helps an agent set expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: it states the core behavior first, then usage routing, safety, and operational caveats. Every sentence adds value, and no content is duplicated from the schema or annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the schema already covers all parameters and annotations cover the safety profile, the description provides the remaining operational context an agent needs: live registry verification, availability caveat, rate limiting, and sibling-tool routing. No critical calling information is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so each parameter already has a meaningful description in the schema. The tool description reinforces the business-idea context but does not add new parameter-level semantics beyond what the input schema provides. Thus the baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: generate brandable .com name ideas and return only currently available names verified against the Verisign RDAP registry. It clearly distinguishes itself from the sibling tools by noting it is not for single-domain checks or exhaustive pattern scans.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says when to use it ('when the user wants name ideas they can actually buy') and when not to, naming both alternatives: check_domain for a single known domain and find_available_domains_by_pattern for exhaustive starts/ends/contains scans. This leaves little room for an agent to route incorrectly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_available_domains_by_patternARead-onlyIdempotentInspect
Enumerate every currently available domain matching a keyword pattern (starts-with, ends-with, contains, or all) across chosen TLDs. Use this when the user already has a keyword and wants an exhaustive list, not invented brandables. Do not use to brainstorm creative names (use find_available_domains) or to inspect one known domain (use check_domain). Every candidate is verified live against the registry; taken names are omitted. Default TLDs: .com and .net. Read-only; does not register domains.
| Name | Required | Description | Default |
|---|---|---|---|
| tlds | No | TLDs to enumerate. Default ['com','net']. | |
| limit | No | Max available domains to return (1-200). Default 60. | |
| keyword | Yes | Keyword(s) to build around, e.g. 'bear' or 'bear, bigbear' (comma/or-separated). | |
| position | No | Where the keyword sits in the label: starts-with, ends-with, contains, or all. Default 'all'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context beyond that: every candidate is 'verified live against the registry,' taken names are omitted, and the tool 'does not register domains.' It also notes default TLDs. This is strong supplemental transparency, though it does not discuss timing or potential empty results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense and front-loaded: it states the core behavior first, then usage guidance, then behavioral caveats. Every sentence earns its place, and there is no repetition of schema content. Despite its length, it remains tightly organized and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only enumeration tool with four well-documented parameters and rich annotations, the description is complete. It covers what the tool returns (available domains), how results are verified, default scope, exclusions, and safety. The lack of an output schema is acceptable because the description clearly frames the return as a list of available matching domains.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description reinforces meaning by explaining the pattern positions and default TLDs, but it does not add substantive parameter detail beyond what the schema already provides. This is acceptable because the schema fully documents each parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Enumerate every currently available domain matching a keyword pattern' across selected TLDs. It names the exact pattern types (starts-with, ends-with, contains, or all) and explicitly differentiates itself from siblings by stating what it is not: not for invented brandables and not for inspecting one known domain.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit when-to-use guidance: 'Use this when the user already has a keyword and wants an exhaustive list.' It also provides direct exclusions with named alternatives: 'Do not use to brainstorm creative names (use find_available_domains) or to inspect one known domain (use check_domain).' This leaves no ambiguity about tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
check_domain - First observed
find_available_domains - First observed
find_available_domains_by_pattern
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: one generates brandable ideas, one enumerates pattern matches, and one performs a single known-domain lookup. The descriptions explicitly cross-reference when to use each tool, so an agent will not mis-select.
All tool names use snake_case and follow a verb_noun convention. The two 'find_available_domains' names are very similar, but the '_by_pattern' suffix disambiguates them, and 'check_domain' is a consistent verb-object name, so the pattern is mostly predictable.
At 3 tools, the server is tightly scoped and each tool earns its place: brainstorming, exhaustive pattern enumeration, and deep single-domain due diligence. This is appropriate for a domain search server.
The domain search surface is well covered, including availability checks, pattern enumeration, and due diligence for a specific domain. A minor gap is the lack of batch checking for a list of known candidate domains, but the core workflows are complete.
Maintenance
Related MCP Connectors
Generate startup names with an available .com, checked live, then screen US and EU trademarks.
Brandable business names with live domain availability + one-click buy URLs.
AI-powered domain & business name generation with real-time availability checks.
AI-powered domain & business name generation with real-time availability checks.
Related MCP Servers
- AlicenseAqualityCmaintenanceFast domain availability checker that searches across multiple registrars (Porkbun, Namecheap) and protocols (RDAP, WHOIS) to find available domains, compare pricing, get suggestions, and check social media username availability.781 npm28MIT
- FlicenseAqualityDmaintenanceEnables domain name availability checking through DNS and WHOIS lookups with confidence scoring. It supports searching across alternative TLDs and generating domain name variations for branding purposes.4-
- AlicenseNot gradedqualityFmaintenanceCheck domain name availability via RDAP. Single lookups, bulk checks (up to 50), and smart name suggestions with registration links. No API key needed.MIT
- AlicenseAqualityDmaintenanceChecks domain availability for registration using RDAP APIs, supporting .com and .net TLDs.1MIT