# Find a Domain

test

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://test--dmasdfg8.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 dmasdfg8/test <tool-name>
```
