> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RevenueCat

> Manage in-app subscriptions and purchases - access customer data, subscription status, revenue analytics, and transaction history

## Connect Firebender to RevenueCat

Connect Firebender to RevenueCat to manage subscriptions and analyze revenue data.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/revenuecat.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=75f222a12d3d3a5ddf0e5cdf6a1e33c6" type="video/webm" data-path="assets/mcp/revenuecat.webm" />
</video>

## What is RevenueCat?

RevenueCat is a subscription management platform that handles in-app purchases, subscriptions, and revenue analytics across iOS, Android, and web.

With the RevenueCat MCP integration, Firebender can:

* Query customer subscription status
* Access revenue and analytics data
* Manage subscription offerings
* View transaction history
* Debug subscription issues

## Installation

Click the button below to install the RevenueCat MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=revenuecat)

Or manually configure in your `firebender.json`:

```json theme={null}
{
  "mcpServers": {
    "revenuecat": {
      "url": "https://mcp.revenuecat.ai/mcp"
    }
  }
}
```

<Note>
  RevenueCat uses Firebender's OAuth flow for authentication. Do not add a bearer token header in config.
</Note>

## Use Cases

* **Subscription Management**: Query and update customer subscriptions
* **Revenue Analysis**: Access revenue metrics and analytics
* **Customer Support**: Debug subscription issues for customers
* **Offering Configuration**: Manage subscription plans and pricing
