create_mailbox
ActiveTool of EmailMCP
declared in 1.0.0
Create a new local mailbox for receiving email (autonomous mode). Each address gets its own inbox accessible via MCP tools.
Parameters schema
{
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"description": "Email address for the mailbox (e.g. sales@company.com)"
},
"display_name": {
"type": "string",
"optional": true,
"description": "Display name for the mailbox"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries