{
  "name": "iCloud Mail MCP",
  "id": "icloud-mail",
  "category": "mail",
  "status": "stable",
  "source": {
    "visibility": "private",
    "repository": "TakeruF/icloud-mail-mcp",
    "blueprint": "blueprints/secure-mail-mcp"
  },
  "implementation": {
    "language": [
      "TypeScript"
    ],
    "components": [
      "MCP server",
      "IMAP client",
      "SMTP sender",
      "OAuth-enabled HTTP adapter"
    ]
  },
  "protocol": {
    "transports": [
      "stdio",
      "Streamable HTTP",
      "IMAP over TLS",
      "SMTP over TLS"
    ]
  },
  "service": {
    "official_api": false,
    "mechanism": [
      "standards-based IMAP/SMTP",
      "Apple app-specific password"
    ]
  },
  "auth": {
    "type": [
      "app-specific password",
      "deployment OAuth"
    ],
    "notes": "Production OAuth configuration remains private."
  },
  "capabilities": {
    "read": true,
    "write": true,
    "confirmation_required": true
  },
  "risk": {
    "level": "high",
    "destructive_actions": [
      "send",
      "move",
      "Trash",
      "flag mutation",
      "draft mutation"
    ],
    "notes": "Permanent deletion is intentionally unsupported."
  },
  "tools": [
    "list_mailboxes",
    "search_mail",
    "get_message",
    "send_mail"
  ],
  "i18n": {
    "en": {
      "summary": "A private, safety-first iCloud Mail MCP implementation with a public blueprint.",
      "description": "The production implementation is private; the provider-neutral secure-mail blueprint enables compatible implementations without private source access.",
      "limitations": "Production OAuth and account configuration are private. Permanent deletion is not supported."
    },
    "zh": {
      "summary": "一个以安全为先的私有 iCloud Mail MCP 实现，并提供公开蓝图。",
      "description": "生产实现保持私有；与提供商无关的安全邮件蓝图让开发者无需访问私有源码也能构建兼容实现。",
      "limitations": "生产 OAuth 与账户配置为私有；不支持永久删除。"
    }
  }
}
