# domain-checker

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list sitewarming/domain-checker

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

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

## Direct MCP Connection

Endpoint: `https://domain-checker--sitewarming.run.tools`

## Tools (2)

- `check_domain` — Check a single domain's DNS health, registration age, and status. Returns a score (0-100), a recommendation (activate/m…
- `rank_domains` — Rank up to 10 domains by health score. Returns each domain's score, recommendation, and signals, sorted from highest to…

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