SuperSaaS Connector for AI agents.
11 live capabilities
Manage online bookings and appointment schedules with natural conversation.
Waiting for input…
Why people use SuperSaaS
SuperSaaS for Automated Appointment Scheduling
This Connector removes that friction by letting your agent do the heavy lifting. You can just tell your agent to find a gap and book a client, and it happens in one step. You get a confirmed booking without ever having to leave your current workspace.
What Vinkius changes
That you stop clicking through menus and start managing your calendar with plain English.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
A busy clinic needs to book a patient
The receptionist asks the agent to book a "Flu Shot" for Jane Doe on Friday at 10 AM.
- Real-world use case 02
A gym owner checks occupancy
The owner asks, "Who's using the studio today?
- Real-world use case 03
A consultant manages a tour
The consultant uses `list_schedules` to see which tour dates are open and `get_schedule` to check the specific rules for each one.
Complete set · 11capabilities
The complete SuperSaaS capability set.
These are the exact actions your AI can choose when you ask it to work with SuperSaaS.
01—04
4 capabilities in this set.
Part of 11 available through SuperSaaS.
- 01 Capability
Get schedule
Retrieves the metadata and settings for a specific calendar. This is great for checking the rules or availability of a particular schedule.
- 02 Capability
Get user
Pulls up the specific profile details for a single registered user. You can quickly see a client's history or contact info.
- 03 Capability
Create appointment
Adds a new booking to your calendar with the provided names and times. It handles the data entry for you so you can book clients faster.
- 04 Capability
Get appointment details
Pulls up all the specific information for a single booking. You can use this to verify attendee details before confirming a slot.
05—08
4 capabilities in this set.
Part of 11 available through SuperSaaS.
- 05 Capability
Get account balance
Shows your current credit balance and account usage metrics. It helps you monitor your spending and limits in real time.
- 06 Capability
List appointments
Provides a full list of bookings for a chosen schedule. This gives you a clear view of your daily or weekly occupancy.
- 07 Capability
List schedules
Lists all the different calendars and schedules in your account. It lets you see every booking option you have available.
- 08 Capability
List account users
Shows every registered user currently in your SuperSaaS account. This is useful for checking your database of clients and team members.
09—11
3 capabilities in this set.
Part of 11 available through SuperSaaS.
- 09 Capability
Update appointment
Changes the details of an existing booking on your calendar. Use this to fix typos or adjust times for confirmed clients.
- 10 Capability
List changes
Shows the most recent updates made to a specific schedule. This helps you stay on top of any modifications without manual checking.
- 11 Capability
Delete appointment
Removes a specific booking from your schedule entirely. It makes it easy to clear slots when a client cancels.
Set up in minutes
One URL. Then ask SuperSaaS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SuperSaaS 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_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SuperSaaS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS URL.
- Step 03
Save and start
Save the connection and enable SuperSaaS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"supersaas": {
"url": "https://edge.vinkius.com/vk_preview_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS
Open Agent mode in chat and ask: "Using SuperSaaS, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"supersaas": {
"url": "https://edge.vinkius.com/vk_preview_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS
Ask Copilot: "Using SuperSaaS, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"supersaas": {
"url": "https://edge.vinkius.com/vk_preview_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS
Open Cascade and ask: "Using SuperSaaS, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"supersaas": {
"url": "https://edge.vinkius.com/vk_preview_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS
Ask Cline: "Using SuperSaaS, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add supersaas --transport http "https://edge.vinkius.com/vk_preview_41MqSJq5PX96q3JkOpwkYQXYF3oPmsPx49B6nVX8/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 SuperSaaS
Ask Claude: "Using SuperSaaS, show me...". 11 tools are ready
Where the request belongs
Work SuperSaaS can move forward.
This is for small business owners, service providers, and office managers who are drowning in manual scheduling. It's for anyone who spends too much time copy-pasting details between a calendar and a booking platform.
Service Provider
Uses this to book clients into specific time slots without having to manually check every calendar.
Office Manager
Checks team occupancy and registered users to ensure the facility isn't overbooked.
Booking Coordinator
Handles high-volume appointment changes and cancellations quickly through text.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAppointlet
Bring Appointlet scheduling directly into your AI agent. list schedules, track bookings, cancel events, and manage attendees seamlessly.
MakePlans
Online booking and appointment scheduling via MakePlans MCP.
Zoho Bookings
Automate appointment scheduling via Zoho Bookings. manage appointments, services, and staff with AI.
Calenso
Manage appointments, customers, and bookings online via AI.
NeetoCal
Let clients book appointments through your personalized scheduling page with calendar sync and automatic reminders.
Timekit
Embed scheduling into your product with a white-label booking API that handles availability, time zones, and calendar sync.
Bring your own AI
Change the model, client or framework. Keep SuperSaaS 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 SuperSaaS.
The practical details behind the request, access and result.
How does the SuperSaaS MCP help with my booking business?
It connects your SuperSaaS account to your AI agent, allowing you to create bookings, check availability, and manage your user database using simple text commands instead of manual clicks.
Can I use the SuperSaaS MCP to create new appointments?
Yes, you can have your agent book new appointments for you by providing the client's name and the desired time directly in your conversation.
Can the SuperSaaS MCP see my registered users?
Yes, your agent can list all registered users in your account, making it easy to check your database or find specific client details quickly.
How do I check my SuperSaaS account balance using an agent?
You can simply ask your agent for your account balance. It will pull your real-time credit information and usage metrics from your SuperSaaS account.
Can I update or delete existing bookings with this Connector?
Absolutely. Your agent can modify the details of an existing booking or remove it from your schedule entirely based on your instructions.
Is the SuperSaaS MCP good for managing multiple schedules?
Yes, it can list and retrieve details for all the different schedules in your account, helping you manage multiple calendars from one place.
Can I list all my appointments using my AI agent?
Yes! Use the list_appointments capability and provide the Schedule ID. Your agent will retrieve all bookings for that specific calendar.
One connection away
Give your agent a direct line to SuperSaaS.
Connect SuperSaaS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available