MCP Servers2026-04-30
Zyntra icon

Zyntra / zyntra.app

Zyntra - Temp e-mails MCP

MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow. Get a free API key on https://app.zyntra.app/

emailtestingdisposabletemp-mailautomation
Raycastdocssourcebrandreviewed
External sourceInstall pathCopy-readyAttributed

Author

dd77ss

Added

2026-04-30

Quick use

Install command

1 lines
claude mcp add zyntra-mail --transport http https://mcp.zyntra.app/mcp

Claude config

.claude/settings.json

11 lines
{
  "mcpServers": {
    "zyntra-mail": {
      "type": "http",
      "url": "https://mcp.zyntra.app/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Section

Overview

Expand

MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow.

Get a free API key on https://app.zyntra.app/

Section

Usage

Expand

claude mcp add zyntra-mail --transport http https://mcp.zyntra.app/mcp

Then add your API key in Claude settings (see config snippet below).

Section

Auth Requirements

Expand

Requires a Zyntra API key in the X-API-Key header. Use a test-only key from https://app.zyntra.app/ and avoid connecting production inboxes. The MCP can read email contents and delete messages in configured Zyntra inboxes.

Section

Security Notes

Expand
  • Treat the Zyntra API key as a secret.
  • Prefer dedicated test inboxes and scoped test credentials.
  • Review the available MCP tools before use; Zyntra documents delete_email as a destructive action.

Section

Verification

Expand

After adding, run: claude mcp list You should see zyntra-mail listed as connected.