MCP server
RevenueCat MCP for Draftbit
AI-powered subscription management through natural language interactions
What is RevenueCat?
The RevenueCat MCP Server enables AI assistants to manage subscription apps, products, entitlements, offerings, paywalls, and monitor configurations. Provides 26 different capabilities for complete subscription management through natural language interactions.
Use RevenueCat with Draftbit
- AI-powered subscription management through natural language interactions.
- Available to every AI agent run inside your Draftbit app.
- Auth and tokens stay scoped to your app — no manual wiring on each agent run.
- Covers subscriptions, payments, revenue, monetization workflows.
Example
mcp-config.json {
"mcpServers": {
"revenuecat": {
"url": "https://mcp.revenuecat.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_REVENUECAT_TOKEN"
}
}
}
}Use cases
- Add subscription paywalls to a freemium app
- Restore purchases across iOS and Android
- Track active subscribers and lifetime value
Authentication
Authentication is a single header you paste once in Draftbit. Your token stays scoped to the app.
Use RevenueCat in a Draftbit app today
Start free, connect RevenueCat in minutes, and ship with AI agents that know how to use it.
Frequently asked questions
What is the RevenueCat MCP?
The RevenueCat MCP Server enables AI assistants to manage subscription apps, products, entitlements, offerings, paywalls, and monitor configurations. Provides 26 different capabilities for complete subscription management through natural language interactions.
How do I connect the RevenueCat MCP to Draftbit?
Open your Draftbit app, go to Integrations and then MCPs, find RevenueCat in the preconfigured list, and add it. Once you have authenticated, the AI agents working in your app can use the RevenueCat tools right away.
Does Draftbit support RevenueCat's authentication?
Yes. Draftbit connects to the RevenueCat MCP using an API key sent as a header. The credentials stay scoped to your app and never appear in generated code.
What can I build with RevenueCat and Draftbit?
Most teams bring RevenueCat in as a subscription platform behind a mobile or web app. You might use RevenueCat to add subscription paywalls to a freemium app, or to restore purchases across iOS and Android. The MCP tools are for the build itself. While a chat thread is active, the AI agents in Draftbit can call RevenueCat directly.