@pipeworx/chargebee
Connect: https://gateway.pipeworx.io/chargebee/mcp · Install: one-click buttons
Tools: 5
Tools
- chargebee_list_subscriptions — List all subscriptions with optional filtering by status (e.g., ‘active’, ‘cancelled’). Returns subscription IDs, plans, amounts, and renewal dates. Paginate with limit and offset.
- chargebee_get_subscription — Get full subscription details by ID. Returns plan, status, billing dates, customer info, and all charges.
- chargebee_list_customers — List all customers with pagination. Returns customer IDs, names, emails, billing addresses, and creation dates.
- chargebee_get_customer — Get complete customer profile by ID. Returns name, email, address, payment methods, subscription count, and account status.
- chargebee_list_invoices — List invoices filtered by status (e.g., ‘paid’, ‘pending’) and/or customer ID. Returns invoice numbers, amounts, dates, and payment status. Paginate with limit and offset.
Tools
-
chargebee_get_customer— Get complete customer profile by ID. Returns name, email, address, payment methods, subscription count, and account status. -
chargebee_get_subscription— Get full subscription details by ID. Returns plan, status, billing dates, customer info, and all charges. -
chargebee_list_customers— List all customers with pagination. Returns customer IDs, names, emails, billing addresses, and creation dates. -
chargebee_list_invoices— List invoices filtered by status (e.g., 'paid', 'pending') and/or customer ID. Returns invoice numbers, amounts, dates, and payment status. Paginate with limit and offset. -
chargebee_list_subscriptions— List all subscriptions with optional filtering by status (e.g., 'active', 'cancelled'). Returns subscription IDs, plans, amounts, and renewal dates. Paginate with limit and offset.