public_holidays

Pack: nager-holidays · Endpoint: https://gateway.pipeworx.io/nager-holidays/mcp

List all public holidays for a given year and country from Nager.Date. Returns each holiday with its date, local + English name, whether it is nationwide (global), the subdivisions (counties) it applies to, and holiday types. Keyless.

Parameters

NameTypeRequiredDescription
yearnumberyes4-digit year, e.g. 2026 (1900–2100).
country_codestringyesISO-3166-1 alpha-2 country code, e.g. “US”, “GB”, “DE”. Use available_countries to list valid codes.

Example call

curl -X POST https://gateway.pipeworx.io/nager-holidays/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": {
    "nager-holidays": {
      "url": "https://gateway.pipeworx.io/nager-holidays/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 10, 2026