# Find-A-Domain (verified)

Domain name search and discovery tool. Check domain availability, explore TLD options, and find the right domain name.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add findadomain

# Browse available tools
npx -y @smithery/cli@latest tool list findadomain

# Get full schema for a tool
npx -y @smithery/cli@latest tool get findadomain check_domain

# Call a tool
npx -y @smithery/cli@latest tool call findadomain check_domain '{}'
```

## Direct MCP Connection

Endpoint: `https://findadomain.run.tools`

## Tools (2)

- `check_domain` — Check if a domain is available for a specific TLD
- `list_tlds` — Get a list of all available top-level domains (TLDs)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get findadomain <tool-name>
```
