start_domain_verification
ActiveTool of EmailMCP
Begin a domain-verification window: temporarily set the target domain's MX to verify.setip.io, start (or reuse) the EmailMCP SMTP receiver on :25, and forward any inbound mail for *@domain to forward_to so a human can grab a verification code from the provider (Apple/Google/etc). Auto-tears down after ttl_minutes.
Parameters schema
{
"type": "object",
"required": [
"domain",
"forward_to"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain whose MX is being temporarily redirected (must be a POC we own in setipio-api)"
},
"forward_to": {
"type": "string",
"description": "Address where verification mails are relayed in real time"
},
"ttl_minutes": {
"type": "number",
"description": "Auto-teardown after this many minutes (default 60)"
},
"real_mx_target": {
"type": "string",
"description": "Optional. If provided, on teardown the MX is set to this target (e.g. apple.com) instead of restoring the pre-window snapshot."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries