Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Holidays MCP

io.github.lulu-the-narwhal/holidays-mcp

Free, keyless public holidays lookup for any country and year, plus single-date holiday checks.

Uptime
100.0%
3 direct probes · 30d
Response
805ms
last probe
Tools
2
callable
Resources
3
readable
Prompts
0
available

Tools · 2

get_public_holidays

Full list of official public holidays for a country in a given year. Use for "what are the holidays in Germany in 2026", planning around a country's holiday calendar, or any "list the holidays for X" …

is_public_holiday

Checks whether one specific date is a public holiday in a country, and names it if so. Use for "is Dec 25 2026 a holiday in the US", "is the office closed on this date", or any single-date holiday che…

Resources · 3

sponsored_card ui://lulu-ads/sponsored.html
result_widget_get_public_holidays ui://lulu-ads/result-get_public_holidays.html
result_widget_is_public_holiday ui://lulu-ads/result-is_public_holiday.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "holidays_mcp": {
      "url": "https://ads.getlulu.dev/holidays/mcp",
      "transport": "streamable-http"
    }
  }
}