4,500+ servers built on MCP Fusion
Vinkius
YouCanBook.me logo
Vinkius
Mastra AI logo

How to Use the YouCanBook.me MCP in Mastra AI

Build fail-safe, multi-step booking pipelines with Mastra AI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

YouCanBook.me MCP on Cursor AI Code Editor MCP Client YouCanBook.me MCP on Claude Desktop App MCP Integration YouCanBook.me MCP on OpenAI Agents SDK MCP Compatible YouCanBook.me MCP on Visual Studio Code MCP Extension Client YouCanBook.me MCP on GitHub Copilot AI Agent MCP Integration YouCanBook.me MCP on Google Gemini AI MCP Integration YouCanBook.me MCP on Lovable AI Development MCP Client YouCanBook.me MCP on Mistral AI Agents MCP Compatible YouCanBook.me MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect YouCanBook.me MCP to Mastra AI

Create your Vinkius account to connect YouCanBook.me to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automate Booking Cancellations in Mastra AI

When a payment fails or an appointment needs to be scrapped, `cancel_booking` removes the calendar event immediately. This is irreversible and sends notifications out. You can wrap this tool in a retry loop. If cancellation fails once, your workflow engine handles it, retrying until success.

Track Booking History with Mastra AI MCP Server

You need to audit something? Use `list_bookings` and specify the status you want—say, only 'cancelled' or 'finished'. This filters out noise so your workflow focuses on what matters. It lets you build a full history report for any given profile.

Set Up Initial Booking Intents with Mastra AI

To start any new scheduling process, call `create_intent`. It provides an intent ID that your multi-step workflow can then use to check availability or confirm the booking. This makes sure your complex flow always has a starting point it can reliably track.

Setup guide

Set up YouCanBook.me MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All YouCanBook.me tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "youcanbookme-mcp-client",
  servers: {
    "youcanbookme-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "YouCanBook.me Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to YouCanBook.me tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent YouCanBook.me transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by YouCanBook.me. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 YouCanBook.me MCP in Mastra AI

Start by calling `list_profiles`. This gives you an array of all your booking pages, which your workflow engine can then iterate over to apply rules or checks.
Use `get_availability` after you create an intent. This gives your workflow precise, available time slots that can be fed into subsequent steps for confirmation.
The `get_booking` tool lets you retrieve the full record using a unique ID. This is useful for validating data before continuing a multi-step process.
You use `list_team_members` when building out your workflow. It lists all assigned staff for a given profile, helping you manage permissions before an action takes place.
The server touches the detailed configuration of a booking page through `get_profile`. This lets your workflow analyze rules like required prep time or cancellation policies.

Start using the YouCanBook.me MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for YouCanBook.me. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.