add_sending_domain
ActiveTool of EmailMCP
declared in 1.0.0
Add a customer sending domain. Generates DKIM keys and returns the 4 DNS records the customer needs to add. Works like SendGrid domain authentication — self-hosted.
Parameters schema
{
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Customer domain (e.g. company.com)"
}
}
}Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries