configure_domain_email
ActiveTool of MCPDomain
declared in 1.0.7
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.
Parameters schema
{
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "A domain previously registered via register_new_domain, e.g. 'sweetcrumbs.com'."
},
"aliases": {
"type": "array",
"items": {
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Destination inbox to forward to, e.g. 'you@gmail.com'"
},
"from": {
"type": "string",
"description": "Local part on your domain — 'hello' routes hello@yourdomain.com"
}
}
},
"description": "Specific forwarding rules instead of a catch-all. Each rule routes one address @domain to one destination inbox."
},
"catch_all_to": {
"type": "string",
"description": "Forward ALL emails sent to any address @domain to this inbox (e.g. 'you@gmail.com'). Mutually exclusive with 'aliases' — use one or the other."
}
}
}Parent server
MCPDomain
https://github.com/danboabes/mcpdomain
1/7 registries