# Corsizio MCP for AI Agents AI Agent Connect

> Corsizio MCP connects your AI agent to your event registration platform. It lets you manage classes, track attendees, and monitor revenue with natural language. Instead of jumping between tabs, you can ask your agent to pull registration lists, check payment statuses, or see how your workshops are performing in real-time.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HEH2aqds0fIDNhO1kxCDEadqPgeHZkjiaADGjlme/ai-agent-connect
- **Tags:** corsizio, event-registration-api, attendee-tracking, course-management, payout-monitoring, event-feedback, discount-coupons, instructor-directory, mcp

## Description

Managing an event series usually means juggling a dozen tabs. You're constantly switching between your registration dashboard, your attendee spreadsheet, and your payment processor to see who's actually signed up and who's still owe money. This Connector changes that by bringing all those data points into a single conversation. You can ask your agent to pull a list of everyone signed up for a specific workshop or check if a certain coupon is still active. It handles the heavy lifting of navigating the Corsizio API so you can stay focused on the actual content of your classes. Because Vinkius makes it so easy to plug this into your existing workflow, you can move from planning to execution without the usual manual data entry. You can check if a student paid for their seat or see how much revenue a seminar brought in last month. It's all accessible through your chat interface. You get a clear view of your business without the friction of manual lookups. Instead of spending your afternoon auditing spreadsheets, you can get answers to your most pressing questions in seconds. This means you spend less time on administrative overhead and more time on the actual experience of your students and attendees.

## Tools

### get_attendee_details
Pull a full registration profile including payment history for a specific person.

### get_event_details
Get specific configuration data and pricing for a single event.

### list_event_categories
List all event categories

### list_discount_coupons
List all discount coupons

### list_event_feedback
List participant feedback

### list_instructors
Get a list of all teachers with their contact info and specialties.

### list_event_locations
List all event locations

### list_activity_logs
List account activity logs

### list_payouts
List account payouts

### get_account_info
Get Corsizio account details

### list_attendees
Generate a list of all registered names, emails, and payment statuses for an event.

### list_events
View all past and upcoming events in your account with their current status.

## Prompt Examples

**Prompt:** 
```
Who signed up for the 'Photography Basics' workshop?
```

**Response:** 
```
I found 18 people registered for 'Photography Basics'. Here is the list:

| Name | Email | Status |
| :--- | :--- | :--- |
| Jane Doe | jane@example.com | Paid |
| John Smith | john@example.com | Pending |

Would you like me to check if they've all paid?
```

**Prompt:** 
```
Show me the total revenue for this month.
```

**Response:** 
```
So far this month, you've brought in **$4,200** across 3 events. Your top performer was the 'Advanced Yoga Class' with **$1,500** in sales. 

Would you like a breakdown of these payments by day?
```

**Prompt:** 
```
Are there any active coupons?
```

**Response:** 
```
You currently have 3 active coupons:

* **SUMMER20** (20% off)
* **EARLYBIRD** ($50 off)
* **VIP_ACCESS** (Fixed $100 off)

All are set to expire on August 31st.
```

## Capabilities

### Pull attendee lists
Get a full list of everyone registered for a specific event.

### Check payment status
See exactly who has paid and which transactions are pending.

### Monitor event revenue
View total earnings and performance metrics for your workshops.

### Track registration growth
Get real-time stats on how many people are signing up.

### Manage discount codes
View all active coupons and their specific rules.

### View instructor details
Access contact info and specialties for your teaching staff.

## Use Cases

### Checking capacity
An organizer asks how many spots are left for a yoga class and gets the number instantly using list_events.

### Verifying payments
A teacher asks if a specific student has paid for the seminar and gets the payment status using get_attendee_details.

### Revenue reporting
A business admin asks for total revenue from last week's workshops to update their records using list_payments.

### Coupon auditing
A marketing lead checks if a specific promo code was used and how many times it's been redeemed using list_coupons.

## Benefits

- Stop manual data entry by using list_attendees to pull registration lists directly into your notes or emails.
- Keep a pulse on your finances by using get_account_stats to see real-time revenue growth without opening a dashboard.
- Improve student communication by using get_attendee_details to quickly find contact info for specific participants.
- Simplify your marketing by using list_coupons to check which discount codes are still active and valid.
- Organize your scheduling by using list_locations to see all your available venues in one quick command.
- Track your team's reach by using list_instructors to see which teachers are assigned to which events.

## How It Works

The bottom line is you get a conversational interface for your entire event registration and financial data.

1. Connect the Corsizio MCP to your AI client through the Vinkius dashboard.
2. Provide your Secret API Key from your Corsizio account settings.
3. Ask your agent to perform tasks like listing attendees or checking revenue.

## Frequently Asked Questions

**Can I use the Corsizio MCP to see who hasn't paid for my workshop?**
Yes, you can ask your agent to list attendees and check their payment status for any specific event to identify who still owes a balance.

**How does the Corsizio MCP help with my event revenue?**
It lets you pull real-time stats on your total revenue and registration counts so you can see how your business is growing without opening a dashboard.

**Can the Corsizio MCP manage my refund requests?**
It can list all processed refunds, including the original transaction reference and the amount returned, making it easy to audit your records.

**Is the Corsizio MCP good for tracking many different events?**
Yes, it allows your agent to list all past and upcoming events in your account at once, giving you a high-level view of your entire calendar.

**Can I use the Corsizio MCP to find instructor contact info?**
You can ask your agent to list all your instructors to see their names, contact details, and specialties in a single list.

**Does the Corsizio MCP work for online and physical locations?**
Yes, it can pull your list of locations, whether they are physical venues or online meeting links, so you can see where your events are happening.

**How do I get a Corsizio API Key?**
Log in to your Corsizio account, navigate to **Account Settings > Developer API**, and you will find your Secret API Key there.

**Can I process refunds via chat?**
This integration currently provides read-only access to lists of payments and refunds for auditing purposes. Refund processing should be done via the Corsizio dashboard.

**Is my data secure?**
Yes, the integration uses the official Corsizio API with your encrypted secret key. We do not store your attendee data on our servers.

**How do I find my Corsizio Secret API Key?**
Log in to your account, navigate to **Settings** > **API & Integrations**, and click **Enable API Access** to generate your secret key.

**Can I filter attendees by event?**
Yes! The `list_attendees` tool accepts a `params` string where you can provide a specific `event_id` to filter the results.

**How do I view participant feedback?**
Use the `list_event_feedback` tool. You can optionally specify an `event_id` to retrieve reviews for a particular session.