Serversio.github.dd77ss/zyntra-mail
M

Zyntra - Temp e-mails MCP

io.github.dd77ss/zyntra-mail · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.zyntra.app/mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.dd77ss/zyntra-mail",
  "description": "Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links.",
  "title": "Zyntra - Temp e-mails MCP",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.zyntra.app/mcp",
      "headers": [
        {
          "description": "API key for authentication. Get a free key at https://app.zyntra.app/",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}