You're viewing a demo portfolio

Join the waitlist
PRSM

start_domain_verification

Active

Tool of EmailMCP

declared in 1.0.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →
start_domain_verification — EmailMCP — PRSM MCP