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

How to Use the YouCanBook.me MCP in LangChain

Orchestrate Multi-Step Scheduling Workflows with LangChain and YouCanBook.me.

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
LangChain

Connect YouCanBook.me MCP to LangChain

Create your Vinkius account to connect YouCanBook.me to LangChain 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

Automating Booking Funnels via MCP Server

The `create_intent` tool starts a booking sequence by generating an intent ID. Your agent can immediately follow this up by calling `get_availability`, using the returned intent ID to find open time slots for the user. The agent doesn't stop there. It can then use that availability data, along with the final confirmation step via `confirm_intent`, completing a complex scheduling workflow in one chain.

Managing Profile Data in LangChain

Need to check setup details? The agent runs `get_profile` to retrieve comprehensive configuration for any given booking page. This output gives the LLM all the necessary context, like time zone rules or required fields. Alternatively, if you just need a quick overview of what's happening across your organization, running `list_profiles` immediately provides a list of every active and inactive booking page.

Handling Booking Status Changes with MCP Server

If an appointment needs to change or be canceled, the agent calls `cancel_booking`. This action permanently removes the calendar event and sends notifications to all attendees. The agent can also query existing records using `list_bookings`, filtering by status—whether they're tentative, upcoming, finished, or cancelled.

Setup guide

Set up YouCanBook.me MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes YouCanBook.me tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "youcanbookme-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent YouCanBook.me transactions"
    })
    print(result["messages"][-1].content)

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 LangChain

You chain the tools together. Start with `create_intent` to get an ID, then pass that ID into `get_availability`. The agent uses this flow to plan and execute scheduling tasks.
Yep. Use the `list_bookings` tool. It lets you query past appointments, giving you full details for specific profiles or filtering by status like 'finished' or 'cancelled'.
You can first retrieve the current record using `get_booking`. If changes are needed, you might call `cancel_booking` and then initiate a new intent to restart the process.
Absolutely. The `list_profiles` tool lets your agent list every single profile (booking page) associated with your account, making it easy to manage many services at once.
The `list_profiles` tool handles metadata about all booking pages. It provides names, IDs, and general status indicators for each profile configuration.

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.