Cal.com Calendar
Summary
A Cal.com Calendar MCP server that integrates with the Cal.com Calendar API to provide appointment scheduling capabilities for AI assistants. It offers tools for adding, updating, deleting, and listing calendar appointments with features like rate limiting and error handling. The implementation uses the MCP SDK to expose these calendar operations as tools that can be called programmatically, making it valuable for workflows where scheduling and calendar management are needed without leaving the conversation interface.
Available Actions(4)
calcom_add_appointment
Create new calendar appointments. Inputs: eventTypeId (number), startTime (string in ISO format), endTime (string in ISO format), name (string), email (string), notes (optional string)
calcom_update_appointment
Update existing calendar appointments. Inputs: bookingId (number), startTime (optional string in ISO format), endTime (optional string in ISO format), notes (optional string)
calcom_delete_appointment
Delete existing calendar appointments. Inputs: bookingId (number), reason (optional string)
calcom_list_appointments
List calendar appointments in a date range. Inputs: startDate (string in YYYY-MM-DD format), endDate (string in YYYY-MM-DD format)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论