Stripe + Brevo インテグレーション
Stripe + Brevo
Stripeの支払いデータをBrevoのエンゲージメントレイヤーに接続。すべての支払いイベント, サブスクリプション作成、支払い失敗、返金発行, がターゲットメッセージのトリガーになります。
使用するMCPサーバー
| サーバー | パッケージ | 認証 | 目的 |
|---|---|---|---|
| Stripe MCP | @stripe/mcp | APIキー | Payments, subscriptions, customers, invoices |
| Brevo MCP | mcp.brevo.com/v1/brevo/mcp | トークン | Contacts, email, SMS, WhatsApp, campaigns |
セットアップ
{ "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-campaignsdescription: Stripe支払いイベントからBrevoキャンペーンをトリガーversion: 1.0.0tools: - 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, Eコマースインテグレーション
- エージェント仕様, エージェント動作のカスタマイズ