Appointlet Connector for AI agents.
10 live capabilities
Manage your booking links and client intake forms from your chat.
Waiting for input…
Why people use Appointlet
Appointlet for Automated Meeting Management
With this Connector, you just ask your agent for the client's notes from today's 3pm call. It pulls the data instantly, letting you stay focused on the conversation instead of the data entry.
What Vinkius changes
You get a way to manage your entire meeting lifecycle through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Prep for a discovery call
A rep asks the agent to pull the intake form for a specific booking ID to see the client's tech stack before the call starts.
- Real-world use case 02
Handle an emergency
A consultant tells the agent to cancel a 3pm meeting because of a flight delay, and the agent sends the notification and frees the slot.
- Real-world use case 03
Audit team balance
A support lead asks the agent to list members on the Tech Support page to see if the round-robin is distributing meetings fairly.
Complete set · 10capabilities
The complete Appointlet capability set.
These are the exact actions your AI can choose when you ask it to work with Appointlet.
01—04
4 capabilities in this set.
Part of 10 available through Appointlet.
- 01 Capability
List scheduling pages
List every booking link in your organization. This helps you keep track of all your active pages.
- 02 Capability
Get scheduling page
Get the specific details for one of your scheduling pages. Use this to check durations and capabilities.
- 03 Capability
List meeting types
See all the different meeting formats you've set up. This is great for auditing your options.
- 04 Capability
Get meeting type
Pull the configuration for a specific meeting type. Use it to see exactly how a meeting is structured.
05—07
3 capabilities in this set.
Part of 10 available through Appointlet.
- 05 Capability
List bookings
Get a full list of all bookings for a specific page. This is perfect for reporting and syncing.
- 06 Capability
Get booking
See the full details and intake data for a single booking. Use it to read what your clients told you.
- 07 Capability
Cancel booking
Cancel a meeting and notify the attendee automatically. This keeps your calendar clean and your clients informed.
08—10
3 capabilities in this set.
Part of 10 available through Appointlet.
- 08 Capability
List members
See which team members are assigned to your scheduling pages. Use this to check your round-robin distribution.
- 09 Capability
Get organization
Get your top-level account profile and tier details. This helps you keep track of your workspace status.
- 10 Capability
List intake fields
See the custom form fields for a specific meeting type. Use this to understand the data you're collecting.
Set up in minutes
One URL. Then ask Appointlet to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Appointlet 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_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Appointlet for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet URL.
- Step 03
Save and start
Save the connection and enable Appointlet in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"appointlet": {
"url": "https://edge.vinkius.com/vk_preview_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet
Open Agent mode in chat and ask: "Using Appointlet, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"appointlet": {
"url": "https://edge.vinkius.com/vk_preview_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet
Ask Copilot: "Using Appointlet, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"appointlet": {
"url": "https://edge.vinkius.com/vk_preview_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet
Open Cascade and ask: "Using Appointlet, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"appointlet": {
"url": "https://edge.vinkius.com/vk_preview_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet
Ask Cline: "Using Appointlet, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add appointlet --transport http "https://edge.vinkius.com/vk_preview_DvUZjtzCXRTerEKdXwjIUuHGZJoEszDVh2kVZjXA/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 Appointlet
Ask Claude: "Using Appointlet, show me...". 10 tools are ready
Where the request belongs
Work Appointlet can move forward.
This is for people who spend half their day playing phone tag or digging through scheduling software to find out why a client is booking a meeting.
Sales Development Reps
They use it to grab intake form answers before discovery calls so they don't have to hunt for info.
Support Leaders
They use it to see how many meetings are being assigned to each team member to balance the workload.
Consultants
They use it to quickly cancel or reschedule meetings when their day goes sideways.
Account Managers
They use it to review past booking data to prepare for follow-up calls.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSuperSaaS
Automate online scheduling and bookings via SuperSaaS. manage schedules, appointments, and users 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.
Cal.com
Automate scheduling via Cal.com. manage bookings, event types, and availability directly from any AI agent.
NeetoCal
Let clients book appointments through your personalized scheduling page with calendar sync and automatic reminders.
Calendly
Automate scheduling workflows via Calendly. manage event types, scheduled events, invitees, and availability directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Appointlet 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 Appointlet.
The practical details behind the request, access and result.
How can Appointlet help my sales team?
It allows your team to quickly pull client intake answers into your chat. This means reps can see exactly what a lead needs before they even start the call.
Can I use Appointlet to see what clients told me in their booking forms?
Yes. Your agent can retrieve the specific answers from your custom intake fields for any booking, making it easy to review client data on the fly.
How do I cancel a meeting using this Connector?
You can simply tell your agent to cancel a specific booking. It will handle the cancellation in Appointlet and send the notification to the attendee for you.
Can I see which team members are on my scheduling pages?
Yes, you can ask your agent to list the members assigned to any of your pages. This is helpful for auditing your team's workload and distribution.
Does Appointlet let my AI agent see my booking links?
It does. Your agent can retrieve all your active scheduling pages and their unique URLs so you can share them or manage them easily.
How do I get my client's intake answers into my chat?
Once connected, your agent can pull the full details of any booking, including all the custom form answers, and display them directly in your conversation.
Can the AI agent cancel an upcoming meeting on my behalf?
Yes. Provide the booking ID (which you can ask the agent to find) and the cancellation reason. The agent triggers the exact routine in Appointlet to withdraw the booking and safely releases the block on your calendar while notifying the invitee.
I need attendee form answers before a call. Can the agent get them?
Absolutely. Using the get_booking and list_bookings capabilities, your AI agent surfaces the raw intake form fields filled out by attendees when booking their time. It's an instant method to read out context without switching screens.
Can I edit the schedule of round-robin assignees using the agent?
No. The Connector is optimized as an observability, lookup, and action-oriented companion. It reads the organizational hierarchy, list members, and checks statuses, but modifying overarching structural logic requires entering the Appointlet dashboard.
One connection away
Give your agent a direct line to Appointlet.
Connect Appointlet once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available