Cal.com
Overview
Cal.com is open-source scheduling software for individuals, businesses that take calls, and developers building scheduling into their own products. Its hosted MCP server, the `calcom` CLI and API v2 check availability, create, reschedule and cancel bookings, and manage event types, schedules and private booking links. The MCP server signs in with OAuth 2.1. The CLI and the API take an API key (`cal_live_` in live mode, `cal_` in test mode) as a Bearer token: run `calcom login` once, or set `CAL_API_KEY`. Every API v2 request needs the `cal-api-version` header, set to the version its endpoint's reference names. Checking slots and creating a booking are public and need no key.
Workflows
0 workflows using Cal.com.
Tools
What agents can reach at Cal.com.
Create a bookingCal.com · Books an attendee into a start time on an event type and returns the booking with its UID.
Create a private booking linkCal.com · Returns a private booking URL for an event type that expires after a number of bookings or at a set time.
Get available slotsCal.com · Returns the open start times of an event type between two dates, grouped by day.
List bookingsCal.com · Returns bookings filtered by status, attendee, event type and date range, one page at a time.
Reschedule a bookingCal.com · Moves an accepted or pending booking to a new start time and returns the rescheduled booking.