MCPDomain — Domain Registrar for AI Agents
MCPDomain — The first domain registrar built for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Check Domain Availability: Check whether a specific internet domain name is available for registration. Returns availability status, price, and alternatives if taken. WHEN TO USE: user asks 'is X.com
- Suggest Available Domains: Generate creative domain name suggestions from keywords or business description, with real-time availability checks. WHEN TO USE: user says 'help me find a domain for my bak
- Register New Domain: Register a new domain. Returns a Stripe checkout URL for payment. After payment, domain is registered with FREE email forwarding, DNS, and AI bot monitoring. ALWAYS call check_dom
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
MCPDomain — The first domain registrar built for AI agents.
Check availability, register domains, set up email forwarding, and manage DNS — all from inside any AI conversation. No dashboards, no DNS console, no registrar UI.
7 tools included
check_domain_availability— is this domain free? What does it cost?suggest_available_domains— get creative, available name ideas from keywordsregister_new_domain— register a domain (returns a Stripe checkout URL)configure_domain_email— forward any@yourdomain.com to Gmail/Outlook, no MX setupconfigure_domain_dns— add A, CNAME, MX, TXT records (point at Vercel, Netlify, etc.)get_my_domain_details— status, expiry, DNS, plus unique AI bot crawl analyticstransfer_existing_domain— move a domain in from GoDaddy/Namecheap/etc.
Why it's different
- Built for agents first — descriptions, schemas, and response shapes are tuned for LLM tool-use, not human UX
- Free extras on every domain — email forwarding, managed DNS, WHOIS privacy, and AI bot traffic intelligence (see GPTBot/ClaudeBot/Bytespider activity on your domain)
- 18+ TLDs —
.com,.ai,.io,.dev,.app,.co,.xyz,.ro,.eu, and more - Zero supply-chain surface — the npm package ships with zero runtime dependencies
Use it
Ask your agent things like "register sweetcrumbs.ai for me", "forward hello@mybakery.com to my gmail", or "point this domain at my Vercel deployment" — the agent handles the rest.
Homepage: https://mcpdomain.ai
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| check_domain_availability | Check whether a specific internet domain name is available for registration. Returns availability status, price, and alternatives if taken. WHEN TO USE: user asks 'is X.com available?' or 'can I register Y.io?'. ALWAYS call this before register_new_domain. |
| suggest_available_domains | Generate creative domain name suggestions from keywords or business description, with real-time availability checks. WHEN TO USE: user says 'help me find a domain for my bakery' or 'what domain should I use for X?'. |
| register_new_domain | Register a new domain. Returns a Stripe checkout URL for payment. After payment, domain is registered with FREE email forwarding, DNS, and AI bot monitoring. ALWAYS call check_domain_availability first. Collect first_name, last_name, email from user before calling. |
| configure_domain_email | Set up email forwarding for a registered domain. Forward any@domain to Gmail/Outlook. No MX records needed. WHEN TO USE: user just registered a domain, or asks about professional email. |
| 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 wants to connect domain to hosting. |
| get_my_domain_details | Look up the registration status of a domain you previously registered through MCPDomain. Returns: registered_at, expires_at, current nameservers, and email-forwarding status (active / pending verification / pending NS propagation / etc). WHEN TO USE: user asks 'is my domain ready?', 'what's the status of X?', 'did email forwarding finish setting up?'. |
| transfer_existing_domain | Transfer a domain from another registrar (GoDaddy, Namecheap etc) to MCPDomain. Requires EPP/auth code. Transfer takes 5-7 days and adds 1 year to expiry. |