SimplyBook.me Connector for AI agents.
11 live capabilities
Manage your appointment scheduling and staff availability from your chat.
Waiting for input…
Why people use SimplyBook.me
SimplyBook.me for Automated Appointment Scheduling
With this Connector, that cycle ends. You just tell your agent to find a slot for a haircut on Tuesday. It checks the availability, confirms the provider, and books the appointment in one go. You get a finished task instead of a list of manual steps.
What Vinkius changes
You get a conversational interface for your entire booking backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a slot for a new customer
A customer asks for a haircut on Friday.
- Real-world use case 02
Summarizing the weekly workload
An ops manager needs to see the weekly load.
- Real-world use case 03
Handling a cancellation
A client wants to cancel.
Complete set · 11capabilities
The complete SimplyBook.me capability set.
These are the exact actions your AI can choose when you ask it to work with SimplyBook.me.
01—04
4 capabilities in this set.
Part of 11 available through SimplyBook.me.
- 01 Capability
Check availability
See which time slots are still open for a specific service. This helps you give instant answers to customers.
- 02 Capability
Get booking details
Pull up all the specifics for a single appointment. Use this to see who is coming and what they need.
- 03 Capability
List all bookings
Get a full list of your recent appointments. It's the fastest way to see what's on the calendar today.
- 04 Capability
List categories
See all the different service categories you have set up. This helps the agent understand your business structure.
05—08
4 capabilities in this set.
Part of 11 available through SimplyBook.me.
- 05 Capability
List clients
Pull a list of all registered clients in your account. This is great for auditing your customer base.
- 06 Capability
List providers
See a list of all your staff members and service providers. Use this to check who is currently working.
- 07 Capability
List services
View every bookable service you offer. This allows the agent to tell customers exactly what you do.
- 08 Capability
Cancel booking
Remove an existing appointment from your schedule. Use this when a client needs to reschedule or drop out.
09—11
3 capabilities in this set.
Part of 11 available through SimplyBook.me.
- 09 Capability
Get client
Get the specific details for one individual customer. This helps you personalize your interaction with them.
- 10 Capability
List promotions
See all active discounts and special offers. This lets you mention current deals during the booking process.
- 11 Capability
Create booking
Set up a new appointment in your system immediately. This is the core action for turning a chat into a confirmed slot.
Set up in minutes
One URL. Then ask SimplyBook.me to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SimplyBook.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_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SimplyBook.me for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me URL.
- Step 03
Save and start
Save the connection and enable SimplyBook.me in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"simplybookme-alternative": {
"url": "https://edge.vinkius.com/vk_preview_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me
Open Agent mode in chat and ask: "Using SimplyBook.me, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"simplybookme-alternative": {
"url": "https://edge.vinkius.com/vk_preview_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me
Ask Copilot: "Using SimplyBook.me, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"simplybookme-alternative": {
"url": "https://edge.vinkius.com/vk_preview_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me
Open Cascade and ask: "Using SimplyBook.me, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"simplybookme-alternative": {
"url": "https://edge.vinkius.com/vk_preview_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me
Ask Cline: "Using SimplyBook.me, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add simplybookme-alternative --transport http "https://edge.vinkius.com/vk_preview_C1ilET2fykwGpL8FyfCSfhllbdAy9ZsazycoQX9Q/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 SimplyBook.me
Ask Claude: "Using SimplyBook.me, show me...". 11 tools are ready
Where the request belongs
Work SimplyBook.me can move forward.
This is for service business owners and operations managers who are tired of manual data entry and constant tab-switching between their booking software and customer communication capabilities.
Service Business Owner
Checks upcoming appointments and staff schedules during a busy day without opening the dashboard.
Operations Manager
Automates the process of verifying real-time availability and updating client metadata.
Customer Success Lead
Quickly retrieves booking details and coordinates service assignments during support calls.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSimplyBook.me
Manage services, providers, and bookings on SimplyBook.me with AI agents.
YouCanBook.me
Automate scheduling workflows via YouCanBook.me. manage booking pages, appointments, and availability directly from any AI agent.
Zoho Bookings
Automate appointment scheduling via Zoho Bookings. manage appointments, services, and staff with AI.
MakePlans
Online booking and appointment scheduling via MakePlans MCP.
BookingLive
Automate booking and order management via BookingLive. create orders, track statuses, and manage customer reservations directly from your AI agent.
Restful Booker
Manage hotel bookings via the Restful Booker API—create, retrieve, update, and delete reservations directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep SimplyBook.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 SimplyBook.me.
The practical details behind the request, access and result.
Can the SimplyBook.me MCP book appointments for me?
Yes. Your AI agent can create new bookings directly in your account. You just tell it the service, time, and client info, and it handles the rest.
How does SimplyBook.me MCP handle staff schedules?
It looks at your provider list and real-time availability. Your agent can see who is busy and who is free to ensure you don't double-book anyone.
Can I use SimplyBook.me MCP to see my clients?
Yes. You can ask your agent to list all your registered clients or get the specific details for a single customer to see their history.
Does SimplyBook.me MCP work with my current promotions?
It does. The agent can pull your active discounts and promotions so it can mention them to customers during the booking process.
Can I cancel a booking using the SimplyBook.me MCP?
You can. Just tell your agent which appointment needs to be removed, and it will update your schedule instantly.
Is SimplyBook.me MCP good for high-volume service businesses?
It's built for it. By automating the availability checks and booking entries, it lets you handle more customers without increasing your manual workload.
How do I find my SimplyBook.me User API Token?
Log in to your SimplyBook.me admin panel, enable the API Custom Feature, and navigate to Settings under that feature to find your User API Key.
One connection away
Give your agent a direct line to SimplyBook.me.
Connect SimplyBook.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