mailchimp-mcp-alien-lifestyles
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAILCHIMP_API_KEY | Yes | Mailchimp API key (with datacenter suffix) | |
| MAILCHIMP_MASK_PII | No | Mask email addresses and PII | false |
| MAILCHIMP_READONLY | No | Enable read-only mode | true |
| MAILCHIMP_LICENSE_KEY | No | License key for paid version | |
| MAILCHIMP_SERVER_PREFIX | Yes | Datacenter prefix (e.g., us9) | us21 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mc_pingA | Test connection to Mailchimp MCP server |
| mc_listAudiencesB | List Mailchimp audiences with member counts |
| mc_getAudienceC | Get audience details |
| mc_listMembersB | List members in an audience |
| mc_getMemberB | Get member details by email |
| mc_listCampaignsC | List Mailchimp campaigns |
| mc_getCampaignC | Get campaign details |
| mc_getCampaignContentC | Get campaign content |
| mc_getCampaignReportC | Get campaign analytics report |
| mc_getAccountB | Get account information |
| mc_listSegmentsB | List segments for audience |
| mc_getSegmentB | Get segment details |
| mc_listSegmentMembersC | List members in segment |
| mc_listTagsB | List tags for audience |
| mc_getTagD | Get tag information |
| mc_listMergeFieldsB | List merge fields for audience |
| mc_getMergeFieldC | Get merge field details |
| mc_listInterestCategoriesD | List interest categories |
| mc_getInterestCategoryC | Get interest category details |
| mc_listInterestsC | List interests in category |
| mc_getInterestC | Get interest details |
| mc_listTemplatesC | List email templates |
| mc_getTemplateC | Get template details |
| mc_listTemplateFoldersC | List template folders |
| mc_getTemplateFolderC | Get template folder details |
| mc_listAutomationsB | List automation workflows |
| mc_getAutomationC | Get automation workflow details |
| mc_listAutomationEmailsC | List emails in automation workflow |
| mc_getAutomationEmailC | Get automation email details |
| mc_listReportsC | List campaign reports |
| mc_listBatchOperationsC | List batch operations |
| mc_getBatchOperationC | Get batch operation details |
| mc_listConversationsC | List conversations |
| mc_getConversationC | Get conversation details |
| mc_listConversationMessagesC | List messages in conversation |
| mc_listAudienceActivityC | List activity feed for audience |
| mc_listStoresC | List e-commerce stores |
| mc_getStoreB | Get e-commerce store details |
| mc_listStoreProductsC | List products in store |
| mc_getStoreProductC | Get product details |
| mc_listStoreOrdersC | List orders from store |
| mc_getStoreOrderA | Get order details |
| mc_listStoreCustomersB | List customers from store |
| mc_getStoreCustomerB | Get customer details |
| mc_listFilesC | List files in File Manager |
| mc_getFileC | Get file details |
| mc_listFileFoldersC | List folders in File Manager |
| mc_getFileFolderB | Get file folder details |
| mc_listVerifiedDomainsB | List verified domains |
| mc_getVerifiedDomainB | Get domain authentication status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| marketer-quarterly-performance | Q4 2024 performance report |
| marketer-campaign-benchmarks | Compare campaigns to benchmarks |
| marketer-content-analysis | What content resonates with audience |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 50 tools
Each tool targets a distinct resource (e.g., account, audience, campaign, automation) with clear get/list verbs, eliminating ambiguity.
All tools follow a strict 'mc_verbResource' pattern with PascalCase (e.g., mc_getAccount, mc_listAudiences), perfectly consistent.
50 tools is high, but acceptable for a comprehensive read-only API covering many Mailchimp resources. However, the lack of write operations makes the count feel inflated.
The tool set is entirely read-only (only get/list and ping). Missing all write operations (create, update, delete) for any resource, which is a severe gap for a Mailchimp API.