public_holidays
Pack: openholidays · Endpoint: https://gateway.pipeworx.io/openholidays/mcp
Public (statutory) holidays for a European country in a date range, with regional subdivisions. EUROPE-focused (~30 countries: DE, FR, NL, CH, IT, AT, BE, ES, PL, etc.). Returns each holiday with its localized name, dates, whether it is nationwide, and which subdivisions observe it. Keyless. For school terms/breaks use school_holidays instead.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country | string | yes | ISO 3166-1 alpha-2 country code, e.g. “DE”, “FR”, “NL”, “CH”, “IT”. |
valid_from | string | yes | Start of date range, YYYY-MM-DD. |
valid_to | string | yes | End of date range, YYYY-MM-DD. |
language | string | no | Language for names, ISO 639-1 (default “EN”). |
Example call
curl -X POST https://gateway.pipeworx.io/openholidays/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"public_holidays","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"openholidays": {
"url": "https://gateway.pipeworx.io/openholidays/mcp"
}
}
}
See Getting Started for client-specific install steps.