register_new_domain
ActiveTool of MCPDomain
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.
Parameters schema
{
"type": "object",
"required": [
"domain",
"registrant"
],
"properties": {
"years": {
"type": "number",
"description": "Registration period in years. Default: 1. Most TLDs allow 1-10 years."
},
"domain": {
"type": "string",
"description": "Full domain name to register, e.g. 'sweetcrumbs.com'. Must first be verified free via check_domain_availability."
},
"registrant": {
"type": "object",
"required": [
"first_name",
"last_name",
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Contact email for the domain — receives ICANN 15-day verification and renewal notices. Must be a real inbox."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code for the registrant, e.g. 'US', 'GB', 'RO'. Defaults to 'US' if omitted."
},
"last_name": {
"type": "string",
"description": "Registrant's family name (required for WHOIS)"
},
"first_name": {
"type": "string",
"description": "Registrant's given name (required for WHOIS)"
}
},
"description": "Legal registrant for the domain. Appears in WHOIS (private by default where the TLD supports it) and receives ICANN verification and renewal emails."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
MCPDomain
https://github.com/danboabes/mcpdomain
1/7 registries