Skip to main content

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.

Connect Firebender to RevenueCat

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

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 Or manually configure in your firebender.json:
{
  "mcpServers": {
    "revenuecat": {
      "url": "https://mcp.revenuecat.ai/mcp"
    }
  }
}
RevenueCat uses Firebender’s OAuth flow for authentication. Do not add a bearer token header in config.

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