Collega l'API RevenueCat
Integra l'API RevenueCat tramite l'API REST unificata di Modiva e il server MCP ospitato. Read subscriptions, products, entitlements, offerings, packages and customers across your RevenueCat project. OAuth, aggiornamento dei token, rate limit e 12 strumenti tipizzati sono gestiti per te: collega una volta e richiama RevenueCat da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API RevenueCat
- ✓ Products & entitlements
- ✓ Offerings & packages
- ✓ Customers & subscriptions
- — Write operations
- — Webhooks (Poll via the customer/subscription tools)
Strumenti MCP e scope di RevenueCat
- accounts_
- get · project identity
- apps_
- list · get
- products_
- list · get
- entitlements_
- list · get
- offerings_
- list · packages
- customers_
- get · subscriptions · purchases
Scope OAuth richiesti
- Read your project identity
- Read apps and products
- Read entitlements and offerings
- Read customers, subscriptions and purchases
Collega RevenueCat nel tuo agente
# Add Modiva's MCP server to your agent
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai",
"headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
}
}
}
# Then connect RevenueCat and call its tools, e.g.
accounts_list(provider="revenuecat")Domande frequenti
Come collego l'API RevenueCat con Modiva?
Crea un account Modiva, genera una chiave MCP e collega RevenueCat dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.
Cosa posso fare con l'API RevenueCat tramite Modiva?
Read subscriptions, products, entitlements, offerings, packages and customers across your RevenueCat project. Ottieni 12 strumenti tipizzati raggruppati per risorsa (accounts_, apps_, products_, entitlements_, offerings_, customers_), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di RevenueCat, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.
Un agente IA può usare l'API RevenueCat?
Sì, è proprio questo il punto. Modiva espone RevenueCat come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su RevenueCat attraverso un unico endpoint.
Playbook e guide di RevenueCat
Playbook gratuiti e passo dopo passo sulla crescita con RevenueCat: cosa funziona, oltre a come metterlo in pratica con Modiva.