Eventmaker Connector for AI agents.
10 live capabilities
Manage trade show logistics and attendee check-ins in real-time.
Waiting for input…
Why people use Eventmaker
Eventmaker for Trade Show Logistics and Attendee Tracking
This Connector puts that data in your chat. You can ask your agent for the latest check-in numbers or pull an exhibitor list while you're walking the floor. It turns your event data into a conversation, so you spend less time clicking and more time managing the experience.
What Vinkius changes
You get a conversational dashboard for your entire event operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Live Show Rush
An event manager sees a crowd forming and asks the agent to check the list_event_checkins_log to see if the peak arrival is expected.
- Real-world use case 02
The Sales Walkthrough
A sales rep uses list_event_exhibitors to quickly identify which partners are in the building before walking into a meeting.
- Real-world use case 03
The Registration Audit
A marketing lead asks for a quick_event_engagement_audit to see if the current registration numbers meet the target for a trade show.
Complete set · 10capabilities
The complete Eventmaker capability set.
These are the exact actions your AI can choose when you ask it to work with Eventmaker.
01—04
4 capabilities in this set.
Part of 10 available through Eventmaker.
- 01 Capability
Get eventmaker account metadata
See your account's limits and metadata. Use this to keep your account healthy and within your plan's boundaries.
- 02 Capability
Get event performance stats
Get high-level stats for a specific event. This helps you see registration volumes and attendance rates at a moment's notice.
- 03 Capability
Get event detailed data
Pull detailed settings and info for a specific event. This is useful for getting deep-dive details on your project.
- 04 Capability
Quick event engagement audit
Get a fast summary of participants and check-ins. Use this to get a quick pulse check on your current event engagement.
05—07
3 capabilities in this set.
Part of 10 available through Eventmaker.
- 05 Capability
List currently ongoing events
Find out which events are currently active. This is great for quickly identifying which projects are live right now.
- 06 Capability
List event checkins log
See all check-in logs for a specific event. Use this to monitor real-time traffic and attendee flow on the floor.
- 07 Capability
List all events
See every event in your Eventmaker account. Use this to get a bird's eye view of your entire portfolio in one go.
08—10
3 capabilities in this set.
Part of 10 available through Eventmaker.
- 08 Capability
List event exhibitors
Get a list of all exhibitors and partners for an event. This helps you quickly identify who is in the building.
- 09 Capability
List event participants
Get a full list of registered participants for an event. Use this to see exactly who is signed up for a specific session.
- 10 Capability
List event sessions
See all sessions and schedule items for an event. This helps you double check the lineup for a corporate conference.
Set up in minutes
One URL. Then ask Eventmaker to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Eventmaker 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_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Eventmaker for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker URL.
- Step 03
Save and start
Save the connection and enable Eventmaker in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"eventmaker": {
"url": "https://edge.vinkius.com/vk_preview_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker
Open Agent mode in chat and ask: "Using Eventmaker, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"eventmaker": {
"url": "https://edge.vinkius.com/vk_preview_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker
Ask Copilot: "Using Eventmaker, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"eventmaker": {
"url": "https://edge.vinkius.com/vk_preview_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker
Open Cascade and ask: "Using Eventmaker, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"eventmaker": {
"url": "https://edge.vinkius.com/vk_preview_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker
Ask Cline: "Using Eventmaker, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add eventmaker --transport http "https://edge.vinkius.com/vk_preview_F2ajy28WdNdxtZNV3CjPWuxzFyLPJ9LoZH22lTxi/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 Eventmaker
Ask Claude: "Using Eventmaker, show me...". 10 tools are ready
Where the request belongs
Work Eventmaker can move forward.
This is for the event lead who is tired of being tethered to a laptop during a live show or the marketing manager who needs instant answers on exhibitor data during a sales pitch.
Event Manager
Monitors live check-in logs and attendee flow during a conference.
Sales Lead
Researches exhibitor details and session popularity during a trade show.
Operations Coordinator
Tracks registration progress and organizational health across multiple projects.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAccelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Eventzilla
Event management and ticketing platform. manage registrations, attendees, and check-ins via AI.
Bizzabo
Orchestrate your event experience via Bizzabo. manage events, registrations, and attendees directly from any AI agent.
Eventmix
Organize events with integrated registration, payment processing, and attendee communication for conferences and meetups.
EventMobi Experience
Equip your AI agent to manage event apps, track attendee engagement, and monitor sessions via the EventMobi API.
Eventtia
Equip your AI agent to manage events, track B2B meetings, and monitor attendee data via the Eventtia API.
Bring your own AI
Change the model, client or framework. Keep Eventmaker 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 Eventmaker.
The practical details behind the request, access and result.
Can I use Eventmaker MCP to see who's at my event?
Yes, you can ask your agent to pull the participant list or the check-in log for any specific event to see exactly who is on-site.
Does the Eventmaker MCP work for corporate trade shows?
It's built specifically for that. You can monitor exhibitor details, session schedules, and real-time check-ins for large-scale corporate events.
How do I get performance stats with Eventmaker MCP?
You can just ask your agent for a performance audit. It will pull registration volumes and check-in rates to show you how your event is performing.
Can I see my account limits using Eventmaker MCP?
Yes, you can check your account metadata and usage limits through the agent to make sure you're staying within your plan's boundaries.
Will this help me manage event logistics on the go?
Definitely. Since it works through your AI client, you can get answers about sessions and attendees from your phone without having to navigate a complex web dashboard.
Can I see all my events at once?
Yes, you can use the Connector to list every event managed in your account, making it easy to get a bird's-eye view of your entire portfolio.
How do I get an Eventmaker API Key?
Log in to your Eventmaker account, navigate to Account Settings > API, and you can generate or retrieve your unique API Key from there. Ensure you have an active plan that supports API access.
Can the agent perform onsite check-ins?
This integration currently focuses on listing and auditing events, participants, and check-in logs. Performing live check-ins or scanning badges should be managed via the Eventmaker mobile app or onsite hardware.
Does the integration show real-time attendance rates?
Yes, you can use the get_event_performance_stats capability to retrieve real-time data on check-in rates and total registrations compared to onsite attendance.
One connection away
Give your agent a direct line to Eventmaker.
Connect Eventmaker once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available