
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
@dennisk2025/public-holidays-finder
Advanced tools
Provides a list of upcoming public holidays for a given country code and year, using real-world data from the Nager.Date API.
Provides a list of upcoming public holidays for a given country code and year, using real-world data from the Nager.Date API (https://date.nager.at/).
npm install -g @dennisk2025/public-holidays-finder
Or run directly at any time with NPX:
npx @dennisk2025/public-holidays-finder
To make this server available in Claude Desktop, add the following configuration to your claude_desktop_config.json file:
{
"mcpServers": {
"public-holidays": {
"command": "npx",
"args": ["@dennisk2025/public-holidays-finder"]
}
}
}
Location of your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAfter saving the file, restart Claude Desktop for changes to take effect.
countryCode (string): An ISO 3166-1 alpha-2 country code (e.g., "US", "GB", "DE").year (integer): The year to search for public holidays (e.g., 2024).Params:
{
"countryCode": "US",
"year": 2024
}
Result:
Request:
Tool: get_public_holidays
Params: { "countryCode": "DE", "year": 2024 }
Response:
{
"holidays": [
{
"date": "2024-01-01",
"localName": "Neujahr",
"name": "New Year's Day",
"countryCode": "DE",
...
},
...
]
}
countryCode (string, ISO 3166-1 alpha-2, required)year (integer, required){ holidays: [ ... ] } array of public holiday objects as per https://date.nager.at/swagger/index.html (fields: date, localName, name, etc.)Powered by the Model Context Protocol (MCP). Not affiliated with Nager.Date or OpenAI/Anthropic.
FAQs
Provides a list of upcoming public holidays for a given country code and year, using real-world data from the Nager.Date API.
The npm package @dennisk2025/public-holidays-finder receives a total of 4 weekly downloads. As such, @dennisk2025/public-holidays-finder popularity was classified as not popular.
We found that @dennisk2025/public-holidays-finder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.