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.
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Kirha MCP Gateway
An MCP server that provides seamless access to Kirha AI tools.
Python Notebook MCP
Enables AI assistants to interact with local Jupyter notebooks (.ipynb).
pilot-mcp
Fast browser automation MCP server — in-process Playwright, 58 tools, cookie import from Chrome/Arc/Brave, 41% faster than @playwright/mcp.
cli-mcp
A command-line interface (CLI) client for calling tools from local and remote MCP servers.
OpenFGA
An MCP server for managing authorization models with OpenFGA, an open-source authorization system.
Agent Bazaar
Billing and metering infrastructure for MCP tool servers. 10% platform fee, MIT-licensed billing spec, signed receipts and SLA tracking.
ndlovu-code-reviewer
Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This project was created to experiment with MCP tooling that gives AI assistants access to a purpose-built reviewer. Uses the Gemini cli application to process the reviews at this time and linting only for typescript/javascript apps at the moment. Will add API based calls to LLM's in the future and expand linting abilities. It's also cheaper than using coderabbit ;)
MCP Tools
A collection of MCP servers for growth and analytics, including a server for Google Analytics.
SatGate
Open-source API gateway that adds budget enforcement, cost attribution, and monetization to AI agent API calls. MCP-aware with per-tool cost tracking, macaroon-based bearer tokens, L402 Lightning micropayments, and enterprise budget control (Fiat402). The economic firewall for the agent economy.
MCP Memory Keeper
A server for persistent context management in Claude AI coding assistants, using a local SQLite database for storage.