find_available_domains
Pack: domains · Endpoint: https://gateway.pipeworx.io/domains/mcp
Search for AVAILABLE domain names to register from a keyword — the domain name search / brainstorming tool. Pass a keyword (“acme”) and get back which domains are actually free to register: the exact name across .com/.io/.ai/.co/.app/.dev, plus creative variations (getacme.com, acmehq.com, tryacme.io, acmeapp.com, …). Use for “find me an available domain for X”, “domain name ideas for my startup”, “is there an open domain for X”, “suggest domain names”. Returns available domains ranked (exact match + .com first). Availability is a live registry (RDAP) signal, keyless. For a single specific domain use domain_status; to check one name across TLDs without variations use check_availability.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Base keyword or brand name to build domain ideas from, e.g. “acme”. |
tlds | array | no | TLDs to consider (without the dot), e.g. [“com”,“io”,“ai”]. Default: com, io, ai, co, app, dev. Max 10. |
items | string | no | |
include_variations | boolean | no | Also try prefix/suffix variations (get-, try-, -app, -hq, …). Default true. Set false for exact-keyword-only across TLDs. |
Example call
curl -X POST https://gateway.pipeworx.io/domains/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_available_domains","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"domains": {
"url": "https://gateway.pipeworx.io/domains/mcp"
}
}
}
See Getting Started for client-specific install steps.