Bizzabo Connector for AI agents.
10 live capabilities
Manage event registrations and attendee data through a conversational interface.
Waiting for input…
Why people use Bizzabo
Bizzabo for Faster Event Registration Tracking
With this Connector, you just ask your agent. You get the list of speakers or the registration count immediately in your chat window. It turns a three-minute search into a three-second answer.
What Vinkius changes
You get a conversational interface for your entire Bizzabo event database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking real-time registration numbers
An event planner asks their agent to see how many people signed up for the 'Early Bird' ticket using list_registrations.
- Real-world use case 02
Finding speaker info for a specific session
An ops coordinator asks the agent who is speaking at the 2pm session to verify the lineup using get_session and list_speakers.
- Real-world use case 03
Pulling attendee lists for email marketing
A marketing manager asks the agent to pull all contact info for the 2024 conference using list_contacts.
Complete set · 10capabilities
The complete Bizzabo capability set.
These are the exact actions your AI can choose when you ask it to work with Bizzabo.
01—04
4 capabilities in this set.
Part of 10 available through Bizzabo.
- 01 Capability
List events
Lists every event currently in your Bizzabo account. Use this to see your full schedule at a glance.
- 02 Capability
Get contact
Pulls specific contact information for an individual in your Bizzabo directory. It helps you find attendee details quickly.
- 03 Capability
Get session
Provides the specific details for a session within an event. It gives you the time and topic for each part.
- 04 Capability
List contacts
Lists every contact across all of your events in one view. Use this to get a full directory of your audience.
05—07
3 capabilities in this set.
Part of 10 available through Bizzabo.
- 05 Capability
List registration types
Shows all available registration types for a particular event. This helps you see what tickets are currently for sale.
- 06 Capability
List registrations
Lists all registrants for a specific event. Use this to see who has signed up and their status.
- 07 Capability
List sessions
Lists all sessions scheduled for a specific event. This helps you coordinate the flow of your event day.
08—10
3 capabilities in this set.
Part of 10 available through Bizzabo.
- 08 Capability
List speakers
Lists all speakers associated with a specific event. It helps you keep your speaker lineup organized.
- 09 Capability
Get event
Retrieves the full details for a specific event in your account. Use this to see dates and locations.
- 10 Capability
Get registration
Fetches the specific details of a single registration. This is useful for checking individual ticket status.
Set up in minutes
One URL. Then ask Bizzabo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bizzabo 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_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bizzabo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo URL.
- Step 03
Save and start
Save the connection and enable Bizzabo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bizzabo": {
"url": "https://edge.vinkius.com/vk_preview_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo
Open Agent mode in chat and ask: "Using Bizzabo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bizzabo": {
"url": "https://edge.vinkius.com/vk_preview_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo
Ask Copilot: "Using Bizzabo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bizzabo": {
"url": "https://edge.vinkius.com/vk_preview_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo
Open Cascade and ask: "Using Bizzabo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bizzabo": {
"url": "https://edge.vinkius.com/vk_preview_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo
Ask Cline: "Using Bizzabo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bizzabo --transport http "https://edge.vinkius.com/vk_preview_cVUQNAWtVsJMJUQh7x1q4kjE4MpsOdvh6JKs53FP/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 Bizzabo
Ask Claude: "Using Bizzabo, show me...". 10 tools are ready
Where the request belongs
Work Bizzabo can move forward.
This is for event planners and marketing ops who are tired of manual data entry and clicking through dozens of pages to find simple registration numbers or speaker details.
Event Planner
Checks registration counts and event details during live updates to ensure everything is on track.
Marketing Manager
Pulls attendee lists and metadata to segment audiences for targeted email campaigns.
Operations Coordinator
Monitors session schedules and speaker info to keep the run-of-show accurate.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEventmix
Organize events with integrated registration, payment processing, and attendee communication for conferences and meetups.
Accelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Luma
Host and manage events beautifully with registration pages, attendee communication, and analytics for in-person and virtual gatherings.
Eventmaker
Equip your AI agent to manage events, track participants, and monitor check-ins via the Eventmaker API.
Eventzilla
Event management and ticketing platform. manage registrations, attendees, and check-ins via AI.
Cvent
Equip your AI agent to manage event registrations, sessions, and attendees directly via the Cvent API.
Bring your own AI
Change the model, client or framework. Keep Bizzabo 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 Bizzabo.
The practical details behind the request, access and result.
Can I use Bizzabo MCP to see my registration numbers?
Yes, you can ask your agent to list registrations for any specific event. It will pull the current count and status of all sign-ups instantly.
How do I get attendee lists from Bizzabo using an AI agent?
You can use the Connector to pull a full directory of contacts across all your events. Your agent will gather the names and details into a clean list for you.
Can Bizzabo MCP help me manage my speaker lineup?
It lets you pull a list of all speakers for a specific event. You can quickly check who is scheduled to speak without opening the dashboard.
Is there a way to check Bizzabo event details with Claude?
Yes, by connecting this Connector to Claude, you can ask for specific event details like dates, locations, and session counts through a simple chat.
How does Bizzabo MCP handle my contact directory?
It gives your agent access to your Bizzabo contact list. You can ask for specific contact info or a full list of everyone in your database.
Can I see ticket types for my events using this Connector?
Yes, your agent can pull the available registration types for any event. This helps you verify what options are currently live for attendees.
Can I check the registration count for a specific event?
Yes! Use the list_registrations capability with the Event ID. Your agent will fetch the list of registrants, allowing you to see the total volume directly.
How do I see the schedule for my upcoming event?
Simply ask the agent to list_sessions and provide the Event ID. It will retrieve all scheduled sessions, showing titles and timings.
Does the integration allow creating new events?
Currently, the toolset is focused on querying and monitoring (Read-Only). You can list and inspect events, registrations, and contacts, but creating new events must be done through the Bizzabo platform directly for full configuration control.
One connection away
Give your agent a direct line to Bizzabo.
Connect Bizzabo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available