revenuecat
Installation
SKILL.md
Iron Law
NO ENTITLEMENT CHECK WITHOUT REVENUECAT SDK — never roll your own subscription validation; always delegate to RevenueCat's server-side receipt verification
RevenueCat In-App Subscription Skill
MCP Server
The RevenueCat MCP server is configured in .mcp.json as a remote HTTP MCP at https://mcp.revenuecat.ai/mcp.
Setup command (already configured in .mcp.json):
claude mcp add --transport http revenuecat https://mcp.revenuecat.ai/mcp --header "Authorization: Bearer ${REVENUECAT_API_V2_SECRET_KEY}"
Authentication options:
- OAuth (recommended for Claude) — seamless browser-based auth, no API key management
- API v2 Secret Key — pass via
Authorization: Bearer <key>header (configured in .mcp.json)