Search registered domain names by keyword and TLD — find what's taken via Domainsdb.info
Search for registered domain names matching a keyword. Filter by TLD zone (.com, .net, .io, etc.) to see what's already taken. Useful for brand research, competitive analysis, and domain name brainstorming.
search_domains — Search registered domains by keyword, optionally filtered by TLD. Returns domain names, creation dates, and update timestamps.curl -s -X POST https://gateway.pipeworx.io/domains/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_domains","arguments":{"query":"weather","zone":"io","limit":5}}}'
{
"mcpServers": {
"pipeworx-domains": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/domains/mcp"]
}
}
}