MCP server for the Orboto Mail Service — exposes send / batch / templates / suppression / inbound / webhooks / quota as MCP tools for Claude, Cursor, and other agent-aware clients. Boot via npx @orboto/mail-mcp with OMS_API_KEY in env.
{
"mcpServers": {
"orbotomail": {
"command": "npx",
"args": [
"-y",
"@orboto/mail-mcp"
]
}
}
}