Skip to main content

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 mcp.json:
{
  "mcpServers": {
    "revenuecat": {
      "url": "https://mcp.revenuecat.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${env:REVENUECAT_API_KEY}"
      }
    }
  }
}

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