revenuecat-mcp
Related Servers
Alternatives to revenuecat-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to query RevenueCat's subscription analytics API using natural language, retrieving metrics like MRR, churn, and revenue.35MIT
- AlicenseAqualityDmaintenanceAn MCP server that gives AI agents access to RevenueCat's Charts & Metrics API. Query MRR, churn, trial conversion, revenue, and 17 more subscription metrics directly from Claude, Cursor, or any MCP client.513MIT

@chargebee/mcpofficial
AlicenseAqualityFmaintenanceMCP Server that connects AI agents to Chargebee Platform.25416MIT- AlicenseAqualityBmaintenanceMCP server that gives AI assistants real-time access to Stripe business metrics like MRR, churn, and revenue forecasts via natural language queries.7MIT
- AlicenseAqualityBmaintenanceMCP server for Claude Desktop that exposes App Store Connect and RevenueCat APIs, enabling indie iOS developers to query portfolio metrics, sales reports, subscriptions, and customer reviews directly in chat.17MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that exposes the wallet-watch subscription-tracking REST API as tools for AI assistants, enabling natural language management of subscriptions including listing, renewal forecasts, spend summaries, and actions like snoozing or downgrading.-
TDQS
Scored across 6 tools
Each tool targets a distinct operation: fetching subscriber info, checking a specific entitlement, retrieving offerings, granting/revoking entitlements, and deleting subscribers. The purposes are clearly separated with no meaningful overlap.
All tool names follow the consistent verb_noun snake_case pattern (e.g., get_subscriber, grant_entitlement, revoke_entitlement). This makes the API predictable and easy to navigate.
Six tools is a well-scoped number for a subscription management server. Each tool serves a clear purpose without redundancy or unnecessary bloat.
The server covers the core read and write operations for subscriber and entitlement management. Minor gaps exist such as lack of subscriber attribute updates or bulk listing, but the essential lifecycle is well represented.