How to Use the Eventmaker MCP in Claude Code
Manage Eventmaker check-ins, audit engagement, and trigger terminal scripts automatically with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Eventmaker MCP to Claude Code
Create your Vinkius account to connect Eventmaker to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Eventmaker MCP Server Audits
The `quick_event_engagement_audit` tool allows Claude Code to pull high-level participant summaries directly from your terminal. You can run headless audits on a cron schedule to track registration numbers without ever opening a web browser. Pipe the output into your monitoring stack or trigger alerts if check-in ratios fall below a specific threshold. Claude Code executes the API calls, parses the JSON response, and feeds the exact metrics to your CI/CD pipeline.
Monitor Live Ongoing Events
Executing `list_currently_ongoing_events` gives your terminal agent immediate visibility into active conferences and meetings. SREs can use this data to scale backend infrastructure exactly when an event goes live. Once the event is active, Claude Code pulls `get_event_performance_stats` to monitor load and engagement metrics. You can write a shell script that triggers these checks every ten minutes, ensuring your systems handle the traffic spikes.
Export Participant and Session Logs
The `list_event_participants` tool lets you dump the entire registered attendee roster straight to standard output. Instead of dealing with clunky dashboard exports, you just run a single command to grab the raw data. Claude Code grabs the participant list and chains it with `list_event_sessions` to build a complete map of who is attending what. You can pipe this data into a Python script for deep analysis or push it directly to your data warehouse.
Set up Eventmaker MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeeventmaker-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Eventmaker transactions." It will automatically discover and invoke the available Eventmaker tools.
claude mcp add --transport http eventmaker-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Eventmaker MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Eventmaker MCP today
We host it, we monitor it, we maintain it. You just paste one token.