find_available_domains_by_pattern
Exhaustively enumerate EVERY available domain matching a keyword PATTERN, across TLDs — the thing most domain tools/MCPs can't do. Give a keyword (or several) and a position: 'starts' (keyword+word, e.g. Bearoak), 'ends' (word+keyword, e.g. Oakbear), 'contains' (keyword inside a longer invented word, e.g. Oakbearen), or 'all'. Every candidate is verified live against the registry; only AVAILABLE domains are returned, grouped by TLD. Checks .com and .net by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tlds | No | Which 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 for several). | |
| position | No | Where the keyword sits: starts-with, ends-with, contains, or all. Default 'all'. |