holidays
ActiveTool of Toolcall
Public holidays for any country and year, plus optional business-day checking. Pass country= (ISO alpha-2) and year=; add date= to learn whether that day is a business day, whether it is a weekend or public holiday, the holiday name, and the next business day. Covers 100+ countries. JSON response. [Paid: $0.01 USDC per call via x402 on Base; the calling client pays automatically.]
Parameters schema
{
"type": "object",
"required": [
"country"
],
"properties": {
"date": {
"type": "string",
"description": "YYYY-MM-DD to run a business-day check, optional"
},
"year": {
"type": "integer",
"description": "Year, default current"
},
"country": {
"type": "string",
"description": "ISO 3166 alpha-2 country code, e.g. US, GB, DE"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Toolcall
https://github.com/BeneIstvan/toolcall-mcp
1/7 registries