Serversai.mailjunky/mcp
M

MailJunky

ai.mailjunky/mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://mcp.mailjunky.ai/sse↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.mailjunky/mcp",
  "description": "Send emails, track events, and manage contacts with MailJunky.",
  "title": "MailJunky",
  "repository": {
    "url": "https://github.com/TheNightProject/tnp.web.mailjunky.ai",
    "source": "github"
  },
  "version": "0.1.0",
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.mailjunky.ai/sse",
      "headers": [
        {
          "description": "Your MailJunky API key in Bearer format (e.g., 'Bearer mj_live_xxx')",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}