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…
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
- List Emails: List emails in a Zyntra mailbox (zyntramail.com). Example: "List the last 10 emails in teamId.support@zyntramail.com". Requires an X-API-Key from app.zyntra.app.
- Get Email: Get full content of a specific email from a zyntramail.com inbox, including HTML body, headers, and attachment IDs. Example: "Get the content of email 550e8400 in teamId.test@zyntramail.com
- Delete Email: Delete an email from a zyntramail.com inbox. Example: "Delete email 550e8400 from teamId.test@zyntramail.com". Requires an X-API-Key from app.zyntra.app.
What data it sees
Do you need an account
An API key from the service settings is required
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/
Server tool list (5)
Raw names from tools/list. Only developers need these.
| list_emails | List emails in a Zyntra mailbox (zyntramail.com). Example: "List the last 10 emails in teamId.support@zyntramail.com". Requires an X-API-Key from app.zyntra.app. |
| get_email | Get full content of a specific email from a zyntramail.com inbox, including HTML body, headers, and attachment IDs. Example: "Get the content of email 550e8400 in teamId.test@zyntramail.com". Requires an X-API-Key from app.zyntra.app. |
| delete_email | Delete an email from a zyntramail.com inbox. Example: "Delete email 550e8400 from teamId.test@zyntramail.com". Requires an X-API-Key from app.zyntra.app. |
| get_last_email | Get the most recently received email for a zyntramail.com inbox. Ideal for automation: "Get the last email in teamId.test@zyntramail.com and extract the verification code". Requires an X-API-Key from app.zyntra.app. |
| list_attachments | List all attachments for a specific zyntramail.com email. Returns filename, MIME type, and ID for each. Example: "List attachments in email 550e8400". Requires an X-API-Key from app.zyntra.app. |