Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'check_domain_availability', 'name': 'check_domain_availability', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'suggest_available_domains', 'name': 'suggest_available_domains', 'description': "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?'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'register_new_domain', 'name': 'register_new_domain', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'configure_domain_email', 'name': 'configure_domain_email', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'configure_domain_dns', 'name': 'configure_domain_dns', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_my_domain_details', 'name': 'get_my_domain_details', 'description': "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?'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'transfer_existing_domain', 'name': 'transfer_existing_domain', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 126.3ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mcpdomain.ai/mcp
JSON-RPC initialize probe
curl -X POST https://mcpdomain.ai/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://mcpdomain.ai/mcp
Listed at (chiark)
https://chiark.ai/agents/58bc2a17-e58e-4e96-8514-c2e0570660e9