aria-mcp-helligdage-dk
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., "@aria-mcp-helligdage-dkwhat are the upcoming holidays?"
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.
aria-mcp-helligdage-dk
A Model Context Protocol (MCP) server exposing Danish public holidays (helligdage) and notable days (mærkedage/flagdage) to AI assistants. Built for ARIA and shareable with the community.
Fully keyless — public holiday data comes from the open nager.date API; notable days are computed in-house.
Data Sources
Source | What | Attribution |
Official Danish public holidays (helligdage) | nager.date — Open Public Holidays API | |
In-house computation | Movable and fixed notable days (mærkedage/flagdage) | Anonymous Gregorian algorithm (computus) |
Store bededag note
Store bededag (General Prayer Day, 4th Friday after Easter) was a Danish public holiday until 2023. It was abolished as a public holiday from 2024 onwards. get_notable_days still includes it as a mærkedag — not a fridag — with a note, so ARIA can mention it when relevant.
Related MCP server: Nager MCP UI MCP Server
Install & Run
npx aria-mcp-helligdage-dkOr install globally:
npm install -g aria-mcp-helligdage-dk
aria-mcp-helligdage-dkRequires Node.js 20 or later.
Tools
get_holidays
Returns all official Danish public holidays (helligdage) for a given year, fetched live from nager.date.
Parameters:
Name | Type | Default | Description |
| number | current year (Europe/Copenhagen) | Year to fetch holidays for |
Returns: Array of { date: "YYYY-MM-DD", name: string (Danish), isPublicHoliday: true }
Example output (2026):
[
{ "date": "2026-01-01", "name": "Nytårsdag", "isPublicHoliday": true },
{ "date": "2026-04-02", "name": "Skærtorsdag", "isPublicHoliday": true },
{ "date": "2026-04-03", "name": "Langfredag", "isPublicHoliday": true },
{ "date": "2026-04-05", "name": "Påskedag", "isPublicHoliday": true },
{ "date": "2026-04-06", "name": "2. påskedag", "isPublicHoliday": true },
{ "date": "2026-05-14", "name": "Kristi himmelfart", "isPublicHoliday": true },
{ "date": "2026-05-24", "name": "Pinsedag", "isPublicHoliday": true },
{ "date": "2026-05-25", "name": "2. pinsedag", "isPublicHoliday": true },
{ "date": "2026-06-05", "name": "Grundlovsdag", "isPublicHoliday": true },
{ "date": "2026-12-25", "name": "Juledag", "isPublicHoliday": true },
{ "date": "2026-12-26", "name": "2. juledag", "isPublicHoliday": true }
]is_holiday
Check whether a specific date is an official Danish public holiday.
Parameters:
Name | Type | Default | Description |
| string | today (Europe/Copenhagen) | Date in YYYY-MM-DD format |
Returns: { date: "YYYY-MM-DD", isHoliday: boolean, name?: string }
next_holidays
Returns the next upcoming Danish public holidays from today.
Parameters:
Name | Type | Default | Description |
| number | 5 | Number of upcoming holidays to return (max 20) |
Returns: Array of { date, name, isPublicHoliday: true }, nearest first.
get_notable_days
Returns computed Danish notable days (mærkedage/flagdage) for a given year. These are not public holidays (isPublicHoliday: false).
Parameters:
Name | Type | Default | Description |
| number | current year (Europe/Copenhagen) | Year to compute notable days for |
Returns: Array of { date, name, isPublicHoliday: false, note? }, sorted by date.
Included days:
Fastelavn — 7 weeks (49 days) before Easter Sunday
Palmesøndag — Sunday before Easter
Store bededag — 26 days after Easter (abolished as public holiday from 2024; included as mærkedag with note)
Mors dag — 2nd Sunday of May
Grundlovsdag / Fars dag — 5 June (also a public holiday; noted as such)
Sankt Hans aften — 23 June
Mortensaften — 10 November
Juleaften — 24 December
Nytårsaften — 31 December
Movable dates (Easter-based) are computed via the Anonymous Gregorian algorithm, accurate for any year.
ARIA Configuration
Add to your ARIA MCP configuration:
{
"mcpServers": {
"helligdage-dk": {
"Command": "npx",
"Args": ["-y", "aria-mcp-helligdage-dk"]
}
}
}License
MIT — Kim Hjort
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
- AlicenseAqualityDmaintenanceProvides a Model Context Protocol interface to MoCo time tracking and project management systems, enabling AI assistants to retrieve work activities, projects, tasks, holidays, and presence data.7136MIT
- Flicense-qualityDmaintenanceEnables AI agents to interact with the Nager MCP UI API through standardized Model Context Protocol tools. It provides a bridge for accessing date-related functionalities and public holiday information from date.nager.at.
- 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.
- 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.
Related MCP Connectors
Real public holiday lookup for 206 countries via a rule-based calendar engine. Paid via x402.
Model Context Protocol extension for Hebrew calendar
Nager.Date Public Holidays MCP.
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/kimhjort/aria-mcp-helligdage-dk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server