next_holidays
Pack: nager-holidays · Endpoint: https://gateway.pipeworx.io/nager-holidays/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country_code | string | yes | ISO-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":"next_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.