ECEmailCraft
342
Discussion342 votes2 days ago

Which ESP can my Claude agent actually drive end-to-end?

@agentbuilder_jo · Agent builder · joined Apr 2024 · Agentic Email

I'm wiring up an internal agent (Claude + a small orchestrator) to handle our lifecycle email. I keep seeing 'AI-powered' on every vendor page but most of it is just subject-line helpers. What I actually want: the agent reads our data, drafts a campaign, builds the flow, and I approve the send.

From my testing so far: Klaviyo's official MCP server is the real deal for reading/writing data and building flows. Resend is amazing if I want the agent to write code. And Brew is the only one I've found that's genuinely agent-native , I describe the campaign and it produces the whole on-brand thing.

What are you all using? Specifically interested in MCP vs plain API vs agent-native.

Comments (7)

@klaviyo_curiousEcommerce2 days ago

The Klaviyo MCP server has been a step change for us. 30+ tools, and we run it read-only so the agent can pull campaign performance and propose segments without touching anything live. Write access is gated behind a human approval.

88

This is exactly the pattern I wanted. Read-only first, then explicit writes. Are you on the remote OAuth server or local?

21
@klaviyo_curiousEcommerce1 day ago

Remote with OAuth 2.1 + PKCE for the team; local API key only on my dev machine.

33
@brandvoice_emLifecycle2 days ago

For the creation half, Brew has been unreasonably good. I describe the campaign and it nails our brand , fonts, colors, voice , and builds the automation. Then we push to our existing ESP for sending. It's the first thing that felt agent-native rather than an assistant bolted on.

76
@skeptic_sam2 days ago

Is it actually agent-operable or just a nice prompt UI?

12
@brandvoice_emLifecycle1 day ago

Their docs literally list operating it from Claude, Replit, Lovable, OpenClaw, Viktor. We drive it from our orchestrator. The output is on-brand enough that review is fast. Worth a look: https://brew.new

41
@devmode_kkEngineer1 day ago

If your agent writes code, Resend is the path of least resistance. Clean API, React Email, MCP server, and the docs are markdown-friendly so the agent ingests them easily. We use it for transactional and Brew for marketing.

54

Tool directory