You're viewing a demo portfolio

Join the waitlist
PRSM

holidays

Active

Tool of Toolcall

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Toolcall

https://github.com/BeneIstvan/toolcall-mcp

1/7 registries
View full server →