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.
On this page
Connect your AI coding assistant directly to Zyntra's email API using the Model Context Protocol (MCP). With MCP, your AI agent can list, read, and delete emails in your Zyntra inboxes — no manual API calls required.
Perfect for: automating email verification flows, extracting OTP codes, cleaning up test inboxes — all from a natural language prompt inside Claude, Cursor, or Windsurf.
How to Get an API Key
- Sign up or log in at app.zyntra.app
- Go to Settings → API Keys
- Click Create Key, give it a name, and copy the value
Keep this key handy — you'll add it to your AI tool's config below.
Connect Your AI Tool
The Zyntra MCP server is hosted at https://mcp.zyntra.app. Add the following to your AI tool's MCP configuration:
Claude Desktop
Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:
{
"mcpServers": {
"zyntra": {
"url": "https://mcp.zyntra.app/mcp",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}
}
Cursor
Open Settings → MCP and add a new server:
{
"zyntra": {
"url": "https://mcp.zyntra.app/mcp",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}
Windsurf / Cline
In your MCP configuration file (.mcp.json or via the UI), add:
---
## Available Tools
Once connected, your AI agent has access to 5 tools:
| Tool | Description |
| ----------------- | ----------------------------------------------------------- |
| list\_emails | List emails in a mailbox with pagination |
| get\_email | Get full email content including HTML, headers, attachments |
| delete\_email | Delete an email from an inbox |
| get\_last\_email | Get the most recently received email |
| list\_attachments | List attachments for a specific email |
See the Tool Reference for full details and Examples for real automation recipes.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Docker MCP server
Manage Docker containers, volumes, and services using natural language commands.
MCP-Slicer
Integrates 3D Slicer with model clients via MCP, allowing natural language control for medical image processing and scene manipulation.
Glider
Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.
PentestGPT-MCP
An advanced penetration testing tool for automated, LLM-driven security assessments using tools like nmap and dirb.
Node9-Proxy
The Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.
mcp2cli
CLI bridge that wraps MCP servers as bash-invokable commands, recovering ~11K tokens of context window per session https://github.com/rodaddy/mcp2cli
TechDebtMCP
MCP server for analyzing and managing technical debt in codebases via the Model Context Protocol
Wormhole
Logs file edits, decisions, and commands so agents stay in sync, avoid conflicts, and pick up where others left off.
MCP Code Executor
Allows LLMs to execute Python code within a specified and configurable Python environment.
MCP Read Images
Analyze images using OpenRouter's vision models. Requires an OpenRouter API key.