Corsizio Connector for AI agents.
12 live capabilities
Manage event registrations and attendee data with a conversational interface.
Waiting for input…
Why people use Corsizio
Simplify Event Management with the Corsizio for Ticketing
With this Connector, you just ask your agent for the info. You can pull attendee lists, check payout statuses, or grab student feedback in a single sentence. You get your answers instantly without ever leaving your workspace.
What Vinkius changes
You get a conversational interface for your entire event backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking tomorrow's guest list
A workshop lead needs to see who is coming to tomorrow's session.
- Real-world use case 02
Analyzing student reviews
An instructor wants to know if students liked the last module.
- Real-world use case 03
Verifying a promotion code
A business owner needs to check if a specific coupon is still active.
Complete set · 12capabilities
The complete Corsizio capability set.
These are the exact actions your AI can choose when you ask it to work with Corsizio.
01—04
4 capabilities in this set.
Part of 12 available through Corsizio.
- 01 Capability
Get account info
See your high-level Corsizio account details. Use this to confirm your account is linked correctly.
- 02 Capability
Get attendee details
Pull specific information for a single registered participant. This is useful for checking individual registrations.
- 03 Capability
Get event details
Get the full metadata and schedule for a specific event. Use this to see dates, times, and pricing.
- 04 Capability
List attendees
Generate a complete list of everyone registered for an event. It saves you from having to export a CSV.
05—08
4 capabilities in this set.
Part of 12 available through Corsizio.
- 05 Capability
List event categories
See all the different categories of events you have listed. This helps you organize your offerings.
- 06 Capability
List event feedback
Pull all the reviews and scores left by your participants. Use this to gauge student satisfaction.
- 07 Capability
List instructors
View your full directory of instructors and staff. This keeps your team roster accessible.
- 08 Capability
List event locations
See a list of all the physical or virtual locations for your events. Great for coordinating logistics.
09—12
4 capabilities in this set.
Part of 12 available through Corsizio.
- 09 Capability
List activity logs
Check the history of actions taken on your account for security. Use this to audit recent changes.
- 10 Capability
List payouts
View your payout history and financial records. Use this to track your earnings over time.
- 11 Capability
List discount coupons
See all the active and inactive discount codes you've created. This helps you manage your promotions.
- 12 Capability
List events
Get a full list of your events with optional filters for status or date. This gives you a bird's eye view of your schedule.
Set up in minutes
One URL. Then ask Corsizio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Corsizio from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Corsizio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Corsizio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Corsizio URL.
- Step 03
Save and start
Save the connection and enable Corsizio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"corsizio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Corsizio
Open Agent mode in chat and ask: "Using Corsizio, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"corsizio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Corsizio
Ask Copilot: "Using Corsizio, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"corsizio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Corsizio
Open Cascade and ask: "Using Corsizio, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"corsizio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Corsizio
Ask Cline: "Using Corsizio, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add corsizio-alternative --transport http "https://edge.vinkius.com/vk_preview_colp8Xtpv49ab3YBdqiuh6kLwnnUypORlHcI0Sa2/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Corsizio
Ask Claude: "Using Corsizio, show me...". 12 tools are ready
Where the request belongs
Work Corsizio can move forward.
This is for event organizers and course creators who are tired of manual data entry and want to manage their registrations and feedback without leaving their primary workspace.
Event Organizer
They use this to check attendee counts and event statuses during live planning sessions.
Course Instructor
They use this to pull student feedback scores and participant lists to prep for their next class.
Business Administrator
They use this to monitor payouts and manage discount coupons across multiple active events.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCorsizio
Sell event tickets and manage class registrations with a lightweight booking platform that handles payments and attendees.
Eventzilla
Event management and ticketing platform. manage registrations, attendees, and check-ins via AI.
Brushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Sympla
Orchestrate Sympla events. manage ticket orders, handle check-ins, and track event statistics directly from any AI agent.
Eventbrite
Equip your AI agent to manage events, track attendees, and monitor ticket orders via the Eventbrite API.
Hipsy
Sell event tickets, manage registrations, and promote parties and festivals with a ticketing platform made for nightlife and entertainment.
Bring your own AI
Change the model, client or framework. Keep Corsizio connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Corsizio.
The practical details behind the request, access and result.
Can I use the Corsizio MCP to see my event attendees?
Yes, you can pull a full list of everyone registered for your events directly through your AI agent. It's much faster than logging into the dashboard and exporting a file.
How do I get student feedback using the Corsizio MCP?
You can ask your agent to pull all the reviews and scores left by your participants. This helps you see what's working and what needs improvement without manual sorting.
Can I check my payouts with the Corsizio MCP?
Yes, it allows you to view your account payouts and financial records. You can ask for a summary or look at specific dates to keep your books organized.
Does the Corsizio MCP work for managing discount codes?
You can use it to see all the active and inactive coupons you've created. This is great for quickly verifying if a promotion is still live.
Can I see my instructor directory with the Corsizio MCP?
Yes, you can pull a list of all your instructors and staff. It's a quick way to check who is assigned to what without navigating the admin panel.
How do I connect my Corsizio account to my AI client?
You just need to subscribe to the Connector on Vinkius and grab your Secret API Key from your Corsizio settings. Once you plug that in, your agent can access all your data.
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 capability 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 capability. You can optionally specify an event_id to retrieve reviews for a particular session.
One connection away
Give your agent a direct line to Corsizio.
Connect Corsizio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available