Stripe + Brevo インテグレーション

Stripe + Brevo

Stripeの支払いデータをBrevoのエンゲージメントレイヤーに接続。すべての支払いイベント, サブスクリプション作成、支払い失敗、返金発行, がターゲットメッセージのトリガーになります。

使用するMCPサーバー

サーバーパッケージ認証目的
Stripe MCP@stripe/mcpAPIキーPayments, subscriptions, customers, invoices
Brevo MCPmcp.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-campaigns
description: Stripe支払いイベントからBrevoキャンペーンをトリガー
version: 1.0.0
tools:
- stripe
- brevo_contacts
- brevo_email_campaign_management
- brevo_sms_campaigns
triggers:
- 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 | 即時 |

次のステップ

AIアシスタント

こんにちは!ドキュメントについて何でもお聞きください。

Brevoで無料で始める