# Mailchimp (verified)

Mailchimp is an email marketing and automation platform providing campaign templates, audience segmentation, and performance analytics to drive engagement and conversions

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mailchimp

# Browse available tools
npx -y @smithery/cli@latest tool list mailchimp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mailchimp MAILCHIMP_ADD_AUTOMATION

# Call a tool
npx -y @smithery/cli@latest tool call mailchimp MAILCHIMP_ADD_AUTOMATION '{}'
```

## Direct MCP Connection

Endpoint: `https://mailchimp.run.tools`

## Tools (200)

- `MAILCHIMP_ADD_AUTOMATION` — Create a new classic automation in your Mailchimp account.
- `MAILCHIMP_ADD_BATCH_WEBHOOK` — Configure a webhook that will fire whenever any batch request completes processing. You may only have a maximum of 20 b…
- `MAILCHIMP_ADD_CAMPAIGN` — Create a new Mailchimp campaign.
- `MAILCHIMP_ADD_CAMPAIGN_FEEDBACK` — Add feedback on a specific campaign.
- `MAILCHIMP_ADD_CAMPAIGN_FOLDER` — Create a new campaign folder.
- `MAILCHIMP_ADD_CART` — Add a new cart to a store.
- `MAILCHIMP_ADD_CART_LINE_ITEM` — Add a new line item to an existing cart.
- `MAILCHIMP_ADD_CONNECTED_SITE` — Create a new Mailchimp connected site.
- `MAILCHIMP_ADD_CUSTOMER` — Add a new customer to a store.
- `MAILCHIMP_ADD_DOMAIN_TO_ACCOUNT` — Add a domain to the account.
- `MAILCHIMP_ADD_EVENT` — Add an event for a list member.
- `MAILCHIMP_ADD_EXPORT` — Create a new account export in your Mailchimp account.
- `MAILCHIMP_ADD_FILE` — Upload a new image or file to the File Manager.
- `MAILCHIMP_ADD_FOLDER` — Create a new folder in the File Manager.
- `MAILCHIMP_ADD_INTEREST_CATEGORY` — Create a new interest category.
- `MAILCHIMP_ADD_INTEREST_IN_CATEGORY` — Create a new interest or 'group name' for a specific category.
- `MAILCHIMP_ADD_LANDING_PAGE` — Create a new Mailchimp landing page.
- `MAILCHIMP_ADD_LIST` — Create a new list in your Mailchimp account.
- `MAILCHIMP_ADD_MEMBER_NOTE` — Add a new note for a specific subscriber.
- `MAILCHIMP_ADD_MEMBER_TO_LIST` — Add a new member to the list.
- `MAILCHIMP_ADD_MEMBER_TO_SEGMENT` — Add a member to a static segment.
- `MAILCHIMP_ADD_MERGE_FIELD` — Add a new merge field for a specific audience.
- `MAILCHIMP_ADD_ORDER` — Add a new order to a store.
- `MAILCHIMP_ADD_ORDER_LINE_ITEM` — Add a new line item to an existing order.
- `MAILCHIMP_ADD_OR_REMOVE_MEMBER_TAGS` — Add or remove tags from a list member. If a tag that does not exist is passed in and set as 'active', a new tag will be…
- `MAILCHIMP_ADD_OR_UPDATE_CUSTOMER` — Add or update a customer.
- `MAILCHIMP_ADD_OR_UPDATE_LIST_MEMBER` — Add or update a list member.
- `MAILCHIMP_ADD_OR_UPDATE_PRODUCT_VARIANT` — Add or update a product variant.
- `MAILCHIMP_ADD_PRODUCT` — Add a new product to a store.
- `MAILCHIMP_ADD_PRODUCT_IMAGE` — Add a new image to the product.
- `MAILCHIMP_ADD_PRODUCT_VARIANT` — Add a new variant to the product.
- `MAILCHIMP_ADD_PROMO_CODE` — Add a new promo code to a store.
- `MAILCHIMP_ADD_PROMO_RULE` — Add a new promo rule to a store.
- `MAILCHIMP_ADD_SEGMENT` — Create a new segment in a specific list.
- `MAILCHIMP_ADD_STORE` — Add a new store to your Mailchimp account.
- `MAILCHIMP_ADD_SUBSCRIBER_TO_WORKFLOW_EMAIL` — Manually add a subscriber to a workflow, bypassing the default trigger settings. You can also use this endpoint to trig…
- `MAILCHIMP_ADD_TEMPLATE` — Create a new template for the account. Only Classic templates are supported.
- `MAILCHIMP_ADD_TEMPLATE_FOLDER` — Create a new template folder.
- `MAILCHIMP_ADD_WEBHOOK` — Create a new webhook for a specific list.
- `MAILCHIMP_ARCHIVE_AUTOMATION` — Archiving will permanently end your automation and keep the report data. You’ll be able to replicate your archived auto…
- `MAILCHIMP_ARCHIVE_LIST_MEMBER` — Archive a list member. To permanently delete, use the delete-permanent action.
- `MAILCHIMP_BATCH_ADD_OR_REMOVE_MEMBERS` — Batch add/remove list members to static segment
- `MAILCHIMP_BATCH_SUBSCRIBE_OR_UNSUBSCRIBE` — Batch subscribe or unsubscribe list members.
- `MAILCHIMP_CAMPAIGN_ABUSE_REPORT_DETAILS` — Get information about a specific abuse report for a campaign.
- `MAILCHIMP_CAMPAIGN_STATISTICS_FEEDBACK` — Get feedback based on a campaign's statistics. Advice feedback is based on campaign stats like opens, clicks, unsubscri…
- `MAILCHIMP_CANCEL_CAMPAIGN` — Cancel a Regular or Plain-Text Campaign after you send, before all of your recipients receive it. This feature is inclu…
- `MAILCHIMP_CREATE_A_SURVEY_CAMPAIGN` — Utilize the List ID and Survey ID to generate a Campaign that links to your survey.
- `MAILCHIMP_CUSTOMER_JOURNEYS_API_TRIGGER_FOR_A_CONTACT` — Create a trigger step in the Customer Journey builder via the API. Use the provided URL with {journey_id} and {step_id}…
- `MAILCHIMP_CUSTOMIZE_SIGNUP_FORM` — Customize a list's default signup form.
- `MAILCHIMP_DELETE_BATCH_REQUEST` — Stops a batch request from running. Since only one batch request is run at a time, this can be used to cancel a long ru…
- `MAILCHIMP_DELETE_BATCH_WEBHOOK` — Remove a batch webhook. Webhooks will no longer be sent to the given URL.
- `MAILCHIMP_DELETE_CAMPAIGN` — Remove a campaign from your Mailchimp account.
- `MAILCHIMP_DELETE_CAMPAIGN_FEEDBACK_MESSAGE` — Remove a specific feedback message for a campaign.
- `MAILCHIMP_DELETE_CAMPAIGN_FOLDER` — Delete a specific campaign folder, and mark all the campaigns in the folder as 'unfiled'.
- `MAILCHIMP_DELETE_CART` — Delete a cart.
- `MAILCHIMP_DELETE_CART_LINE_ITEM` — Delete a specific cart line item.
- `MAILCHIMP_DELETE_CONNECTED_SITE` — Remove a connected site from your Mailchimp account.
- `MAILCHIMP_DELETE_CUSTOMER` — Delete a customer from a store.
- `MAILCHIMP_DELETE_DOMAIN` — Delete a verified domain from the account.
- `MAILCHIMP_DELETE_FILE` — Remove a specific file from the File Manager.
- `MAILCHIMP_DELETE_FOLDER` — Delete a specific folder in the File Manager.
- `MAILCHIMP_DELETE_INTEREST_CATEGORY` — Delete a specific interest category.
- `MAILCHIMP_DELETE_INTEREST_IN_CATEGORY` — Delete interests or group names in a specific category.
- `MAILCHIMP_DELETE_LANDING_PAGE` — Delete a landing page.
- `MAILCHIMP_DELETE_LIST` — Delete a list from your Mailchimp account. If you delete a list, you'll lose the list history—including subscriber acti…
- `MAILCHIMP_DELETE_LIST_MEMBER` — Delete all personally identifiable information related to a list member, and remove them from a list. This will make it…
- `MAILCHIMP_DELETE_MERGE_FIELD` — Delete a specific merge field.
- `MAILCHIMP_DELETE_NOTE` — Delete a specific note for a specific list member.
- `MAILCHIMP_DELETE_ORDER` — Delete an order.
- `MAILCHIMP_DELETE_ORDER_LINE_ITEM` — Delete a specific order line item.
- `MAILCHIMP_DELETE_PRODUCT` — Delete a product.
- `MAILCHIMP_DELETE_PRODUCT_IMAGE` — Delete a product image.
- `MAILCHIMP_DELETE_PRODUCT_VARIANT` — Delete a product variant.
- `MAILCHIMP_DELETE_PROMO_CODE` — Delete a promo code from a store.
- `MAILCHIMP_DELETE_PROMO_RULE` — Delete a promo rule from a store.
- `MAILCHIMP_DELETE_SEGMENT` — Delete a specific segment in a list.
- `MAILCHIMP_DELETE_STORE` — Delete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, a…
- `MAILCHIMP_DELETE_TEMPLATE` — Delete a specific template.
- `MAILCHIMP_DELETE_TEMPLATE_FOLDER` — Delete a specific template folder, and mark all the templates in the folder as 'unfiled'.
- `MAILCHIMP_DELETE_WEBHOOK` — Delete a specific webhook in a list.
- `MAILCHIMP_DELETE_WORKFLOW_EMAIL` — Removes an individual classic automation workflow email. Emails from certain workflow types, including the Abandoned Ca…
- `MAILCHIMP_GET_ABUSE_REPORT` — Get details about a specific abuse report.
- `MAILCHIMP_GET_ACCOUNT_EXPORT_INFO` — Get information about a specific account export.

---
*Response truncated. Use `npx -y @smithery/cli@latest` for complete data.*
