BookingLive Connector for AI agents.
17 live capabilities
Manage your e-commerce bookings and order lifecycle through a conversational interface.
Waiting for input…
Why people use BookingLive
BookingLive for Automated E-commerce Order Management
With this Connector, you can just ask your agent to find all orders for a specific person or check if a product is available for next Tuesday. It handles the heavy lifting of order lifecycle management, from starting a new reservation with specific items to finalizing a sale. You get a conversational way to manage your commerce backend.
What Vinkius changes
You get a conversational interface for your entire BookingLive commerce backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking real-time room availability
A customer asks if a specific room is free for next weekend.
- Real-world use case 02
Instant reservation cancellations
A user needs to cancel a booking and notify the guest.
- Real-world use case 03
Retrieving past purchase history
A support rep needs to know what a customer bought last month.
Complete set · 17capabilities
The complete BookingLive capability set.
These are the exact actions your AI can choose when you ask it to work with BookingLive.
01—04
4 capabilities in this set.
Part of 17 available through BookingLive.
- 01 Capability
Complete order
Marks an order as finished in the system. It helps finalize transactions and move them out of the pending queue.
- 02 Capability
Get product availability
Shows if products are available for a date range. Use this to check stock before confirming a booking.
- 03 Capability
Get message content
Pulls the HTML and subject from an order's email. Use this to see exactly what a customer received.
- 04 Capability
Get order details
Shows every detail of a specific order. It's the quickest way to see a full reservation breakdown.
05—08
4 capabilities in this set.
Part of 17 available through BookingLive.
- 05 Capability
Get orders by email
Lists all orders tied to a specific email address. This is perfect for looking up a returning customer's history.
- 06 Capability
Get orders
Returns a filtered list of all orders. You can use this to scan for specific statuses or dates.
- 07 Capability
Get product detail
Provides specific details for a single product. It helps the agent understand what's being sold.
- 08 Capability
Get ref data
Pulls public data on products, resources, and staff. This gives the agent the context it needs to answer questions.
09—11
3 capabilities in this set.
Part of 17 available through BookingLive.
- 09 Capability
Get resource availability
Shows availability for resources like rooms or equipment. It prevents double-booking during the chat.
- 10 Capability
Send email to customers
Sends a notification message to a customer. Use this to push updates directly from your AI client.
- 11 Capability
Set order notification
Sets the email or SMS preferences for an order. This ensures customers get the right alerts.
12—14
3 capabilities in this set.
Part of 17 available through BookingLive.
- 12 Capability
Start order
Creates a new BookingLive order from JSON data. It's the primary way to initiate a new booking.
- 13 Capability
Update order param
Changes a specific value on an existing order. This is useful for fixing typos or updating requirements.
- 14 Capability
Abort order
Cancels a pending order so it doesn't stay in the system. Use this to clean up abandoned carts or bookings.
15—17
3 capabilities in this set.
Part of 17 available through BookingLive.
- 15 Capability
Add to order
Adds more items to a reservation that already exists. This helps when customers want to add extras at the last minute.
- 16 Capability
Cancel order
Cancels a booking and sends a confirmation email. This handles the entire cancellation process in one step.
- 17 Capability
Get events by product ids
Lists all events for specific products in a date range. Use this to see what's happening at a specific location.
Set up in minutes
One URL. Then ask BookingLive to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BookingLive from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it BookingLive, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BookingLive for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the BookingLive URL.
- Step 03
Save and start
Save the connection and enable BookingLive in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bookinglive": {
"url": "https://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using BookingLive
Open Agent mode in chat and ask: "Using BookingLive, help me...". 17 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bookinglive": {
"url": "https://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using BookingLive
Ask Copilot: "Using BookingLive, help me...". 17 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bookinglive": {
"url": "https://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using BookingLive
Open Cascade and ask: "Using BookingLive, help me...". 17 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bookinglive": {
"url": "https://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using BookingLive
Ask Cline: "Using BookingLive, help me...". 17 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bookinglive --transport http "https://edge.vinkius.com/vk_preview_vxcQhTUPxu03dtExb3lTXjjCmbwQVtDitIrsSjKz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using BookingLive
Ask Claude: "Using BookingLive, show me...". 17 tools are ready
Where the request belongs
Work BookingLive can move forward.
This is for the operations manager who is tired of manual status updates, the support rep who needs to find order history in seconds, and the e-commerce lead trying to automate high-volume booking flows.
Operations Manager
Checking daily order volumes and status distributions without building manual reports.
Customer Support Representative
Finding customer histories and canceling reservations during live chats.
E-commerce Lead
Automating the creation and updating of complex booking orders through AI workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPicktime
Equip your AI agent to manage scheduling operations. Fetch global availabilities, list locations, and manage business bookings via chat natively.
FareHarbor
Manage tour and activity bookings via FareHarbor. list companies, query availability, and handle bookings directly from your AI agent.
Amenitiz
Manage hotel reservations, room types, availability, rates, and guest profiles for your Amenitiz PMS through natural conversation.
Tripleseat
Manage event bookings, leads, contacts, venues, and accounts for your Tripleseat event management platform through natural conversation.
YouCanBook.me
Automate scheduling workflows via YouCanBook.me. manage booking pages, appointments, and availability directly from any AI agent.
SimplyBook.me
Manage services, providers, and bookings on SimplyBook.me with AI agents.
Bring your own AI
Change the model, client or framework. Keep BookingLive connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about BookingLive.
The practical details behind the request, access and result.
Can the BookingLive MCP handle customer reservations?
Yes, it manages the entire reservation lifecycle. You can use it to create new bookings, check availability, and update order details through your AI agent.
How does the BookingLive MCP help with e-commerce orders?
It allows your AI agent to perform tasks like creating orders, updating order parameters, and finalizing transactions, making it much faster to handle high-volume sales.
Can I use the BookingLive MCP to check stock?
Yes, the Connector can check real-time product and resource availability for specific date ranges, ensuring you never overbook.
Does the BookingLive MCP send emails?
Yes, it can send specific notification messages to customers and automatically send confirmation emails when you cancel a booking.
Can the BookingLive MCP find customer history?
Yes, it can instantly retrieve all historical orders associated with a specific customer's email address for faster support.
Is the BookingLive MCP good for busy support teams?
It's perfect for support teams because it cuts down on manual dashboard searching by letting your agent pull up order details and customer history instantly.
Can I search for all orders placed by a specific customer using their email?
Yes! Use the get_orders_by_email capability. Simply provide the customer's email address, and the agent will return a list of all associated orders and their current statuses.
How do I cancel an existing reservation if a customer changes their mind?
You can use the cancel_order capability by providing the unique order reference. This will cancel the order in the system and trigger the standard cancellation email to the customer.
Is it possible to view the full transaction history and items for a specific order?
Absolutely. The get_order_details capability fetches everything related to a reference, including totals, transaction types (Cash, PDQ, etc.), order items, and internal notes.
One connection away
Give your agent a direct line to BookingLive.
Connect BookingLive once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available