Community Servers · MODEL CONTEXT PROTOCOL
mumunha cal dot com mcpserver
mumunha cal dot com mcpserver is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
mumunha cal dot com mcpserver 为 AI Agent 提供什么
- **Add Appointments**: Schedule new calendar appointments with attendee details
- **Update Appointments**: Modify existing appointment details such as time and notes
- **Delete Appointments**: Cancel and remove existing appointments
- **List Appointments**: View scheduled appointments for specific date ranges
- **calcom_add_appointment**
- Create new calendar appointments
- Inputs:
- `eventTypeId` (number): The Cal.com event type ID
- `startTime` (string): Start time in ISO format (YYYY-MM-DDTHH:mm:ss.sssZ)
- `endTime` (string): End time in ISO format (YYYY-MM-DDTHH:mm:ss.sssZ)
- `name` (string): Attendee's name
- `email` (string): Attendee's email
- `notes` (string, optional): Additional notes for the appointment
- **calcom_update_appointment**
- Update existing calendar appointments
- Inputs:
- `bookingId` (number): The Cal.com booking ID to update
- `startTime` (string, optional): New start time in ISO format
- `endTime` (string, optional): New end time in ISO format
- `notes` (string, optional): New notes for the appointment
- **calcom_delete_appointment**
- Delete existing calendar appointments
- Inputs:
- `bookingId` (number): The Cal.com booking ID to delete
- `reason` (string, optional): Reason for cancellation
- **calcom_list_appointments**
- List calendar appointments in a date range
- Inputs:
- `startDate` (string): Start date in YYYY-MM-DD format
- `endDate` (string): End date in YYYY-MM-DD format
- Sign up for a [Cal.com account](https://cal.com)
- Navigate to Settings > Developer > API Keys
- Generate a new API key with appropriate permissions
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。