Find a Domain
← Back to search

Model Context Protocol

MCP tools for domain checks

Connect AI assistants to Find a Domain for availability checks, WHOIS fallback, and TLD discovery.

2
Tools
1441
TLDs

Endpoint

HTTP transport with JSON responses.

https://api.findadomain.dev/mcp

Tools

Small MCP surface. One tool for checks, one tool for inventory.

check_domain

Tool

Check one name against one top-level domain.

Parameters

nameRequiredDomain name without TLD
tldRequiredTop-level domain, like com or dev
whoisOptionalRequest WHOIS fallback when needed

Example

{
  "name": "example",
  "tld": "com",
  "whois": true
}

list_tlds

Tool

List supported top-level domains.

Parameters

No parameters.

Example

{
  "tlds": ["com", "net", "org"],
  "count": 3
}

Features

Domain availability inside agent workflows
Structured JSON responses for tool calls
WHOIS fallback for ambiguous checks
TLD inventory for generation and filtering

Use Cases

AI naming assistants
Brand validation flows
Domain portfolio checks
Automated launch checklists