Manage Cal.com scheduling: view your profile, list and cancel bookings, and list event types via the v2 API.
90+ deploysclaude mcp add calcom --url https://datafaucet.dev/api/mcp/t/calcom
Run this command in your terminal · most users connect in under 60s
GET endpoints
calcom_get_me
Get the authenticated user's profile. Returns id, username, email, name, and timeZone.
https://api.cal.com/v2/me
calcom_list_bookings
List bookings. Returns data[] with uid, title, status, start, end, and attendees.
https://api.cal.com/v2/bookings?take=30
calcom_get_booking
Get a single booking by its uid. Returns title, status, start, end, attendees, and meeting location/URL.
https://api.cal.com/v2/bookings/{booking_uid}
calcom_list_event_types
List the user's event types (meeting templates). Returns data[] with id, title, slug, and lengthInMinutes.
https://api.cal.com/v2/event-types
POST endpoints
calcom_cancel_booking
Cancel a booking by uid with a reason. Returns the updated booking with status 'cancelled'.
https://api.cal.com/v2/bookings/{booking_uid}/cancel
Run this in your terminal:
claude mcp add calcom https://datafaucet.dev/api/mcp/t/calcom
Connect Cal.com to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{booking_uid}Resource identifier{calcom_token}API settings page{reason}Your valuePreview:
GET https://api.cal.com/v2/me Authorization: Bearer {calcom_token} cal-api-version: 2024-08-13
claude mcp add calcom --url https://datafaucet.dev/api/mcp/t/calcomWhat your AI agent sees
I have access to 5 tools from Cal.com: calcom_get_me, calcom_list_bookings, calcom_get_booking, and 2 more.
“Get the authenticated user's profile. Returns id, username, email, name, and timeZone.”
Calling calcom_get_me... Done. Here are the results.
Try these prompts
“List my upcoming Cal.com bookings”
Copy“Cancel booking abc123 because the client rescheduled”
Copy“What event types do I have set up?”
CopyClick any prompt to copy, then paste into your AI client.