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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create new calendar appointments. Inputs: eventTypeId (number), startTime (string), endTime (string), name (string), email (string), notes (string, optional)
Update existing calendar appointments. Inputs: bookingId (number), startTime (string, optional), endTime (string, optional), notes (string, optional)
Delete existing calendar appointments. Inputs: bookingId (number), reason (string, optional)
List calendar appointments in a date range. Inputs: startDate (string), endDate (string)