swiss-school-calendar-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., "@swiss-school-calendar-mcpShow me school holidays in Zurich for 2026"
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.
π¨π Part of the Swiss Public Data MCP Portfolio
This is a private project. It is independent of any employer or institutional affiliation and represents no official position of any authority.
π swiss-holidays-mcp
A Swiss holiday calendar for AI agents β public holidays, school holidays and long weekends for all 26 cantons, with cross-cantonal comparison. School holidays are differentiated by Schulart (school type), which matters more than it first appears. No API key required.
Overview
swiss-holidays-mcp is a Swiss holiday calendar for AI assistants like Claude β public holidays, school holidays and long weekends for all 26 cantons, no API keys required. Public holidays are cantonal (Berchtoldstag, Fronleichnam & co. differ by canton, not just the federal minimum). School holidays are set cantonally, sometimes at district level, and β in six cantons β separately per school type. A single federal calendar does not exist; anyone planning across cantonal borders is otherwise reduced to opening 26 PDF pages.
The server covers two thematic clusters: public holidays / long weekends and school holidays (with Schulart differentiation). Each cluster maps to a group of purpose-built tools that translate raw agency data into clean, provenance-tagged JSON responses. All data comes from the OpenHolidays API (CC BY 4.0) and Nager.Date (MIT).
Mnemonic: A duplicate in Swiss school data is usually a school type in disguise. The underlying API publishes the same holiday period several times when a canton differentiates by school type. That looks like duplicated data and invites naive de-duplication β which would destroy exactly the distinction a school authority needs.
Anchor demo query: "In which weeks of 2026 are the compulsory schools of Zurich, Zug and Aargau simultaneously on holiday β and how many overlapping days does each pair share?"
β This exercises find_common_free_window, compare_school_holidays and list_school_types in a single conversation, and answers a question that recurs every planning cycle in inter-cantonal coordination.
β More use cases by audience β
Features
π« School holidays β periods per canton and date range, differentiated by Schulart (
VS/MS/BS/EO)π Public holidays β cantonal holiday sets, not just the federal minimum (Berchtoldstag & friends)
π Date check β is a given date a school or public holiday in a canton?
π Cross-cantonal comparison β pairwise overlap matrix of holiday days between cantons
πͺ Common free windows β date ranges where all listed cantons are simultaneously on holiday
π Long weekends & bridge days β computed from federal public holidays (Nager.Date)
ποΈ Local & municipal holidays β district- and municipality-level specifics such as Zurich's SechselΓ€uten and Knabenschiessen, with a
scopemarker so they are never mistaken for canton-wideπ iCal / ICS export β a canton's holidays for a year as a ready-to-import
.icscalendarπ Holiday feed resource β
holidays://<canton>/<year>MCP resource with a Markdown summaryπ "Is today a holiday?" β one-call convenience for the everyday question
π©Ί Source health β reachability and latency of both upstreams, always evaluable
π No authentication required β both data sources are publicly accessible
βοΈ Dual transport β stdio for Claude Desktop, Streamable HTTP/SSE for cloud deployment
π§Ύ Provenance on every response β
live_api|cached|degraded, never a silent empty list
Data Sources
Source | Data | Licence |
Cantons, Schularten, school holidays, public holidays | CC BY 4.0 | |
Long weekends and required bridge days | MIT |
Both sources are publicly accessible, no authentication required. Attribution required: OpenHolidays (CC BY 4.0) and Nager.Date must be cited as the source when using their data.
Tools
Tool | Purpose | Data Source |
| The 26 cantons with ISO codes and official languages | OpenHolidays |
| Schulart groups per canton ( | OpenHolidays |
| School holidays for one canton and date range | OpenHolidays |
| Public holidays for one canton and year | OpenHolidays |
| Public holidays for one municipality or district, incl. local specifics | OpenHolidays |
| Is a given date a school or public holiday? | OpenHolidays |
| Pairwise overlap matrix across cantons | OpenHolidays |
| Windows where all listed cantons are on holiday | OpenHolidays |
| The next upcoming holiday periods | OpenHolidays |
| Long weekends and required bridge days | Nager.Date |
| A canton's holidays for a year as an iCalendar ( | OpenHolidays |
| Is today a school or public holiday in a canton? | OpenHolidays |
| Reachability and latency of both upstreams | Built-in |
Resources
Resource URI | Content |
| Markdown summary of all public + school holidays, e.g. |
All tools carry the full annotation set β readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true (they reach an external API). No tool writes anywhere. Inputs are schema-validated (canton codes against the 26 known cantons, dates as YYYY-MM-DD, year bounded, language/school_type whitelisted).
Example Use Cases
Query | Tool |
"Which cantons are there, and what are their codes?" |
|
"Show Zurich's compulsory-school holidays for spring 2026" |
|
"Is 3 April 2026 a public holiday in Ticino?" |
|
"Do Zurich and Zug school holidays overlap this year?" |
|
"When can all of ZH, ZG, AG plan a joint week off school?" |
|
"What are the next holidays for Basel-Stadt schools?" |
|
"Which long weekends does 2026 have, and which bridge days do they need?" |
|
"Which local holidays does the city of Zurich keep that the rest of the canton doesn't?" |
|
"Export Zurich's 2026 holidays as an .ics calendar I can import" |
|
"Is today a holiday in Aargau?" |
|
π‘οΈ Safety & Limits
Aspect | Details |
Access | Read-only ( |
Personal data | No personal data β all sources are aggregated, public holiday calendars |
Caching | 12-hour in-memory TTL (holiday tables change a handful of times per year) |
Retry | Exponential backoff 2s / 4s / 8s; 4xx except 429 are not retried |
Timeout | 20 seconds per API call (8 seconds for health probes) |
Authentication | No API keys required β both upstreams are publicly accessible |
Degradation | Upstream failure yields a |
Terms of Service | Subject to the ToS of the respective data sources: OpenHolidays, Nager.Date |
Architecture
This server uses Architecture A (live API only, with in-memory cache).
ββββββββββββββββββββββββββββ
Claude / any ββββΆβ swiss-holidays-mcp β
MCP host β (FastMCP Β· 13 tools) β
ββββββββββ¬ββββββββββββββββββ
β retry 2s/4s/8s Β· 12h cache
ββββββββββ΄ββββββββββ
βΌ βΌ
OpenHolidays API Nager.Date
(CC BY 4.0) (MIT)
cantons Β· Schularten long weekends
school + public bridge daysRationale (verified live on 2026-07-19):
All ten documented OpenHolidays endpoints answered HTTP 200 with plausible payloads;
/Subdivisions?countryIsoCode=CHreturns exactly 26 cantons, matching the official count.No public bulk dump could be verified at build time (
openpotato/openholidays.dataraw access returned 404), so Architecture B was not available.Holiday tables change a handful of times per year, so a 12-hour in-memory TTL removes almost all upstream load without risking staleness.
Consequences:
Every response carries
provenance(live_api|cached|degraded).Upstream failure yields a
degradedenvelope with an explanatorynote, never a silent empty list.source_statusalways returns an evaluable health report.
Live-probe findings (2026-07-19)
Endpoint | HTTP | Status | Records | Note |
| 200 | β works | 36 | |
| 200 | β works | 26 | matches official canton count |
| 200 | β works | 11 | Schulart groups, only 6 cantons |
| 200 | β works | 39 | cantonal scope included |
| 200 | β works | 193 | 183 distinct after school-type split |
| 200 | β works | β | |
| 200 | β οΈ silently empty | 0 | invalid country β error |
| 200 | β οΈ silent EN fallback | 26 | invalid language β error |
| 400 | β correct error | β | RFC 9110 problem+json |
Nager | 200 | β works | 33 | 29 rows carry |
Nager | 200 | β works | 3 | |
Nager | 404 | β correct error | β | stricter than OpenHolidays |
Known findings
Apparent duplicates are school types. Zurich returns FrΓΌhlingsferien 2026 twice: once for
CH-ZH-VS(Volksschulen, taggedRecommended) and once forCH-ZH-BS+CH-ZH-MS(Berufsfach- and Mittelschulen). Use theschool_typeparameter (VS/MS/BS/EO) rather than de-duplicating.Only six cantons differentiate by school type (AI, AR, BE, GR, SO, ZH). Elsewhere
groupsis absent and one table covers everything. The filter therefore treats an absentgroupsfield as "applies to all".Subdivision codes mix levels. Records may carry
CH-AI-APorCH-BE-TH-BL. Always match on theCH-XXprefix, never on string equality.An empty list is not an answer. An unknown country or canton code yields HTTP 200 with
[]. This server sets an explanatorynoteso that "no holidays" and "bad filter" stay distinguishable.
Prerequisites
Python 3.10 or higher
uv / uvx (recommended) or pip
Internet access (both APIs are publicly available)
Installation
Run via uv's uvx β no clone or manual install needed:
uvx swiss-holidays-mcpDevelopment
git clone https://github.com/malkreide/swiss-holidays-mcp
cd swiss-holidays-mcp
pip install -e ".[dev]"Configuration
Claude Desktop
Add to claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"swiss-holidays": {
"command": "uvx",
"args": ["swiss-holidays-mcp"]
}
}
}Restart Claude Desktop β the server starts automatically on first use.
Cloud Deployment (SSE / Streamable HTTP for browser access)
For use via claude.ai in the browser (e.g. on managed workstations without local software):
MCP_TRANSPORT=sse PORT=8000 python -m swiss_holidays_mcpFastMCP exposes SSE at /sse, not /mcp.
Variable | Default | Description |
|
| Transport: |
|
| Port for HTTP transports |
|
| Bind address for HTTP transports. Loopback by default; |
π‘ "stdio for the developer laptop, SSE for the browser."
Project Structure
swiss-holidays-mcp/
βββ src/
β βββ swiss_holidays_mcp/
β βββ __init__.py # Package init
β βββ __main__.py # Entry point: stdio / SSE / Streamable HTTP
β βββ server.py # FastMCP server: lifespan, 13 tools, 1 resource, op_* logic
β βββ client.py # Shared HTTP client: retry, 12h cache, egress guard
β βββ guard.py # Egress / SSRF guard (HTTPS + allow-list + IP blocklist)
β βββ ical.py # RFC 5545 iCalendar (.ics) writer
β βββ settings.py # Pydantic-Settings config (loopback default)
β βββ logging_setup.py # Structured logging to stderr
β βββ constants.py # Canton codes, Schulart suffixes, API bases, allow-list
β βββ models.py # Pydantic v2 response envelopes
βββ tests/
β βββ conftest.py # respx fixtures
β βββ test_tools.py # Tool unit tests (mocked, no network)
β βββ test_resilience.py # Degradation / retry / cache behaviour
β βββ test_live.py # Live smoke tests (marker: live)
βββ docs/ # roadmap.md, security.md, network-egress.md
βββ audits/ # mcp-audit run artifacts
βββ Dockerfile # Non-root multi-stage container
βββ .github/
β βββ dependabot.yml # Weekly dependency / action update PRs
β βββ workflows/ # ci.yml, live-tests.yml, publish.yml
βββ pyproject.toml
βββ CHANGELOG.md
βββ CONTRIBUTING.md # Contributing guide (English)
βββ CONTRIBUTING.de.md # Contributing guide (German)
βββ SECURITY.md # Security policy (English)
βββ SECURITY.de.md # Security policy (German)
βββ EXAMPLES.md # Use cases by audience
βββ server.json # MCP registry manifest
βββ LICENSE
βββ README.md # This file (English)
βββ README.de.md # German versionLifecycle Phase
This server is in Phase 1 (read-only) β all tools read-only, no auth, no side
effects. The 13-tool budget (of the 15β20 recommended maximum) still leaves
headroom. Local and municipal specifics β including Zurich's SechselΓ€uten and
Knabenschiessen β are covered directly from OpenHolidays via get_local_holidays
(a live probe showed they are published upstream at Gemeinde level), so no
separate city data source is required for them.
MCP Primitives & Protocol Version
Primitives β Tools + Resources. The 13 tools are idempotent, side-effect-free
GETs. A Resource exposes a stable URI feed (holidays://<canton>/<year>) so clients can read a canton's calendar as cacheable context without a tool call. There are no recurring templated workflows, so Prompts are not used (revisited if that changes).MCP protocol version. Built and tested against protocol version
2025-06-18(pinned asMCP_PROTOCOL_VERSIONand surfaced bysource_status). The wire version is negotiated by the pinnedmcpSDK (mcp>=1.2.0,<2).Update policy. SDK and dependency bumps land via Dependabot (weekly); protocol-version or tool-definition changes are recorded in
CHANGELOG.mdwith a version bump.
Data classification
All data is Γffentlich / Public Open Data β aggregated holiday calendars,
no personal data (DSG/DSGVO). This is the highest classification the server
handles; the full model is in docs/security.md.
Known Limitations
Unofficial source. OpenHolidays aggregates cantonal publications. For legally binding dates, the cantonal authority remains authoritative. Every response says so.
Municipal coverage depends on the upstream. OpenHolidays does carry district- and municipality-level public holidays (e.g. SechselΓ€uten, Knabenschiessen at
CH-ZH-ZH-ZH), exposed throughget_local_holidays. Completeness at Gemeinde level is only as good as the upstream data, which varies by canton. Municipal school holidays are not separately modelled.Nager long weekends ignore cantonal holidays. They are computed from nationwide holidays only.
No historical depth guarantee. Coverage of years before roughly 2020 is uneven.
Testing
# Unit tests (no network required β respx-mocked)
PYTHONPATH=src pytest tests/ -m "not live"
# Live smoke tests (hits the real upstream APIs)
PYTHONPATH=src pytest tests/ -m "live"
# Linting
ruff check src/ tests/Contributing
Contributions are welcome! Please read CONTRIBUTING.md (English) Β· CONTRIBUTING.de.md (German) for guidelines on reporting bugs, setting up the development environment, code style and test requirements.
This project follows the conventions of the Swiss Public Data MCP Portfolio.
Security
To report a vulnerability, please follow the responsible disclosure process in SECURITY.md (English) Β· SECURITY.de.md (German). The server is read-only and requires no API key; see the Safety & Limits section above for the security model.
Changelog
See CHANGELOG.md
Deployment for Swiss Public Administration
If you self-host this server for a Swiss school authority or municipal use case:
Data residency: the query patterns themselves (which cantons a civil servant compares) may reveal ongoing planning and are best kept on Swiss or trusted infrastructure.
Upstream calls go to OpenHolidays (EU-hosted OGD project) and Nager.Date. No personal data leaves your environment; only holiday calendars are requested.
Logging: logs are written to stderr; configure your IT retention policy accordingly.
HTTP transport should run behind a reverse proxy with authentication and per-IP rate limits β the server has no built-in authentication.
License
MIT License β see LICENSE
Source data is subject to the terms of OpenHolidays (CC BY 4.0) and Nager.Date (MIT); attribution to these sources is required when using their data.
Author
Hayal Oezkan Β· github.com/malkreide
Credits & Related Projects
Data: OpenHolidays API (CC BY 4.0) Β· Nager.Date (MIT)
Protocol: Model Context Protocol β Anthropic / Linux Foundation
Built following the
mcp-data-source-probemethodology: live probe before design, dump fallback before API dependency, retry before defeatism.Portfolio: Swiss Public Data MCP Portfolio
Server | Description |
Canton of Zurich education data | |
City of Zurich Open Data | |
BFS STAT-TAB β Swiss federal statistics | |
Swiss federal geodata (swisstopo) |
MIT licensed. Public money, public code.
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.
Latest Blog Posts
- 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/malkreide/swiss-holidays-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server