ClubReady
Studio fitness management for prospects, class bookings, check-ins, payments, notes, and user tags.
Tools
| Name | Description |
|---|---|
create_prospectCreate a ClubReady prospect/lead. | Create a ClubReady prospect/lead. |
create_class_bookingBook a ClubReady user into a class schedule. | Book a ClubReady user into a class schedule. |
update_booking_statusUpdate a ClubReady booking status. | Update a ClubReady booking status. |
cancel_waitlistCancel a ClubReady waitlist record for a class schedule. | Cancel a ClubReady waitlist record for a class schedule. |
check_in_userCheck a ClubReady user into a club by barcode and optional user ID. | Check a ClubReady user into a club by barcode and optional user ID. |
make_paymentApply a payment to a ClubReady member invoice. | Apply a payment to a ClubReady member invoice. |
create_user_noteAdd an internal note to a ClubReady user account. | Add an internal note to a ClubReady user account. |
tag_userAdd a tag to a ClubReady user account. | Add a tag to a ClubReady user account. |
Quick Start
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.