Timekit Connector for AI agents.
11 live capabilities
Manage resource availability and booking workflows with a white-label scheduling API.
Waiting for input…
Why people use Timekit
Timekit for Resource Scheduling
This Connector lets your agent do the heavy lifting. You just tell the agent what you need, and it handles the checks and the updates in one go. You get a clean schedule without the manual clicks.
What Vinkius changes
You get a conversational interface for your entire scheduling infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Clinic Consultation Booking
A patient asks the agent for a 30-minute slot with a doctor next Tuesday.
- Real-world use case 02
Office Room Search
Someone needs a room with a projector for 2pm.
- Real-world use case 03
Instant Booking Cancellation
A customer calls to cancel.
Complete set · 11capabilities
The complete Timekit capability set.
These are the exact actions your AI can choose when you ask it to work with Timekit.
01—04
4 capabilities in this set.
Part of 11 available through Timekit.
- 01 Capability
Cancel booking
Cancel a confirmed booking immediately. This lets you clear slots when a customer backs out.
- 02 Capability
Check availability
Check if specific resources are free during a date range. Use this to find open windows for meetings or equipment.
- 03 Capability
Confirm booking
Confirm a pending booking request. This moves a tentative slot into a finalized appointment.
- 04 Capability
Create booking
Create a new booking in the system. This lets your agent schedule a new appointment for a user.
05—08
4 capabilities in this set.
Part of 11 available through Timekit.
- 05 Capability
Create resource
Create a new resource profile. Use this to add a new person, room, or piece of equipment to your list.
- 06 Capability
Decline booking
Decline a pending booking request. This helps you reject requests that don't fit your current schedule.
- 07 Capability
Get booking
Get the details for a specific booking. This lets you see exactly who is booked and when.
- 08 Capability
Get resource
Get the details for a specific resource. Use this to check the metadata of a person or room.
09—11
3 capabilities in this set.
Part of 11 available through Timekit.
- 09 Capability
List bookings
List all bookings in your account. This gives you a full overview of your current schedule.
- 10 Capability
List resources
List all resources like people or rooms. Use this to see everything you can currently book.
- 11 Capability
Reschedule booking
Reschedule an existing booking. This moves an appointment to a new time slot without manual entry.
Set up in minutes
One URL. Then ask Timekit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Timekit 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_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Timekit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit URL.
- Step 03
Save and start
Save the connection and enable Timekit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"timekit": {
"url": "https://edge.vinkius.com/vk_preview_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit
Open Agent mode in chat and ask: "Using Timekit, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"timekit": {
"url": "https://edge.vinkius.com/vk_preview_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit
Ask Copilot: "Using Timekit, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"timekit": {
"url": "https://edge.vinkius.com/vk_preview_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit
Open Cascade and ask: "Using Timekit, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"timekit": {
"url": "https://edge.vinkius.com/vk_preview_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit
Ask Cline: "Using Timekit, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add timekit --transport http "https://edge.vinkius.com/vk_preview_j75VdH40aQjRaIhdcxsDyRDeL9W3qzqhYRbpcQ59/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 Timekit
Ask Claude: "Using Timekit, show me...". 11 tools are ready
Where the request belongs
Work Timekit can move forward.
This is for anyone who spends too much time playing phone tag or manually updating calendars. It's for the office manager juggling 50 room requests a day or the service provider trying to keep their consultation calendar clean.
Office Manager
Manages room and equipment bookings across a large company without manually checking every calendar.
Service Provider
Handles client consultations and checks staff availability via quick AI commands.
Product Team Member
Automates resource creation and monitors booking flows to ensure capacity isn't overbooked.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsYouCanBook.me
Automate scheduling workflows via YouCanBook.me. manage booking pages, appointments, and availability directly from any AI agent.
SuperSaaS
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.
NeetoCal
Let clients book appointments through your personalized scheduling page with calendar sync and automatic reminders.
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 Timekit 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 Timekit.
The practical details behind the request, access and result.
Can Timekit MCP manage more than just people?
Yes, it handles rooms, equipment, and any other resource you define in your account.
How does Timekit MCP handle different time zones?
It manages time zones automatically, so your agent can book slots accurately regardless of location.
Can I use Timekit MCP to decline requests?
Yes, your agent can use the decline capability to reject bookings that don't work for your schedule.
Does Timekit MCP sync with my existing calendar?
It works with your Timekit account, which handles the sync with your primary calendars.
How do I add a new room to the schedule?
Just ask your agent to create a new resource and give it a name and description.
Can my agent see my whole schedule?
Yes, it can list all your bookings so you can get a full overview of your day.
Can I check availability for multiple resources at once?
Yes! Use the check_availability capability and provide a JSON array of Resource IDs. The agent will return time slots where all specified resources are available.
How do I confirm a tentative booking request?
Use the confirm_booking action and provide the unique Booking ID. This will transition the request from 'tentative' to 'confirmed' in your Timekit account.
Is it possible to reschedule an existing appointment via AI?
Absolutely. Use the reschedule_booking capability. Provide the Booking ID and the new start and end times to update the appointment instantly.
One connection away
Give your agent a direct line to Timekit.
Connect Timekit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available