@pipeworx/nager-date
Connect: https://gateway.pipeworx.io/nager-date/mcp · Install: one-click buttons
Tools: 4
Tools
- get_holidays — Get all public holidays for a country and year. Returns holiday names, dates, and types (public, bank, school, etc.). Example: get_holidays(2025, “US”).
- is_today_holiday — Check if today is a public holiday in a given country. Returns true/false. Example: is_today_holiday(“US”).
- get_long_weekends — Get long weekends (3+ consecutive days off) for a country and year. Shows which weekends can become long breaks, including whether a “bridge day” (vacation day) is needed. Great for trip planning. Exa
- list_countries — List all countries supported by the holiday API with their ISO country codes. Use these codes with get_holidays and other tools.
Tools
-
get_holidays— Get all public holidays for a country and year. Returns holiday names, dates, and types (public, bank, school, etc.). Example: get_holidays(2025, US ). -
get_long_weekends— Get long weekends (3+ consecutive days off) for a country and year. Shows which weekends can become long breaks, including whether a bridge day (vacation day) is needed. Great for trip planning. Examp -
is_today_holiday— Check if today is a public holiday in a given country. Returns true/false. Example: is_today_holiday( US ). -
list_countries— List all countries supported by the holiday API with their ISO country codes. Use these codes with get_holidays and other tools.