Skip to main content
Glama
brobin002

SandMail — Disposable Email API for AI Agents

by brobin002

MCP-сервер SandMail

Предоставьте ИИ-агентам собственные временные почтовые ящики с функцией извлечения OTP.

Работает с Claude Code, Cursor, Windsurf и любыми инструментами, совместимыми с MCP.

Установка

npm install -g sandmail-mcp

Related 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"
      }
    }
  }
}

Доступные инструменты

Инструмент

Описание

create_inbox

Создать временный почтовый ящик

wait_for_otp

Дождаться письма и извлечь OTP-код

get_otp

Извлечь OTP из последнего письма

get_emails

Список всех писем в ящике

wait_for_email

Дождаться прихода любого нового письма

delete_inbox

Удалить почтовый ящик

list_inboxes

Список всех активных ящиков

get_quota

Проверить использование API

Пример использования

Попросите вашего ИИ-агента:

"Создай временную почту, зарегистрируйся на example.com и получи для меня код подтверждения"

Агент выполнит следующее:

  1. Вызовет create_inbox → получит test123@tempyx.com

  2. Использует этот адрес для регистрации на сайте

  3. Вызовет wait_for_otp → будет ждать письмо с подтверждением

  4. Вернет вам OTP-код

Получение API-ключа

Получите бесплатный API-ключ на сайте sandmail.dev

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    Disposable 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.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    7
    69
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to create disposable email inboxes and automatically extract OTPs, magic links, and verification codes from incoming emails.
    12
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Enables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.
    6
    35
    59
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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