# Singapore Public Holiday & Mondayization Calculator AI Agent Connect

> Calculate Singapore public holiday impacts and Mondayization eligibility.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Pvzjck0OhgyWKNQ1v0emBXnrJjl5FlQcDdOZ2Dsm/ai-agent-connect
- **Tags:** singapore, holidays, employment-act, mondayization, calculator

## Description

This MCP server provides deterministic calculations for Singapore public holidays based on the Employment Act. It determines if a holiday triggers 'Mondayization' (a substitute holiday) if it falls on a non-working day like Sunday. Use `get_holiday_details` to check specific dates, `get_work_schedule_info` to validate employee schedules, or `calculate_annual_holiday_summary` for a yearly overview of paid holidays and substitute events.

## Tools

### calculate_annual_holiday_summary
Provides a high-level count of all paid holidays in a year for a specific schedule

### get_work_schedule_info
Validates and describes the properties of an employee's work schedule

### get_holiday_details
Determines the specific day of the week and holiday impact for a single given date

## Prompt Examples

**Prompt:** 
```
If a public holiday falls on Sunday, 2024-01-01, and my schedule is Mon-Fri, what happens?
```

**Response:** 
```
The holiday falls on a Sunday. Since you do not work on Sundays, you are eligible for Mondayization. The substitute holiday date is 2024-01-02.
```

**Prompt:** 
```
What is my work schedule info for 'Tue-Sat'?
```

**Response:** 
```
Your working days are Tuesday, Wednesday, Thursday, Friday, and Saturday. You work 5 days per week and Sunday is not included in your schedule.
```

**Prompt:** 
```
How many paid holidays will I have in 2024 if I work Mon-Fri?
```

**Response:** 
```
In 2024, with a Mon-Fri schedule, you will have 11 paid holidays, including any substitute holidays triggered by Mondayization.
```

## Frequently Asked Questions

**What is Mondayization?**
Mondayization occurs when a public holiday falls on a day that is not a normal working day for an employee, such as a Sunday. In such cases, the tool identifies eligibility for a substitute holiday on the following Monday.

**How do I check my total paid holidays for the year?**
You can use the `calculate_annual_holiday_summary` tool by providing the target year and your work schedule to get a full count of paid holidays and Mondayization events.

**Which AI clients can use this tool?**
This tool is compatible with Cursor, VS Code, Claude Desktop, Windsurf, and any other MCP-compatible client via Vinkius Edge.
