Connect your account, then chat with AI to run tools.
Wire Chargebee webhooks to MCPBundles and read subscription and invoice events in chat.
Try this workflow
Last subscription event
From the latest delivery, read export.json — summarize event_type, id, occurred_at, and subscription status/id from content when present.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
SaaS Billing, RevOps, Subscription Operations
Last subscription event
Classifies the Event envelope then reads subscription fields from content.
From the latest delivery, read export.json — summarize event_type, id, occurred_at, and subscription status/id from content when present.
Invoice and payment scan
Filters stored history by event_type and walks invoice/customer resources.
List recent deliveries and extract invoice_generated or payment_succeeded events with invoice id, total, currency_code, and customer email from export.json content.
Dedupe retry check
Uses top-level id for idempotency awareness across captures.
From recent reports, group export.json id values and flag any duplicate event ids that indicate Chargebee webhook retries.
How do I connect Chargebee events to MCPBundles?
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and add it as a webhook endpoint in Chargebee (Settings → Configure Chargebee → Webhooks). Your agent reads stored deliveries — latest, history, and content — in chat.
Can an agent trigger a new delivery?
No. Ingest is read-only. Data arrives when Chargebee sends it; agents query what already landed.
Domain knowledge for Chargebee Webhook — workflow patterns, data models, and gotchas for your AI agent.
Each stored delivery is one Chargebee event POST — a single JSON Event envelope. Chargebee fires one event per notable change (subscription lifecycle, invoice, payment, customer update). Tools read what already landed; there is no pull API and no way to replay, acknowledge, or mutate billing state from here.
Every POST body is one Event object. Start with top-level fields:
Chargebee retries failed webhook calls up to seven times over roughly two days (last retry around 3 days 7 hours after the original trigger). The same id resends with an identical payload — dedupe on id when counting unique events across stored deliveries. Manual resend from the Chargebee console also reuses the same event id. Webhooks may arrive out of order; content is a point-in-time snapshot that does not update on retries.
Inspect which keys exist under content before quoting fields. Common keys by category:
| Key | Typical events |
|---|---|
| subscription | subscription_* lifecycle (created, activated, changed, cancelled, renewed, paused, …) |
| customer | customer_* and many subscription/invoice events |
| invoice | invoice_*, pending_invoice_*, payment-linked billing |
| transaction | transaction_*, payment_* success/failure/refund |
| credit_note | credit_note_* refunds and adjustments |
| card, payment_source | payment method add/update/delete |
| coupon, item, item_price | catalog and promotion changes |
| quote, order, unbilled_charge | quotes, one-time orders, unbilled usage |
Resource field names follow the Chargebee REST API for the site’s api_version — do not assume v1 plan/addon shapes on a v2 Product Catalog site (or vice versa). Read what the latest JSON actually contains.
Subscription lifecycle — subscription_created, subscription_started, subscription_activated, subscription_changed, subscription_renewed, subscription_cancelled, subscription_cancellation_scheduled, subscription_reactivated, subscription_deleted, subscription_paused, subscription_resumed, subscription_trial_end_reminder, subscription_trial_extended, subscription_renewal_reminder.
Customer — customer_created, customer_changed, customer_deleted, customer_moved_out, customer_moved_in.
Invoice — invoice_generated, invoice_updated, invoice_deleted, pending_invoice_created, pending_invoice_updated.
Payments and transactions — payment_succeeded, payment_failed, payment_refunded, payment_initiated, transaction_created, transaction_updated, transaction_deleted.
Credit notes — credit_note_created, credit_note_updated, credit_note_created_with_backdating.
Payment sources — payment_source_added, payment_source_updated, payment_source_deleted, card_added, card_updated, card_deleted, card_expiring, card_expired.
content.subscription (when present)
content.customer (when present)
content.invoice (when present)
content.transaction (when present)
Return the most recently stored report — tabular rows, raw text, or JSON depending on format. Default starting point for current report questions.
List recent stored reports — ids, capture time, filename, and format. Follow with latest report or get report for full content.
Return one stored report by report_id — full content with the same source/export envelope as latest report.
Connection status — whether any reports have landed, when the last file arrived, filename, and stored report count. Includes the ingest URL only when ...
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and add it as a webhook endpoint in Chargebee (Settings → Configure Chargebee → Webhooks). Your agent reads stored deliveries — latest, history, and content — in chat.
No. Ingest is read-only. Data arrives when Chargebee sends it; agents query what already landed.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/chargebee-webhook. Authentication is handled automatically.
Chargebee Webhook provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Chargebee Webhook uses API Key. Chargebee Webhook requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Chargebee Webhook to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/chargebee-webhookThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Chargebee Webhook and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More ecommerce integrations you might like
Sharetribe is a hosted marketplace platform. Use the Integration API to manage marketplace users, li...
Read 2Checkout IPN and LCN notification POST bodies stored as JSON.
Track and control stock across warehouses. Manage stock levels, locations, movements, and product de...
Read Teachable school webhook JSON event POST payloads in chat.
Thinkific is an online course platform that enables individuals and businesses to create, market, an...
Katana is a manufacturing resource planning (MRP) software that helps businesses manage inventory, p...