How to Use the HeySummit MCP in Claude Code
Run your entire HeySummit event operations from the terminal using Claude Code headless commands.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HeySummit MCP to Claude Code
Create your Vinkius account to connect HeySummit 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.
Pipe HeySummit attendee data directly into shell scripts
Claude Code lets you query your event registrations directly from the command line. You can run a command to call `list_attendees` and pipe the JSON output directly into local processing tools like jq or custom bash scripts. This terminal-first approach means you can automate ticket audits using `list_tickets` without ever opening a browser or writing custom API integrations.
Manage speakers and sessions through the CLI
Keep your schedule updated using terminal commands. Use `list_speakers` to get a clean list of presenters, then cross-reference their session times using `list_talks` to verify there are no scheduling conflicts. If you need to fetch specific details for a speaker, the agent uses `get_speaker` to output the exact bio and session details directly to stdout.
Update live event settings via MCP Server commands
Modify summit configurations on the fly. This MCP Server lets you call `update_event` to change dates, descriptions, or ticket requirements instantly from your terminal session. You can verify the updates immediately by running `get_event` to output the live event state, ensuring your changes are active on the platform.
Set up HeySummit 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 seeheysummit-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HeySummit transactions." It will automatically discover and invoke the available HeySummit tools.
claude mcp add --transport http heysummit-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 HeySummit MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HeySummit MCP today
We host it, we monitor it, we maintain it. You just paste one token.