start_smtp_receiver
ActiveTool of EmailMCP
declared in 1.0.0
Start the SMTP server to receive forwarded corporate emails
Parameters schema
{
"type": "object",
"properties": {
"port": {
"type": "number",
"default": 2525,
"description": "Port to listen on (default: 2525)"
},
"enableThreading": {
"type": "boolean",
"default": true,
"description": "Enable conversation threading"
},
"receivingDomains": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Domains to accept emails for (empty = accept all)"
},
"allowedForwarders": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "IP addresses allowed to forward emails (empty = allow all)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries