MCP server exposing 4 tools for nager-holidays.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nager-holidays/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
public_holidays — 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.next_holidays — List the upcoming public holidays for a country over the next 365 days, from Nager.Date. Returns each holiday with date, local + English name, nationwide flag, subdivisions, and types. Keyless.available_countries — List every country supported by Nager.Date, with its ISO-3166-1 alpha-2 code and English name. Use these codes for public_holidays, next_holidays, and long_weekends. Keyless.long_weekends — List the long weekends for a given year and country from Nager.Date — multi-day stretches of weekends + public holidays, including whether a bridge day off is needed to connect them. Keyless.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nager-holidays/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io