How to Use the BookingLive MCP in Claude Code
Manage BookingLive schedules and run headless order audits right from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BookingLive MCP to Claude Code
Create your Vinkius account to connect BookingLive 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.
Run headless BookingLive audits in Claude Code
This BookingLive MCP Server lets you query reservation databases without opening a browser. You can pipe terminal outputs directly into scripts to monitor booking health or generate quick CSV reports. Claude Code runs `get_orders` and filters the results by date or status. It processes the raw JSON output instantly, allowing SREs to run quick terminal checks on active transactions.
Query customer histories instantly via terminal
When a support ticket comes in, you don't need to click through an admin UI. Just ask this MCP Server to find the customer's history using their email address directly from your terminal. The tool executes `get_orders_by_email` and `get_order_details` to return a clean terminal printout of their entire booking history, making troubleshooting fast and keyboard-driven.
Execute bulk reservation adjustments
This BookingLive resource management tool lets you handle bulk reservation changes from the command line. When a venue closes or a guide is unavailable, Claude Code can handle the fallout in seconds. It runs `get_resource_availability` to locate affected bookings, then loops through them to trigger `cancel_order` or `update_order_param` for each matching reservation.
Set up BookingLive 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 seebookinglive-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest BookingLive transactions." It will automatically discover and invoke the available BookingLive tools.
claude mcp add --transport http bookinglive-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 BookingLive MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BookingLive MCP today
We host it, we monitor it, we maintain it. You just paste one token.