# MCPDomain — Domain Registrar for AI Agents

**MCPDomain — The first domain registrar built for AI agents.**

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get danboabes/mcpdomain check_domain_availability

# Call a tool
npx -y @smithery/cli@latest tool call danboabes/mcpdomain check_domain_availability '{}'
```

## Direct MCP Connection

Endpoint: `https://mcpdomain--danboabes.run.tools`

## Tools (7)

- `check_domain_availability` — Check whether a specific internet domain name is available for registration. Returns availability status, price, and al…
- `suggest_available_domains` — Generate creative domain name suggestions from keywords or business description, with real-time availability checks. WH…
- `register_new_domain` — Register a new domain. Returns a Stripe checkout URL for payment. After payment, domain is registered with FREE email f…
- `configure_domain_email` — Set up email forwarding for a registered domain. Forward any@domain to Gmail/Outlook. No MX records needed. WHEN TO USE…
- `configure_domain_dns` — Add/update DNS records (A, CNAME, MX, TXT). Use to point domain to Vercel, Netlify, GitHub Pages etc. WHEN TO USE: user…
- `get_my_domain_details` — Look up the registration status of a domain you previously registered through MCPDomain. Returns: registered_at, expire…
- `transfer_existing_domain` — Transfer a domain from another registrar (GoDaddy, Namecheap etc) to MCPDomain. Requires EPP/auth code. Transfer takes …

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

## Resources

- `mcpdomain://pricing/tlds` — Full list of TLDs MCPDomain can register, with retail USD price per year and minimum registration period.
- `mcpdomain://docs/email-forwarding` — How MCPDomain's free email forwarding works — catch-all vs aliases, MX handling, ICANN verification, and how to send ma…

## Prompts (3)

- `brainstorm_domain_names` (business_idea, style) — Brainstorm brandable domain names for a business idea and verify each one for real-time availability via MCPDomain.
- `domain_audit` (domain) — Full audit of a domain registered through MCPDomain — registration status, nameservers, DNS, email forwarding, and AI-b…
- `connect_to_vercel` (domain, vercel_project) — Point a registered domain at a Vercel project — sets up the correct A and CNAME records and explains the Vercel-side st…
