SandMail — Disposable Email API for AI Agents
SandMail MCPサーバー
AIエージェントにOTP抽出機能付きの使い捨てメールボックスを提供します。
Claude Code、Cursor、Windsurf、およびMCP互換のAIツールで動作します。
インストール
npm install -g sandmail-mcpRelated MCP server: useblip/email
セットアップ
Claude Code / Claude Desktop
MCP設定(~/.claude/claude_desktop_config.json)に追加します:
{
"mcpServers": {
"sandmail": {
"command": "sandmail-mcp",
"env": {
"SANDMAIL_API_KEY": "sk_live_your_key"
}
}
}
}Cursor
.cursor/mcp.jsonに追加します:
{
"mcpServers": {
"sandmail": {
"command": "sandmail-mcp",
"env": {
"SANDMAIL_API_KEY": "sk_live_your_key"
}
}
}
}利用可能なツール
ツール | 説明 |
| 使い捨てメールボックスを作成する |
| メールを待機し、OTPコードを抽出する |
| 最新のメールからOTPを抽出する |
| 受信トレイ内のすべてのメールを一覧表示する |
| 新しいメールの到着を待機する |
| 受信トレイを削除する |
| アクティブな受信トレイをすべて一覧表示する |
| API使用量を確認する |
使用例
AIエージェントに次のように依頼してください:
「一時的なメールアドレスを作成してexample.comに登録し、確認コードを取得して」
エージェントは以下の動作を行います:
create_inboxを呼び出し →test123@tempyx.comを取得そのメールアドレスを使用してウェブサイトに登録
wait_for_otpを呼び出し → 確認メールを待機OTPコードをあなたに返信
APIキーの取得
sandmail.dev で無料のAPIキーを取得してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceDisposable email MCP server for autonomous AI agents. Create labeled temporary inboxes, wait for verification emails, extract OTP codes and confirmation links — zero human intervention required.6MIT
- AlicenseAqualityCmaintenanceMCP server for disposable email — create inboxes, receive emails, and extract OTP codes. Let your AI agent sign up for services, wait for verification emails, and extract codes autonomously.7691MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to create disposable email inboxes and automatically extract OTPs, magic links, and verification codes from incoming emails.12MIT
- AlicenseAqualityFmaintenanceEnables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.63559MIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brobin002/sandmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server