You're viewing a demo portfolio

Join the waitlist
PRSM

set_personal_email_credentials

Active

Tool of EmailMCP

declared in 1.0.0

Attach a personal account's own SMTP + IMAP credentials (iCloud, Gmail app password, Fastmail, Office365, etc.) to an existing account. Once set, send_email with from=<address> sends via that SMTP and IMAP-APPENDs a copy to its Sent folder. Passwords are AES-256-GCM encrypted at rest with EMAILMCP_SECRET.

Parameters schema

{
  "type": "object",
  "required": [
    "address",
    "smtp_host",
    "smtp_user",
    "smtp_password",
    "imap_host",
    "imap_user",
    "imap_password"
  ],
  "properties": {
    "address": {
      "type": "string",
      "description": "Address of the existing account (must already be created via create_email_account)"
    },
    "imap_host": {
      "type": "string",
      "description": "e.g. imap.mail.me.com, imap.gmail.com, imap.fastmail.com"
    },
    "imap_port": {
      "type": "number",
      "description": "Default 993"
    },
    "imap_user": {
      "type": "string",
      "description": "IMAP username — usually the full email address"
    },
    "smtp_host": {
      "type": "string",
      "description": "e.g. smtp.mail.me.com (iCloud), smtp.gmail.com, smtp.fastmail.com"
    },
    "smtp_port": {
      "type": "number",
      "description": "Default 587"
    },
    "smtp_user": {
      "type": "string",
      "description": "SMTP username — usually the full email address"
    },
    "sent_folder": {
      "type": "string",
      "optional": true,
      "description": "Override Sent folder name. Auto-discovered via SPECIAL-USE if omitted."
    },
    "imap_password": {
      "type": "string",
      "description": "IMAP password (often same as SMTP)"
    },
    "smtp_password": {
      "type": "string",
      "description": "SMTP password or app-specific password"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →