pl-holidays-mcp
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., "@pl-holidays-mcpAdd 14 business days to 2026-07-22"
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.
pl-holidays-mcp
Local MCP server for Polish public holidays and business-day arithmetic. Wraps the open Nager.Date holiday database and adds bookkeeping-friendly business-day math on top.
Part of the honest-mcp family of small, auditable, local-first MCP servers.
Why
Every Polish accountant, JDG owner, or HR person has this problem:
"Payment term is 14 dni roboczych from invoice date — what's the actual due date?"
"Is the client's 'termin płatności 2026-05-01' the same as
next_business_day(2026-05-01)? (No — that's Święto Pracy.)""Deadline for JPK_V7 is the 25th — but 2026-04-25 is a Saturday, does it slip to Monday?"
This server hands both raw holiday data and business-day arithmetic to your AI. No more spreadsheet calendars.
Supports any country Nager.Date covers (110+), but the API defaults to Poland and the bookkeeping angle is Poland-centric.
Related MCP server: Nager MCP v102 MCP Server
Features
Six tools:
list_holidays— all public holidays in a given yearis_holiday— is this specific date a public holiday?is_business_day— is this date Mon–Fri and not a holiday? Includes reason (weekend / holiday / business_day)count_business_days— inclusive business-day count between two datesadd_business_days— start_date + N business days = ? (N can be negative)next_holidays— upcoming N holidays from a given date
Data source
Endpoint: date.nager.at/api/v3
No API key
MIT-licensed holiday data
In-memory year cache — one round trip per year per session
Requirements
Python 3.10+
Setup
git clone https://github.com/bartosz-kuc/pl-holidays-mcp.git
cd pl-holidays-mcp
python3 -m venv venv
./venv/bin/pip install -r requirements.txtRegister with Claude Code:
claude mcp add pl-holidays /absolute/path/to/venv/bin/python /absolute/path/to/server.pyClaude Desktop claude_desktop_config.json:
{
"mcpServers": {
"pl-holidays": {
"command": "/absolute/path/to/venv/bin/python",
"args": ["/absolute/path/to/server.py"]
}
}
}Example usage
"Invoice issued today with 14 working-day payment term — when is it due?"
add_business_days(start_date="2026-07-22", days=14) → the due date, skipping weekends and Polish public holidays.
"How many working days between 2026-04-01 and 2026-04-30?"
count_business_days(from_date="2026-04-01", to_date="2026-04-30")
"Is May 1st 2026 a business day in Poland?"
is_business_day(date="2026-05-01") → false, reason: holiday (Święto Pracy).
Data flow
Your AI client
↕ MCP stdio
This server (Python, on your machine)
↕ HTTPS
date.nager.at (Nager.Date open holiday DB)No cloud middle for anything but the initial holiday-date fetch. No telemetry.
Author
Bartosz Kuć — Warsaw-based developer, JDG owner running skanfirmy.pl.
GitHub: https://github.com/bartosz-kuc
Email: firma@bartosza.pl
Consulting
Available for consulting on Polish tax and business integrations (KSeF, GUS/NFZ/GIOŚ APIs, mBank data), MCP server design, and AI-assisted tooling for JDGs and small teams. See skanfirmy.pl/uslugi for productized packages (audit 3k PLN, setup 8-15k PLN, retainer 2-4k PLN/mo), or reach out via email.
License
MIT — see LICENSE.
Related
Part of the honest-mcp family — see the family index.
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
- FlicenseNot gradedqualityDmaintenanceProvides 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.
- FlicenseNot gradedqualityDmaintenanceProvides 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.
- AlicenseNot gradedqualityCmaintenancePublic holiday data for 30+ countries. Check holidays, working days, and full calendars via AI assistants like Claude and Cursor.MIT
- AlicenseAqualityAmaintenanceProvides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.6651Apache 2.0
Related MCP Connectors
Real public holiday lookup for 206 countries via a rule-based calendar engine. Paid via x402.
Nager.Date Public Holidays MCP.
Zero-signup business-day date-math API: add days, count days between dates, is-business-day.
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/bartosz-kuc/pl-holidays-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server