Create disposable email inboxes, extract OTP codes in 15 languages, and receive webhooks — all from your AI agent. One call: create inbox → wait for email → get the verification code. Supports 7 domains, email forwarding, and HMAC-signed webhooks with OTP included in payload. Free tier available.
Server Config
{
"mcpServers": {
"sandmail": {
"command": "npx",
"args": [
"-y",
"sandmail-mcp"
],
"env": {
"SANDMAIL_API_KEY": "<YOUR_API_KEY>"
}
}
}
}