Tools
| Name | Description |
|---|---|
list_projectsList RevenueCat projects visible to the API key. | List RevenueCat projects visible to the API key. |
list_appsList apps in a RevenueCat project. | List apps in a RevenueCat project. |
list_customersList RevenueCat customers with cursor pagination. | List RevenueCat customers with cursor pagination. |
get_customerGet one RevenueCat customer by customer ID. | Get one RevenueCat customer by customer ID. |
list_customer_subscriptionsList subscriptions associated with a RevenueCat customer. | List subscriptions associated with a RevenueCat customer. |
list_customer_purchasesList purchases associated with a RevenueCat customer. | List purchases associated with a RevenueCat customer. |
list_productsList RevenueCat products configured for a project. | List RevenueCat products configured for a project. |
list_offeringsList RevenueCat offerings configured for a project. | List RevenueCat offerings configured for a project. |
Triggers
| Name | Description |
|---|---|
subscription_eventTriggers from a RevenueCat webhook integration created for this project. | Triggers from a RevenueCat webhook integration created for this project. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('revenuecat', 'list_projects', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'revenuecat',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect RevenueCat to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does RevenueCat support?
RevenueCat supports 8 tools including List Projects, List Apps, List Customers, Get Customer, List Customer Subscriptions, and more.
Can I use RevenueCat with AI agents?
Yes. Add RevenueCat to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can RevenueCat be used in stateful agent workflows?
Yes. Agents can combine RevenueCat tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does RevenueCat use?
RevenueCat uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the RevenueCat integration cost?
The RevenueCat integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does RevenueCat support?
RevenueCat supports 1 triggers including Subscription Event.
Connect RevenueCat in minutes
Get 20,000 free action executions every month. No credit card required.