Sequenzy is an AI-native email marketing platform built primarily for SaaS companies and e-commerce stores. Its MCP server exposes a comprehensive toolset that lets AI assistants manage nearly every aspect of an email marketing operation—from company setup and sending-domain verification to subscriber management, campaign creation, automation sequences, and revenue analytics. The platform emphasizes fast, AI-driven setup and native integrations with Stripe, Shopify, WooCommerce, and other billing/store providers.
The tools cover a broad range of functional categories. These include account & company management (companies, brand context, email themes, sender profiles, API keys), subscriber & audience management (contacts, imports, tags, lists, segments, notes, events), and content creation (templates, campaigns, transactional emails, landing pages, signup forms, image assets, AI-generated content).
Beyond content, the server offers deep automation capabilities through sequences—drip flows with triggers, delays, branching logic, discounts, SMS steps, and webhooks—plus A/B testing, integrations (payment, e-commerce, analytics, ad platforms), and Meta custom audience syncs. Finally, it provides robust analytics & deliverability tools (campaign/sequence stats, per-email metrics, email send inspection, tracking settings, suppression management), an inbox/conversations system for reply handling, outbound webhooks, team management, and SMS/MMS messaging.
1. Onboard a new brand and configure sending Set up a company from its domain, let the platform extract brand info, then add and verify a sending domain with DNS records.
Create a new company for acme.io, then add mail.acme.io as a sending domain and show me the DNS records I need to publish.2. Build an AI-generated welcome sequence Generate a multi-step nurture flow triggered when new contacts are added, then review before activating.
Create a 4-email welcome sequence for new SaaS trial users over 10 days that explains our core features and encourages upgrading. Don't enable it yet.3. Recover failed payments with dunning automation Connect a payment provider and build an event-triggered sequence that emails customers when a payment fails.
Set up a dunning sequence that triggers on the invoice.payment_failed event and sends 3 reminder emails asking the customer to update their card.4. Segment high-value users and launch a campaign Create a dynamic segment based on tags or custom attributes, then send a targeted campaign to it.
Create a segment of active customers with MRR over $50, then draft and schedule a campaign announcing our new enterprise features to them next Tuesday at 10am.5. Run abandoned cart recovery for a Shopify store Verify the storefront pixel is live and configure cart/browse abandonment automation settings.
Check whether our Shopify tracking pixel is installed, activate it if needed, and set cart abandonment to fire after 2 hours of inactivity.6. Migrate subscribers from another platform Bulk-import CRM-grade contact records with names, tags, statuses, and original signup dates preserved.
Import this list of 3,000 subscribers from our SendGrid export, preserving their original signup dates and adding them to the "Newsletter" list without triggering welcome sequences.7. Set up an A/B test on a campaign Create subject-line or content variants for a draft campaign and configure winner criteria.
Create an A/B test on my draft launch campaign with 3 subject line variants, test on 20% of the audience for 4 hours, and pick the winner by open rate.8. Analyze campaign and sequence performance Pull detailed stats including opens, clicks, replies, conversions, and revenue attribution.
Show me the stats for my last product launch campaign, including revenue attributed, click breakdown by link, and reply rate.9. Add SMS steps to an automation Check SMS readiness, generate message variants, and insert an SMS step into an existing sequence.
Check if SMS is enabled on my account, then add an SMS reminder step to my cart recovery sequence 6 hours after the first email.10. Create transactional emails and send via API Build a saved transactional template with a slug and send personalized one-off emails.
Create a password-reset transactional email template with a reset button, then send a test to me@example.com.11. Set up integration for a custom app via MCP/CLI Get integration code examples and create an API key scoped for an AI agent.
Show me the Next.js code to add subscribers from my signup form, and create an agent_safe API key I can put in my .env file.12. Manage conversations and replies Triage inbound subscriber replies from the team inbox and respond or close threads.
List all unread open conversations, then reply to the one from jordan@example.com letting them know their issue is resolved and close it.13. Sync a segment to Meta Ads Push a saved or predefined segment to a Meta custom audience on a schedule for retargeting.
Sync my "high spenders" segment to a Meta custom audience called "Retargeting - VIP" on our main ad account, refreshed daily.14. Diagnose deliverability and suppression issues Inspect tracking settings, check recipient suppression, and clear stale bounce blocks.
Check why opens aren't being recorded for our sends, and find out if customer@example.com is suppressed by a bounce and clear it if so.15. Set up outbound webhooks for real-time events Create a webhook endpoint subscribed to delivery and engagement events, with signature verification.
Create a webhook pointing to https://myapp.com/hooks/sequenzy subscribed to email.bounced and email.complained events, and send a test event.