Domain Search
Search for available domains or check specific domain availability
Search for domain availability and pricing. Can check a specific domain (e.g., "example.com") or search terms across multiple TLDs. Supports multiple queries in a single request for efficient batch lookups. Returns a list of matching domains with their availability status, prices, and other details. IMPORTANT: Not all ICANN TLDs are supported. Use ud_tld_list to verify TLD support before searching with specific TLDs.
post/mcp/v1/actions/ud_domains_search
Request body
Example request
{
"tlds": [
"com",
"org",
"io"
],
"limit": 20
}Response
Search results
Example response
{
"results": [
{
"pricing": {
"currency": "USD",
"formatted": "$9.99"
}
}
]
}