How to Use the Eventee MCP in Cline
Tell Cline to build event dashboards and reports directly in your editor using your live Eventee data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Eventee MCP to Cline
Create your Vinkius account to connect Eventee to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Live Dashboards from Event Data
This toolset lets Cline fetch real-time event information right into VS Code. You can ask it to build a component that shows active sessions, and it will use `list_currently_active_events` and `list_event_sessions` to get the data. It doesn't just show you the JSON—it writes the code for you. Cline takes the data and generates the component file, imports what's needed, and lays out the UI. You go from a plain-text prompt to a working React or Vue component that's already connected to your live Eventee data.
Generate Attendee & Sponsor Reports with this MCP Server
Stop exporting CSVs by hand. With this MCP server, you can tell Cline to "create a sponsor report for the upcoming conference." It will use `list_event_partners_and_sponsors` to pull the data and format it into a markdown table or any other format you need. Same goes for attendees. Cline can call `list_event_registered_attendees`, process the list, and save it as a file right in your workspace. It handles the entire task end-to-end, from API call to file creation.
Script Pre-Event Sanity Checks
Use Cline to automate your pre-flight checks. Before an event, you can give it a task like, "Verify all speakers are assigned to a session for the Q4 summit." It's not just a data lookup; it's a logic check. Cline will `list_all_events` to find the right one, then fetch data from `list_event_speakers` and `list_event_sessions`. It will then cross-reference the two lists and flag any speakers who aren't assigned to a specific session, saving you from last-minute scheduling panics.
Set up Eventee MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
eventee-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Eventee refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"eventee-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Eventee. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Eventee MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Eventee MCP today
We host it, we monitor it, we maintain it. You just paste one token.