next_holidays
ActiveTool of holidays
declared in 0.1.0
Get upcoming public holidays from today onward for a country. Returns holiday names and dates. Provide country code (e.g., "US", "GB", "DE").
Parameters schema
{
"type": "object",
"examples": [
{
"country_code": "FR"
},
{
"country_code": "JP"
}
],
"required": [
"country_code"
],
"properties": {
"country_code": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (e.g., US, GB, DE, FR)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
holidays
https://github.com/pipeworx-io/mcp-holidays
1/7 registries