
RevenueCat (Backend)
Use RevenueCat (Backend) to manage in-app purchase configuration and runtime checks without leaving Claude Code. Connect with OAuth, then list and edit projects, apps, products, entitlements, offerings, and webhooks. You can create or update subscription tiers, one-time purchases, and consumables, and push changes to RevenueCat via the API.
Inspect and reproduce subscriber state by pulling receipts, checking active entitlements, and viewing raw purchase history. The plugin reads purchase events and webhook payloads so you can trace why a user lost access or why a renewal failed. It also runs test receipts and shows refund and cancellation metadata returned by RevenueCat.
Manage webhooks: register endpoints, resend failed deliveries, and view recent attempts. Use the plugin to generate signed webhook payloads for local testing and to map offerings to products across platforms. The OAuth flow stores tokens so commands act on the correct workspace and app.
Imagine debugging a failed subscription flow during a support call: instead of switching to the dashboard, you pull the subscriber state, replay a webhook, and update an entitlement from the terminal. That cuts context switching and saves time when fixing live purchase problems across iOS, Android, and web.