Public holidays for 100+ countries — look up by year, check if today is a holiday, or find the next upcoming ones
Get official public holidays for over 100 countries via the Nager.Date API. Look up all holidays in a year, check if today is a holiday, or find the next upcoming holidays for a country.
| Tool | Description |
|---|---|
get_holidays | All public holidays for a country and year (e.g., US 2025) |
is_today_holiday | Check if today is a public holiday in a given country |
next_holidays | Upcoming public holidays for a country from today forward |
is_today_holidaycurl -s -X POST https://gateway.pipeworx.io/holidays/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_holidays","arguments":{"country":"DE","year":2025}}}'
Returns date, name (English), local name (German), and whether it's a fixed or floating holiday.
{
"mcpServers": {
"pipeworx-holidays": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/holidays/mcp"]
}
}
}