How to Use the Whereby MCP in Claude Code
Script video conferencing operations for Claude Code pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Whereby MCP to Claude Code
Create your Vinkius account to connect Whereby 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.
Programmatic Meeting Room Lifecycle
In a CI/CD script, you can use `create_meeting_room` to generate temporary testing environments using an ISO 8601 end date. You then capture the output and pass it into another tool. The final step often requires calling `delete_meeting_room` to ensure no orphaned sessions remain. Otherwise, scripting room cleanup is simple: you list rooms with `list_active_meetings`, then delete them when they're done.
Batch Processing and Deletion of Media
Need to clear old recordings? Start by piping the output of `list_cloud_recordings` into a loop. For every ID found, execute `delete_cloud_recording`. This is critical for maintaining compliance. Similarly, you can write a script that checks details using `get_recording_details` and then archives or deletes them based on metadata.
Branding Updates via Scripting
A deployment pipeline might need to update the corporate color. Your shell script calls `update_room_theme`, providing a room name and a specific hex code for the new branding. If you want to revert, simply execute a call to `reset_room_theme`. Alternatively, before running tests, you can pull current settings using `get_room_theme`.
Set up Whereby 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 seewhereby-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Whereby transactions." It will automatically discover and invoke the available Whereby tools.
claude mcp add --transport http whereby-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 Whereby MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Whereby MCP today
We host it, we monitor it, we maintain it. You just paste one token.