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

NameTypeRequiredDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. “DE”, “FR”, “NL”, “CH”, “IT”.
valid_fromstringyesStart of date range, YYYY-MM-DD.
valid_tostringyesEnd of date range, YYYY-MM-DD.
languagestringnoLanguage 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.

Regenerated from source · build June 10, 2026