RevenueCat
MCP Server** - Manage your In-app-purchases in [RevenueCat](https://www.revenuecat.com) without leaving your AI coding environment.
Capabilities6 decomposed
mcp-based revenuecat api integration for in-app purchase management
Medium confidenceExposes RevenueCat's REST API through the Model Context Protocol (MCP) standard, allowing AI coding assistants and LLM agents to invoke RevenueCat operations (create subscriptions, manage entitlements, query customer data) without leaving the IDE or chat interface. Uses MCP's tool-calling schema to translate natural language requests into authenticated RevenueCat API calls, with automatic request/response marshaling and error handling.
Bridges RevenueCat's REST API into the MCP ecosystem, enabling AI assistants to manage subscriptions and entitlements natively without custom API wrappers or external tools. Uses MCP's standardized tool schema to abstract RevenueCat's endpoint complexity, allowing LLMs to reason about purchase operations in natural language.
Unlike direct RevenueCat SDK integration (which requires native code), MCP integration works across any MCP-compatible AI tool and IDE, reducing context-switching and enabling AI-driven automation of billing workflows without leaving the development environment.
customer subscription state querying with real-time entitlement resolution
Medium confidenceRetrieves live customer subscription data from RevenueCat, including active subscriptions, entitlements, expiration dates, and renewal status. Implements caching at the MCP layer to reduce API calls for repeated queries on the same customer within a session, and resolves entitlements based on the customer's current subscription state and any manually-granted access.
Exposes RevenueCat's customer entitlement resolution logic through MCP, allowing AI agents to reason about subscription state without understanding RevenueCat's internal entitlement calculation rules. Abstracts the complexity of subscription status (active, expired, grace period, etc.) into a simple entitlements list.
Faster than manually querying RevenueCat's dashboard for each customer; more reliable than client-side entitlement caching because it always reflects server-side truth from RevenueCat's backend.
subscription creation and modification with validation
Medium confidenceEnables programmatic creation of new subscriptions and modification of existing ones (e.g., upgrading, downgrading, pausing) through MCP tool calls. Validates subscription parameters (product ID, entitlements, pricing) against the app's offering configuration before submitting to RevenueCat, and returns confirmation with the new subscription state and any entitlements granted.
Wraps RevenueCat's subscription mutation endpoints in MCP's tool schema, allowing AI agents to reason about subscription state transitions in natural language (e.g., 'upgrade user to premium') and automatically handle the underlying API complexity. Includes client-side validation to catch configuration errors before hitting RevenueCat's API.
More flexible than RevenueCat's dashboard for bulk or programmatic subscription changes; safer than direct API calls because MCP layer validates parameters and provides structured error feedback to the AI agent.
transaction history and revenue analytics querying
Medium confidenceRetrieves transaction logs, revenue metrics, and subscription analytics from RevenueCat through MCP, enabling AI agents to analyze customer purchase history, churn patterns, and revenue trends. Supports filtering by date range, product, customer, or transaction status, and returns aggregated metrics (MRR, churn rate, ARPU) if RevenueCat's analytics endpoints are exposed.
Exposes RevenueCat's analytics and transaction APIs through MCP, allowing AI agents to perform ad-hoc revenue analysis and generate insights without switching to RevenueCat's dashboard or building custom reporting tools. Supports natural language queries like 'show me churn for Q3' that the AI agent translates to structured API calls.
More accessible than RevenueCat's dashboard for non-technical stakeholders; faster than exporting data to spreadsheets because the AI agent can query, filter, and summarize in real-time.
offering and product configuration introspection
Medium confidenceQueries RevenueCat's app configuration (offerings, products, entitlements, pricing tiers) through MCP, allowing AI agents to understand the subscription structure without manual dashboard navigation. Returns the full offering tree with product IDs, entitlements, pricing, and trial configurations, enabling the agent to validate subscription operations against the app's actual configuration.
Exposes RevenueCat's offering configuration as queryable data through MCP, allowing AI agents to build a mental model of the app's subscription structure and validate operations against it. Acts as a schema registry for subscription operations, enabling the agent to catch configuration errors before hitting the API.
Eliminates manual dashboard navigation to understand offerings; enables AI agents to self-validate subscription operations, reducing failed API calls and improving reliability.
entitlement grant and revocation with audit logging
Medium confidenceAllows manual granting or revocation of entitlements for a customer outside the normal subscription lifecycle, useful for testing, support interventions, or promotional access. Logs all entitlement changes with timestamp, reason, and operator ID, enabling audit trails for compliance and support investigations. Changes are immediately reflected in the customer's entitlements list.
Exposes RevenueCat's manual entitlement grant/revoke API through MCP with built-in audit logging, allowing AI agents to perform support interventions (e.g., granting promotional access) while maintaining compliance trails. Abstracts the complexity of entitlement lifecycle management.
Faster than manual RevenueCat dashboard access for support teams; safer than direct API calls because MCP layer enforces audit logging and validates entitlement IDs before submission.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with RevenueCat, ranked by overlap. Discovered automatically through the match graph.
Chargebee
** - MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com).
mcp-boilerplate
A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools.
PayMCP
** (Python & TypeScript) - Lightweight payments layer for MCP servers: turn tools into paid endpoints with a two-line decorator. [PyPI](https://pypi.org/project/paymcp/) · [npm](https://www.npmjs.com/package/paymcp) · [TS repo](https://github.com/blustAI/paymcp-ts)
MCP Servers Rating and User Reviews
** - Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
@restormel/mcp
MCP tool definitions for Restormel — models, providers, cost, routing, entitlements, and docs.
MightyGPT
Transform WhatsApp and iMessage with GPT-3 AI chatbot...
Best For
- ✓Mobile app developers integrating RevenueCat SDKs who want frictionless access to purchase data during development
- ✓AI-assisted development teams using Claude, ChatGPT, or other MCP-compatible LLMs to scaffold billing logic
- ✓DevOps/backend engineers automating subscription management tasks via AI agents
- ✓Backend developers building feature-gating logic who want to validate entitlements during development
- ✓QA engineers testing subscription flows and entitlement grants without manual RevenueCat dashboard navigation
- ✓Support engineers debugging customer billing issues with AI-assisted investigation
- ✓Mobile app developers testing subscription flows and entitlement grants in development
- ✓QA engineers automating subscription state transitions for test scenarios
Known Limitations
- ⚠Requires RevenueCat account and API key — no local-only operation possible
- ⚠MCP protocol overhead adds ~100-300ms per request compared to direct REST calls
- ⚠Limited to RevenueCat's API surface — cannot perform operations not exposed by RevenueCat's REST endpoints
- ⚠No built-in caching or rate-limiting — relies on RevenueCat's rate limits (typically 100 req/s per API key)
- ⚠Requires MCP-compatible AI tool (Claude, etc.) — not usable with basic chat interfaces
- ⚠Queries return point-in-time snapshots — no real-time streaming of subscription changes
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
** - Manage your In-app-purchases in [RevenueCat](https://www.revenuecat.com) without leaving your AI coding environment.
Categories
Alternatives to RevenueCat
Are you the builder of RevenueCat?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →