# Clubspeed MCP for AI Agents AI Agent Connect

> Clubspeed MCP lets you run your entertainment venue and racing events from your AI agent. Track customers, manage race heats, and check reservations without leaving your chat interface. It connects your venue data directly to your agent so you can handle bookings and racer profiles through natural conversation.

## Overview
- **Category:** event-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qHBg1culZghNWACR9y09sZrKkBalURrtt1JPQTCP/ai-agent-connect
- **Tags:** venue-management, booking-system, reservation-tracking, customer-profiles, activity-scheduling, leisure-tech

## Description

Running an entertainment venue usually means jumping between different tabs to check who's booked, which racers have signed their waivers, and what the current heat schedule looks like. This Connector changes that by bringing your Clubspeed data directly into your AI client. You can ask your agent to pull up a customer profile or check a reservation's status while you're busy on the floor. It handles the heavy lifting of data retrieval so you can focus on the people in front of you. You'll find this Connector in the Vinkius catalog, where it connects your venue management system to your daily workflow. Instead of clicking through menus to find a specific racer or checking a list of activities, you just ask. It's about getting the right information at the right moment without the friction of a traditional dashboard.

## Tools

### get_reservation_details
Look up the specifics of a single booking. You'll see the time, guest count, and other details.

### list_venue_activities
See what's currently available for booking. This helps you tell customers what's open right now.

### get_clubspeed_account_info
Retrieve your core venue and account details. Use this to quickly verify your site's basic information.

### get_customer_venue_details
Pull up a specific customer's profile. It's great for seeing a racer's history and contact info.

### list_venue_customers
Pull a list of all registered racers. Use this to see your total customer base at a glance.

### list_race_heats
View all past and upcoming race heats. Perfect for checking the schedule during a busy event.

### list_venue_reservations
Get a full list of all current and future bookings. Use this to manage your daily calendar.

### list_customer_waivers
Check which customers have signed their liability waivers. This keeps your venue compliant and safe.

## Prompt Examples

**Prompt:** 
```
Who's booked for today?
```

**Response:** 
```
### Today's Bookings

| Time | Group Name | Guests |
| :--- | :--- | :--- |
| 10:00 AM | Smith Birthday | 12 |
| 12:30 PM | Corporate Team | 25 |
| 02:00 PM | Local Racing Club | 15 |

**Total bookings for today: 3**
```

**Prompt:** 
```
Is racer John Doe signed up and cleared?
```

**Response:** 
```
Checking profile for **John Doe**...

*   **Status:** Active
*   **Waiver:** ✅ Signed (Last updated: Oct 12, 2023)
*   **Total Races:** 24

He is cleared to participate today.
```

**Prompt:** 
```
What's the heat schedule for the 2pm event?
```

**Response:** 
```
### Upcoming Heat Schedule

*   **Heat #45** (Pro Karting) - 2:00 PM
*   **Heat #46** (Junior Karting) - 2:15 PM
*   **Heat #47** (Open Class) - 2:30 PM

Would you like me to list the participants for Heat #45?
```

## Capabilities

### Pull up racer profiles
Get detailed contact info and history for any registered customer instantly.

### Check reservation status
View the specifics of any booking to see guest counts and scheduled times.

### View race heat schedules
See all past and upcoming race heats to keep your event running on time.

### Verify liability waivers
Check which customers have signed their waivers to ensure your venue stays compliant.

### List venue activities
See what's currently available for booking at your specific location.

### Get venue details
Retrieve core account and site information whenever you need it.

## Use Cases

### Handling a walk-in waiver check
A racer shows up at the gate. The staff asks the agent to check if they have a signed waiver using list_customer_waivers.

### Checking event capacity
A group calls to ask about a Friday booking. The manager asks the agent to list all current bookings using list_venue_reservations.

### Managing a racing league
An event coordinator needs to see the progression of the day. They ask the agent to pull the current heats using list_race_heats.

### Verifying racer history
A customer wants to know their previous times. The staff uses get_customer_venue_details to pull up their historical data.

## Benefits

- Stop tab-switching by using list_venue_reservations to see your entire daily calendar in one view.
- Speed up check-ins by using list_customer_waivers to instantly see if a racer is cleared to participate.
- Improve event flow by using list_race_heats to give real-time updates to racers on their next slot.
- Get instant answers by using get_customer_venue_details to look up a racer's history while they're at the counter.
- Handle inquiries faster by using list_venue_activities to see what's available for last-minute bookings.
- Verify your site's core data quickly by using get_clubspeed_account_info whenever you need a status check.

## How It Works

The bottom line is you get to manage your entire venue's logistics through a simple chat interface.

1. Subscribe to the Clubspeed MCP on Vinkius
2. Enter your Clubspeed Private Key and Site ID in your AI client
3. Ask your agent to fetch reservations, racer info, or heat schedules

## Frequently Asked Questions

**Can I use Clubspeed MCP to manage my karting venue?**
Yes. This Connector connects your Clubspeed venue data to your AI agent, letting you manage bookings, racers, and schedules through a chat interface.

**How do I check racer waivers with Clubspeed?**
You can ask your AI agent to check the waiver status for any registered customer. It will pull the latest waiver data directly from your venue's records.

**Can the Clubspeed MCP see my race heats?**
Yes, it can pull a list of all past and upcoming race heats, making it easy to check the schedule during a live event.

**Does Clubspeed MCP work with my existing bookings?**
It works with your existing Clubspeed account. You can use it to list all current reservations or pull specific booking details on the fly.

**How do I see venue activities using Clubspeed?**
Your agent can list all activities available at your venue. This is helpful for quickly telling customers what's open for booking at any given time.

**Can I look up customer profiles with Clubspeed MCP?**
Absolutely. You can ask for a specific customer's details, and the agent will retrieve their profile, contact info, and participation history.

**Can I see if a customer has signed their waiver through the agent?**
Yes! Use the `list_customer_waivers` tool. The agent will return all signed waivers, allowing you to verify compliance before a customer starts their activity.

**How do I check the race heat schedule for today?**
Use the `list_race_heats` tool. Your agent will fetch the list of upcoming and past heats, allowing you to monitor the day's schedule directly.

**Where do I find my Clubspeed Private Key and Site ID?**
You can find your **Private Key** in your Clubspeed API settings. The **Site ID** is typically your account's subdomain (e.g., if your dashboard is `myvenue.clubspeed.com`, your Site ID is `myvenue`).