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.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add lypnytsky/zyntra
# Browse available tools
npx -y smithery tool list lypnytsky/zyntra
# Get full schema for a tool
npx -y smithery tool get lypnytsky/zyntra list_emails
# Call a tool
npx -y smithery tool call lypnytsky/zyntra list_emails '{}'Direct MCP Connection
Endpoint: https://zyntra--lypnytsky.run.tools
Required config:
X-API-Key(header) — Get a free API key on https://app.zyntra.app/
Tools (5)
list_emails— List emails in a Zyntra mailbox (zyntramail.com). Example: "List the last 10 emails in teamId.support@zyntramail.com". …get_email— Get full content of a specific email from a zyntramail.com inbox, including HTML body, headers, and attachment IDs. Exa…delete_email— Delete an email from a zyntramail.com inbox. Example: "Delete email 550e8400 from teamId.test@zyntramail.com". Requires…get_last_email— Get the most recently received email for a zyntramail.com inbox. Ideal for automation: "Get the last email in teamId.te…list_attachments— List all attachments for a specific zyntramail.com email. Returns filename, MIME type, and ID for each. Example: "List …
# Get full input/output schema for a tool
npx -y smithery tool get lypnytsky/zyntra