How to Use the Eventee MCP in Claude Code
Automate your Eventee operations from the terminal. Pipe live event data into your scripts and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Eventee MCP to Claude Code
Create your Vinkius account to connect Eventee 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.
Monitor Event Status in CI/CD
This MCP server connects your Eventee account straight to your command line. You can run `claude mcp call eventee-mcp list_currently_active_events` in a cron job or a GitHub Action. If the output is empty when an event should be live, you can trigger an alert. It's a simple, powerful way to build monitoring for your key events. No dashboards, no UI. Just a command that either succeeds or fails, perfect for automated workflows and shell scripting.
Script Bulk Data Extraction
Use Claude Code to pull event data for your backend processes. The output is always clean JSON, so you can pipe it directly into other command-line tools. For example, you can get all attendees with `list_event_registered_attendees` and pipe the result to `jq` for filtering. This is ideal for headless automation. You can write simple shell scripts to sync attendee lists to a database, archive audience questions after an event, or pull sponsor lists for invoicing, all without leaving your terminal.
Run Audits from the Command Line
Get a quick health check on any event without opening a browser. Just use the `quick_event_engagement_audit` tool with an event ID. It returns a high-level summary of sessions, speakers, and attendees right in your terminal. This is perfect for an SRE or operator who needs to check on a live event's status. It gives you immediate, critical information so you can confirm things are running smoothly or spot a problem fast.
Set up Eventee 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 seeeventee-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Eventee transactions." It will automatically discover and invoke the available Eventee tools.
claude mcp add --transport http eventee-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 Eventee MCP in Claude Code
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.