YouCanBook.me Connector for AI agents.
10 live capabilities
Manage booking pages and appointments through a natural conversation.
Waiting for input…
Why people use YouCanBook.me
YouCanBook.me Scheduling for Sales and Success Teams
With this Connector, your agent does the legwork. You ask who's coming in today, and it pulls the list. You need to cancel a meeting? One command handles the calendar and the notification. You get a clean, conversation-based way to run your schedule.
What Vinkius changes
You stop clicking through dashboards and start managing your schedule through conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking tomorrow's schedule
A sales lead needs to see who is coming in tomorrow.
- Real-world use case 02
Handling last-minute cancellations
A client needs to cancel a demo.
- Real-world use case 03
Verifying team availability
A founder wants to see who's on the team.
Complete set · 10capabilities
The complete YouCanBook.me capability set.
These are the exact actions your AI can choose when you ask it to work with YouCanBook.me.
01—04
4 capabilities in this set.
Part of 10 available through YouCanBook.me.
- 01 Capability
Get account
Shows your account standing and plan details. It's useful for verifying your base timezone and integrations.
- 02 Capability
Get profile
Pulls the specific configuration for a booking page. Use this to check timezones and linked calendars.
- 03 Capability
List bookings
Queries bookings for a profile with filters like upcoming or cancelled. It lets you see your schedule at a glance.
- 04 Capability
Get booking
Retrieves the full details for a specific appointment. You can check attendee info and custom form responses here.
05—07
3 capabilities in this set.
Part of 10 available through YouCanBook.me.
- 05 Capability
Cancel booking
Permanently removes a booking and notifies the attendee. It's the fastest way to free up a time slot.
- 06 Capability
Create intent
Starts the booking process for a specific profile. It returns an intent ID to begin a programmatic flow.
- 07 Capability
Get availability
Shows the bookable time slots for an active intent. This lets you give your clients real-time options.
08—10
3 capabilities in this set.
Part of 10 available through YouCanBook.me.
- 08 Capability
Confirm intent
Finalizes a booking intent into an official appointment. Use this to wrap up the scheduling process.
- 09 Capability
List team members
Lists all staff members assigned to a specific page. Use this to see who is available to take bookings.
- 10 Capability
List profiles
Shows all your booking pages in one list. It helps you quickly find the right profile to manage.
Set up in minutes
One URL. Then ask YouCanBook.me to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use YouCanBook.me 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_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable YouCanBook.me for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me URL.
- Step 03
Save and start
Save the connection and enable YouCanBook.me in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"youcanbookme": {
"url": "https://edge.vinkius.com/vk_preview_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me
Open Agent mode in chat and ask: "Using YouCanBook.me, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"youcanbookme": {
"url": "https://edge.vinkius.com/vk_preview_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me
Ask Copilot: "Using YouCanBook.me, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"youcanbookme": {
"url": "https://edge.vinkius.com/vk_preview_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me
Open Cascade and ask: "Using YouCanBook.me, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"youcanbookme": {
"url": "https://edge.vinkius.com/vk_preview_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me
Ask Cline: "Using YouCanBook.me, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add youcanbookme --transport http "https://edge.vinkius.com/vk_preview_qjsmTBOqkI76EVD85WBtmrJ9LU5Jxkuee5GeuyJC/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 YouCanBook.me
Ask Claude: "Using YouCanBook.me, show me...". 10 tools are ready
Where the request belongs
Work YouCanBook.me can move forward.
This is for anyone who feels buried by manual scheduling. It's for the office manager juggling three calendars, the solo founder who hates admin, and the sales lead who needs to book demos without the friction.
Executive Assistant
Coordinates complex schedules across multiple team profiles without manual navigation.
Sales Operations Manager
Monitors upcoming calls and verifies attendee information before every meeting.
Small Business Owner
Manages booking page availability and handles last-minute cancellations via chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTimekit
Embed scheduling into your product with a white-label booking API that handles availability, time zones, and calendar sync.
Zoho Bookings
Automate appointment scheduling via Zoho Bookings. manage appointments, services, and staff with AI.
MakePlans
Online booking and appointment scheduling via MakePlans MCP.
NeetoCal
Let clients book appointments through your personalized scheduling page with calendar sync and automatic reminders.
Cal.com
Automate scheduling via Cal.com. manage bookings, event types, and availability directly from any AI agent.
Appointlet
Bring Appointlet scheduling directly into your AI agent. list schedules, track bookings, cancel events, and manage attendees seamlessly.
Bring your own AI
Change the model, client or framework. Keep YouCanBook.me 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 YouCanBook.me.
The practical details behind the request, access and result.
Can YouCanBook.me MCP help me manage multiple booking pages?
Yes, it can list all your booking pages in one view. This makes it easy to find and manage different profiles for different services without switching tabs.
How does the YouCanBook.me MCP handle cancellations?
It handles them automatically. When you ask your agent to cancel a booking, the Connector removes it from the calendar and sends a notification to the attendee at the same time.
Can I see my team's availability using YouCanBook.me?
Yes, it can list all staff members assigned to a specific booking page. This helps you see who is available to take on new appointments instantly.
Does YouCanBook.me MCP support time zones?
Yes, it retrieves the specific timezone and calendar configurations for each profile. Your agent will use this data to ensure all times are shown correctly.
Can I use YouCanBook.me to see custom form responses?
Yes, the Connector can pull full booking details. This includes attendee information and any custom form responses they submitted during the booking process.
Can I cancel a specific booking and notify the attendee via chat?
Yes. The cancel_booking capability allows your AI agent to permanently revoke an appointment using its booking ID. This action automatically removes the event from your calendar and sends a cancellation notice to the attendee.
How do I check my upcoming appointments for a specific booking page?
Use the list_bookings capability. Provide the unique profile_id and set the status to 'upcoming'. Your agent will return a list of all confirmed future appointments for that scheduling page.
Is it possible to see which staff members are assigned to a booking profile?
Absolutely. Using the list_team_members capability, you can retrieve a list of all staff members linked to a specific profile, showing you who is available to take appointments on that page.
One connection away
Give your agent a direct line to YouCanBook.me.
Connect YouCanBook.me once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available