create_email_account
ActiveTool of EmailMCP
declared in 1.0.0
Create an email account with SMTP credentials. Returns SMTP password once — save it. The account can then send/receive via this server.
Parameters schema
{
"type": "object",
"required": [
"address"
],
"properties": {
"domain": {
"type": "string",
"optional": true,
"description": "Sending domain (auto-derived from address if omitted)"
},
"address": {
"type": "string",
"description": "Email address (e.g. sales@company.com)"
},
"display_name": {
"type": "string",
"optional": true,
"description": "Display name for the account"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries