BookingLive MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 17 tools to Abort Order, Add To Order, Cancel Order, and more
The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect BookingLive through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.
Ask AI about this MCP Server for Vercel AI SDK
The BookingLive MCP Server for Vercel AI SDK is a standout in the Ecommerce category — giving your AI agent 17 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";
async function main() {
const mcpClient = await createMCPClient({
transport: {
type: "http",
// Your Vinkius token. get it at cloud.vinkius.com
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
});
try {
const tools = await mcpClient.tools();
const { text } = await generateText({
model: openai("gpt-4o"),
tools,
prompt: "Using BookingLive, list all available capabilities.",
});
console.log(text);
} finally {
await mcpClient.close();
}
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About BookingLive MCP Server
Connect your BookingLive account to any AI agent to streamline your scheduling and commerce workflows. This server enables full control over the booking lifecycle through natural language.
The Vercel AI SDK gives every BookingLive tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 17 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.
What you can do
- Order Lifecycle — Start new orders, add items to existing ones, and finalize completions with transaction records.
- Order Retrieval — Fetch comprehensive metadata for specific order references or filter entire lists by email, status, or creation date.
- Customer Management — Instantly retrieve all historical orders associated with a specific purchaser's email address.
- Order Maintenance — Cancel or abort orders to keep your inventory clean, and update specific order parameters as requirements change.
- Availability & Products — Inspect product details and check resource availability to ensure seamless booking experiences.
The BookingLive MCP Server exposes 17 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 17 BookingLive tools available for Vercel AI SDK
When Vercel AI SDK connects to BookingLive through Vinkius, your AI agent gets direct access to every tool listed below — spanning booking-system, reservation-management, scheduling-tool, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Abort order on BookingLive
Aborts an order to ensure no pending items remain
Add to order on BookingLive
Adds items to an existing order
Cancel order on BookingLive
Cancels an order and sends a cancellation email
Complete order on BookingLive
Completes an order
Get events by product ids on BookingLive
Returns all events for selected products within a date range
Get message content on BookingLive
Returns the HTML content and subject of an email for a specific order
Get order details on BookingLive
Returns full details of a specific order
Get orders on BookingLive
Returns a filtered list of all orders
Get orders by email on BookingLive
Returns all orders associated with a specific purchaser email
Get product availability on BookingLive
Returns public product availability for a date range
Get product detail on BookingLive
Returns details for specific products
Get ref data on BookingLive
Returns public reference data (Products, ProductGroups, Resources, Locations, Staff)
Get resource availability on BookingLive
Returns public resource availability for a date range
Send email to customers on BookingLive
Sends a specific notification message to a customer
Set order notification on BookingLive
Sets notification preferences (Email/SMS) for an order
Start order on BookingLive
Provide Member details and OrderItems as JSON objects. Starts a new BookingLive order
Update order param on BookingLive
Updates a specific parameter value for an order
Connect BookingLive to Vercel AI SDK via MCP
Follow these steps to wire BookingLive into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @ai-sdk/mcp ai @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the script
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Vercel AI SDK with the BookingLive MCP Server
Vercel AI SDK provides unique advantages when paired with BookingLive through the Model Context Protocol.
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same BookingLive integration everywhere
Built-in streaming UI primitives let you display BookingLive tool results progressively in React, Svelte, or Vue components
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
BookingLive + Vercel AI SDK Use Cases
Practical scenarios where Vercel AI SDK combined with the BookingLive MCP Server delivers measurable value.
AI-powered web apps: build dashboards that query BookingLive in real-time and stream results to the UI with zero loading states
API backends: create serverless endpoints that orchestrate BookingLive tools and return structured JSON responses to any frontend
Chatbots with tool use: embed BookingLive capabilities into conversational interfaces with streaming responses and tool call visibility
Internal tools: build admin panels where team members interact with BookingLive through natural language queries
Example Prompts for BookingLive in Vercel AI SDK
Ready-to-use prompts you can give your Vercel AI SDK agent to start working with BookingLive immediately.
"Find all orders associated with the email 'support@example.com'."
"Get the full details for order reference BKL-55432."
"Cancel order BKL-1002 and send the confirmation email."
Troubleshooting BookingLive MCP Server with Vercel AI SDK
Common issues when connecting BookingLive to Vercel AI SDK through Vinkius, and how to resolve them.
createMCPClient is not a function
npm install @ai-sdk/mcpBookingLive + Vercel AI SDK FAQ
Common questions about integrating BookingLive MCP Server with Vercel AI SDK.
How does the Vercel AI SDK connect to MCP servers?
createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.Can I use MCP tools in Edge Functions?
Does it support streaming tool results?
useChat and streamText that handle tool calls and display results progressively in the UI.Explore More MCP Servers
View all →
WooCommerce
10 toolsManage products, orders, and store analytics on WooCommerce — the most customizable open-source eCommerce platform.

OptimoRoute
10 toolsOptimize delivery routes via OptimoRoute — create orders, track driver locations, and manage route planning directly from any AI agent.

Oracle NetSuite
9 toolsManage financials, sales orders, inventory, and customer records on Oracle NetSuite — the leading cloud ERP.

Shopify
10 toolsBuild and grow your online store with the e-commerce platform that powers millions of businesses from first sale to global scale.
