Weavz
ClubReady

ClubReady

Studio fitness management for prospects, class bookings, check-ins, payments, notes, and user tags.

CustomCommerce
8 tools

Tools

Name
create_prospect

Create a ClubReady prospect/lead.

create_class_booking

Book a ClubReady user into a class schedule.

update_booking_status

Update a ClubReady booking status.

cancel_waitlist

Cancel a ClubReady waitlist record for a class schedule.

check_in_user

Check a ClubReady user into a club by barcode and optional user ID.

make_payment

Apply a payment to a ClubReady member invoice.

create_user_note

Add an internal note to a ClubReady user account.

tag_user

Add a tag to a ClubReady user account.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('clubready', 'create_prospect', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'clubready',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ClubReady to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ClubReady support?

ClubReady supports 8 tools including Create Prospect, Create Class Booking, Update Booking Status, Cancel Waitlist, Check In User, and more.

Can I use ClubReady with AI agents?

Yes. Add ClubReady 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 ClubReady be used in stateful agent workflows?

Yes. Agents can combine ClubReady 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 ClubReady use?

ClubReady uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the ClubReady integration cost?

The ClubReady integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect ClubReady in minutes

Get 20,000 free action executions every month. No credit card required.