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/
Author
dd77ss
Added
2026-04-30
Quick use
Install command
1 linesclaude mcp add zyntra-mail --transport http https://mcp.zyntra.app/mcpClaude 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
Section
Overview
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
Section
Usage
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
Section
Auth Requirements
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
Section
Security Notes
- 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_emailas a destructive action.
Section
Verification
Expand
Section
Verification
After adding, run: claude mcp list You should see zyntra-mail listed as connected.