Skip to main content
Glama
brobin002

SandMail — Disposable Email API for AI Agents

by brobin002

SandMail MCP 서버

AI 에이전트에게 OTP 추출 기능이 포함된 일회용 이메일 수신함을 제공하세요.

Claude Code, Cursor, Windsurf 및 모든 MCP 호환 AI 도구와 함께 작동합니다.

설치

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 사용량 확인

사용 예시

AI 에이전트에게 다음과 같이 요청하세요:

"임시 이메일을 만들어서 example.com에 가입하고 인증 코드를 알려줘"

에이전트는 다음을 수행합니다:

  1. create_inbox 호출 → test123@tempyx.com 획득

  2. 해당 이메일을 사용하여 웹사이트에 가입

  3. wait_for_otp 호출 → 인증 이메일 대기

  4. OTP 코드를 사용자에게 반환

API 키 발급

sandmail.dev에서 무료 API 키를 받으세요.

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