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
What mumunha cal dot com mcpserver gives an 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
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.