loading…
Search for a command to run...
loading…
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
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.
Give AI agents their own disposable email inboxes with OTP extraction.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.
npm install -g sandmail-mcp
Add to your MCP config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"sandmail": {
"command": "sandmail-mcp",
"env": {
"SANDMAIL_API_KEY": "sk_live_your_key"
}
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"sandmail": {
"command": "sandmail-mcp",
"env": {
"SANDMAIL_API_KEY": "sk_live_your_key"
}
}
}
}
| Tool | Description |
|---|---|
create_inbox |
Create a disposable email inbox |
wait_for_otp |
Wait for an email and extract the OTP code |
get_otp |
Extract OTP from the latest email |
get_emails |
List all emails in an inbox |
wait_for_email |
Wait for any new email to arrive |
delete_inbox |
Delete an inbox |
list_inboxes |
List all active inboxes |
get_quota |
Check API usage |
Ask your AI agent:
"Create a temporary email, sign up for example.com, and get me the verification code"
The agent will:
create_inbox → gets [email protected]wait_for_otp → waits for the verification emailGet your free API key at sandmail.dev
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sandmail-disposable-email-api-for-ai-agents": {
"command": "npx",
"args": []
}
}
}Read, send and search emails from Claude
Send, search and summarize Slack messages
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)