Nager.Date MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nager.Date MCP ServerIs today a public holiday in Germany?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nager.Date MCP Server
MCP server wrapping the Nager.Date API — public holidays for 202 countries with local names, types, long weekends, and regional subdivisions.
Tools
get_holidays(country, year?, type?, county?) — All holidays for a country/year. Filter by type (Public, Bank, School, Observance, etc.) or subdivision (e.g. GB-SCT, DE-BY). Includes day-of-week.
get_next_holidays(country, county?) — Upcoming holidays from today forward.
get_long_weekends(country, year?) — Long weekends with bridge day suggestions.
is_today_holiday(country, county?, offset?) — Quick yes/no: is today a public holiday? Optional UTC offset for timezone.
list_countries(query?) — All 202 supported countries; optional case-insensitive substring filter on name/code.
get_country_info(country) — Country metadata: official name, region, borders.
get_worldwide_holidays() — Every holiday happening today, globally.
Related MCP server: Nager MCP v102 MCP Server
Return shape convention
get_holidays and get_next_holidays normally return a plain list of holiday objects. When a filter produces a result that could mislead, they instead return a dict {"holidays": [...], "note": "..."} where note explains the caveat:
A
typefilter matched no holiday (the country may use a different type label).A
countyfilter matched no regional holiday, so only national/global holidays are shown (often a typo'd subdivision code).
LLM consumers should handle both shapes: if the result is a dict, surface the note and read the holidays from result["holidays"]; if it's a list, use it directly. Error and no-data cases return a plain string message.
Features
No API key required — uses the free public API
In-memory TTL cache (24h for static data, 1h for "next" endpoints, 7d for country info)
Country code normalization (lowercase accepted)
Day-of-week enrichment on all holiday results
Client-side filtering by holiday type and subdivision
Friendly error messages (no crashes on invalid input, including valid-format country codes the API has no data for)
Install
cd nager-date-mcp
pip install -e .Configure (Hermes)
Add to your Hermes config.yaml under mcp_servers:
mcp_servers:
nager-date:
command: python
args: ["-m", "nager_date_mcp.server"]Or for Claude Desktop / other MCP clients:
{
"mcpServers": {
"nager-date": {
"command": "python",
"args": ["-m", "nager_date_mcp.server"]
}
}
}Development
pip install -e ".[dev]"
python -m pytest tests/ -vAPI Details
Source: https://date.nager.at/api/v3/
Auth: None
Rate limits: None observed (Cloudflare CDN, 7-day cache headers)
Year range: 1976–2076
Countries: 202 (ISO 3166-1 alpha-2)
Subdivisions: ISO 3166-2 (e.g. GB-ENG, GB-SCT, DE-BY, CA-ON)
Holiday types: Public, Bank, School, Authorities, Optional, Observance
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to the Nager.Date Public Holiday API for querying global holiday information through the Model Context Protocol. It enables AI agents to interact with standardized tools for holiday-related date calculations and country-specific lookups.Last updated
- Flicense-qualityDmaintenanceProvides access to the Nager.Date API through the Model Context Protocol, allowing AI agents to query worldwide public holiday information. It enables seamless integration of holiday data into LLM workflows using standardized tools.Last updated
- Flicense-qualityDmaintenanceProvides access to the Nager Public Holiday API, enabling AI agents to retrieve holiday data and interact with global date-related endpoints. It leverages the Model Context Protocol to provide standardized tools for holiday information and date calculations.Last updated
- Alicense-qualityCmaintenancePublic holiday data for 30+ countries. Check holidays, working days, and full calendars via AI assistants like Claude and Cursor.Last updatedMIT
Related MCP Connectors
Nager.Date Public Holidays MCP.
Countries MCP — world country data from REST Countries API v3.1
Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dthen/nager-date-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server