ON24 Connector for AI agents.
12 live capabilities
Manage webinar registrations and engagement data from your chat interface.
Waiting for input…
Why people use ON24
ON24 Webinar Management for Marketing Teams
This Connector changes that by bringing all that data directly into your chat interface. You can ask your agent to pull registration lists, check survey results, or grab engagement stats in seconds. You get a clear picture of your event performance without ever having to click through a complex dashboard again.
What Vinkius changes
You get a direct line to your webinar data without the dashboard fatigue.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking registration counts for multiple webinars
A marketer needs to see how many people signed up for five different events.
- Real-world use case 02
Gathering survey feedback during a live session
During a live webinar, an organizer wants to see the top 3 answers to a poll.
- Real-world use case 03
Automating lead registration from a list
A demand gen team has a list of new leads and needs to add them to an upcoming event.
Complete set · 12capabilities
The complete ON24 capability set.
These are the exact actions your AI can choose when you ask it to work with ON24.
01—04
4 capabilities in this set.
Part of 12 available through ON24.
- 01 Capability
Create webinar
Set up a brand new webinar in your account. Use this to quickly spin up new events without manual clicks.
- 02 Capability
Get attendee analytics
See how many people attended and how they engaged. This is key for measuring your event success.
- 03 Capability
Get elite analytics
Pull high-level performance data for your events. Use this for executive reports and high-level strategy.
- 04 Capability
Get webinar
Fetch specific details for a single webinar. This helps you quickly grab metadata for a specific event.
05—08
4 capabilities in this set.
Part of 12 available through ON24.
- 05 Capability
List deleted events
See a list of events that were recently removed. Use this to audit your past event history.
- 06 Capability
List registrants
Get a full list of everyone who signed up for a webinar. This is your primary way to see your lead list.
- 07 Capability
List survey responses
Pull all answers from your attendee surveys. This helps you gauge audience sentiment in real time.
- 08 Capability
List target experiences
View your targeted event experiences. Use this to see the specific content tracks you have set up.
09—12
4 capabilities in this set.
Part of 12 available through ON24.
- 09 Capability
List webinars
See all webinars in your account. This gives you a full overview of your upcoming and past events.
- 10 Capability
Register attendee
Add a new person to a webinar registration list. This lets you automate the sign up process for your leads.
- 11 Capability
List engagement hubs
View the different engagement hubs in your organization. This shows you all active interactive areas.
- 12 Capability
Get account info
Check your current account status and details. This ensures your connection to the platform is active.
Set up in minutes
One URL. Then ask ON24 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ON24 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_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ON24 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24 URL.
- Step 03
Save and start
Save the connection and enable ON24 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"on24": {
"url": "https://edge.vinkius.com/vk_preview_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24
Open Agent mode in chat and ask: "Using ON24, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"on24": {
"url": "https://edge.vinkius.com/vk_preview_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24
Ask Copilot: "Using ON24, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"on24": {
"url": "https://edge.vinkius.com/vk_preview_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24
Open Cascade and ask: "Using ON24, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"on24": {
"url": "https://edge.vinkius.com/vk_preview_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24
Ask Cline: "Using ON24, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add on24 --transport http "https://edge.vinkius.com/vk_preview_7eXrMtiKFrDqmt6tzqyJpGDef7PgcRG8ibGSTcGf/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 ON24
Ask Claude: "Using ON24, show me...". 12 tools are ready
Where the request belongs
Work ON24 can move forward.
Event marketers who are drowning in spreadsheets and demand gen teams who need to move leads from registration to sales faster.
Event Marketer
Pulls registration summaries and engagement stats during a live event to adjust the flow of the presentation.
Demand Generation Manager
Automates the retrieval of lead metadata to sync with CRM systems and track conversion rates.
Marketing Developer
Pulls real-time webinar data into internal reporting capabilities to build custom marketing dashboards.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsON24 Virtual Events
Manage webinars and virtual events via ON24. track registrants, attendees, and analytics directly from your AI agent.
Demio
Equip your AI agent to manage webinar events, track registrants, and monitor sessions via the Demio API.
Livestorm
Connect your AI agent to Livestorm to manage webinars, registrations, attendees, and analytics via natural language.
Airmeet
Event management and orchestration. manage virtual events, attendees, and recordings via AI.
HeySummit
Launch virtual summits and online conferences with speaker management, attendee registration, and engagement tracking built in.
Accelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Bring your own AI
Change the model, client or framework. Keep ON24 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 ON24.
The practical details behind the request, access and result.
Can I use the ON24 MCP to see who signed up for my webinars?
Yes, you can ask your agent to pull the full list of registrants for any specific webinar. This lets you see your lead list instantly without logging into the platform.
How do I get survey results with the ON24 MCP?
You can pull all survey answers directly into your chat. This is great for seeing audience feedback in real time during a live event.
Can I register new people via the ON24 MCP?
Yes, you can use your agent to register new participants for your webinars. This helps automate your lead entry process and keeps your data clean.
Does the ON24 MCP show me engagement stats?
It does. You can pull specific attendee analytics, including attendance rates and average watch times, to see how people are interacting with your content.
How does the ON24 MCP help with lead generation?
It helps by making it easier to retrieve lead metadata and registration summaries. You can quickly identify high-value leads and move them into your sales pipeline.
Can I see my webinar calendar with ON24 MCP?
You can ask your agent to list all webinars in your account. This gives you a quick overview of your entire digital marketing calendar.
Can my AI automatically find the registration count for a specific webinar?
Yes! Use the get_webinar capability with the Event ID. Your agent will respond with complete metadata for the webinar, including total registrants and event status in seconds.
How do I find my ON24 Client ID and Tokens?
Log into ON24, navigate to Platform Capabilities > Integrations > API Tokens, and click 'Provision a New API Access Token'. You will find your Client ID, Token Key, and Token Secret there.
Does this work with EU data centers?
This integration currently targets the primary ON24 API (api.on24.com). For EU-hosted accounts requiring api.eu.on24.com, ensure your Client ID is associated with the global integration gateway.
One connection away
Give your agent a direct line to ON24.
Connect ON24 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available