MCP Tools Reference
SMTP Allowlist

SMTP Allowlist Tools

💡

SMTP tools require a paid plan.

By default, outbound SMTP (ports 25, 465, 587) is blocked for all agents to prevent spam abuse. smtp_allowlist lets you permit outbound SMTP to specific trusted mail server hosts.

smtp_allowlist

Manage your SMTP outbound allowlist — add entries, list them, or remove them.

ParameterTypeRequiredDescription
action"add" | "list" | "remove"Operation to perform
addressstringMail server hostname or email domain (required for add/remove)

Examples:

smtp_allowlist(action=add, address=smtp.sendgrid.net)
smtp_allowlist(action=list)
smtp_allowlist(action=remove, address=smtp.sendgrid.net)