Stripe + Brevo 통합
Stripe + Brevo
Stripe 결제 데이터를 Brevo 인게이지먼트 레이어에 연결.
설정
{ "mcpServers": { "stripe": { "command": "npx", "args": ["-y", "@stripe/mcp"], "env": { "STRIPE_SECRET_KEY": "sk_live_your-stripe-key" } }, "brevo": { "command": "npx", "args": ["mcp-remote", "https://mcp.brevo.com/v1/brevo/mcp", "--header", "Authorization: Bearer ${BREVO_MCP_TOKEN}"], "env": { "BREVO_MCP_TOKEN": "your-brevo-mcp-token" } } }}유스케이스: 결제 이벤트 캠페인 에이전트
---name: stripe-payment-campaignstools: - stripe - brevo_contacts - brevo_email_campaign_management - brevo_sms_campaignstriggers: - event: payment_intent.succeeded - event: invoice.payment_failed - event: customer.subscription.created - event: customer.subscription.deleted---
## 이벤트→캠페인 매핑
| Stripe 이벤트 | Brevo 액션 | 타이밍 ||-------------|-------------|--------|| `payment_intent.succeeded` | 영수증 + 감사 이메일 | 즉시 || `invoice.payment_failed` | 결제 실패 이메일 + SMS | 즉시 || `customer.subscription.created` | 환영 + 온보딩 시퀀스 | 즉시 || `customer.subscription.deleted` | 취소 확인 + win-back | 즉시 |다음 단계
- Shopify + Brevo, 이커머스 통합
- 에이전트 명세, 에이전트 동작 커스터마이징