MailerLite

Email marketing and automation platform.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Start Automation Conversation: Gather automation requirements through conversation.
  • Discover Automation Templates: Browse automation workflow templates filtered by type.
  • Install Template: Install an automation template to create a new automation.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Email marketing and automation platform. Create campaigns, manage subscribers, and build automated email workflows.

Список инструментов сервера (60)

Технические названия из tools/list. Нужны только разработчикам.

start_automation_conversationGather automation requirements through conversation.
discover_automation_templatesBrowse automation workflow templates filtered by type.
install_templateInstall an automation template to create a new automation.
list_email_templatesList email templates (visual designs) with optional search filter.
dry_run_automationSimulate automation flow without sending real emails.
send_test_automationSend test emails from an automation.
list_resourcesList resources by type. Pass resource_type as a singular value: "group", "form", "shop", or "segment".
select_resourceConfirms a user-selected resource (group, form, shop, or segment).
list_automationsList automations in the account.
generate_email_contentValidate email content (subject and body) against MailerLite best practices. Provide the subject and plain_text you have drafted, and this tool will check for issues like subject length, spam trigger words, missing call-to-action, and body length limits.
suggest_subject_linesValidate a list of email subject line candidates against MailerLite best practices. Provide subject lines you have drafted, and this tool will check each one for length, spam trigger words, and other issues.
get_dashboard_linkGenerate MailerLite dashboard URL for editing automation or email.
update_automation_emailUpdate the subject line and plain text content of an email step in an automation.
update_automation_delayUpdate the duration of a delay step in an automation.
build_custom_automationValidate an automation plan before creating it. Provide the trigger type, steps, and optionally a resource type to discover available resources (groups, forms, shops, segments). Returns validation warnings and matching resources.
get_automation_activityGet activity log for an automation. Filter by status (completed, active, canceled, failed), date range, and subscriber email.
delete_automationDelete an automation
create_automationCreate a new automation workflow in MailerLite.
add_subscriberAdd a new subscriber to MailerLite.
get_subscriberGet subscriber information by ID or email
update_subscriberUpdate subscriber information.
list_subscribersList subscribers in the account. Results are cursor-paginated (default 25 per page) — pass the cursor from the previous response to fetch the next page.
delete_subscriberDelete a subscriber from the account.
get_subscriber_activityGet activity history for a subscriber (opens, clicks, etc.)
get_subscriber_countGet the total count of subscribers in the account
assign_subscriber_to_groupAdd a subscriber to a group
unassign_subscriber_from_groupRemove a subscriber from a group
import_subscribers_to_groupImport multiple subscribers to a group at once
create_campaignCreate a new email campaign. The "from" email must be a verified sender on the account — use get_auth_status or check Settings > Domains in the MailerLite dashboard if unsure.
get_campaignGet details of a specific campaign
list_campaignsList campaigns with optional status and type filters. Results are cursor-paginated — pass the cursor from the previous response to fetch the next page.
update_campaignUpdate campaign details
delete_campaignDelete a campaign
schedule_campaignSchedule a campaign to be sent. Requires a verified sender on the account. Use delivery "instant" to send immediately, or "scheduled" with a schedule object to send at a specific time.
cancel_campaignCancel a scheduled campaign
get_campaign_subscribersGet subscriber activity for a sent campaign (opens, clicks, etc.). Results are page-paginated — increment the page number to fetch more results.
create_groupCreate a new subscriber group
update_groupUpdate a group name
delete_groupDelete a subscriber group
get_group_subscribersGet subscribers in a specific group. Results are cursor-paginated — pass the cursor from the previous response to fetch the next page.
searchSearch MailerLite campaigns, groups, forms, and automations.
fetchFetch full details for a MailerLite resource identified by the search tool
list_fieldsList all custom subscriber fields
create_fieldCreate a new custom subscriber field
update_fieldUpdate a custom subscriber field name
delete_fieldDelete a custom subscriber field
list_form_templatesList form design templates by type (popup, promotion, or embedded).
list_formsList forms by type (popup, embedded, or promotion). Results are page-paginated — increment the page number to fetch more results.
create_formCreate a new signup form. Requires at least one group ID — use list_resources with resource_type "group" to find available groups first.
get_formGet details of a specific form
update_formUpdate a form name
delete_formDelete a form
get_form_subscribersGet subscribers who signed up via a specific form. Results are page-paginated — increment the page number to fetch more results.
list_segmentsList subscriber segments. Results are page-paginated — increment the page number to fetch more results.
create_segmentCreate a new subscriber segment. Can be created with just a name (filter rules can be configured later in the MailerLite dashboard), or with filter rules. Filter format: {"rules": [[{"operator": "...", "args": ["field_id", "value"]}]]}. Rules are grouped in arrays — rules within the same inner array use AND logic, separate inner arrays use OR logic. Note: the filter format is complex; creating a name-only segment and configuring filters in the dashboard is recommended.
get_segmentGet details of a specific segment
update_segmentUpdate a segment name
delete_segmentDelete a segment.
get_segment_subscribersGet subscribers belonging to a specific segment. Results are cursor-paginated — pass the cursor from the previous response to fetch the next page.
list_webhooksList all webhooks