You're viewing a demo portfolio

Join the waitlist
PRSM

is_today_holiday

Active

Tool of holidays

declared in 0.1.0

Check if today is a public holiday in a given country. Returns whether it's a holiday and the holiday name if applicable. Provide country code (e.g., "US", "GB").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "country_code": "US"
    },
    {
      "country_code": "GB"
    }
  ],
  "required": [
    "country_code"
  ],
  "properties": {
    "country_code": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code (e.g., US, GB, DE, FR)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

holidays

https://github.com/pipeworx-io/mcp-holidays

1/7 registries
View full server →
is_today_holiday — holidays — PRSM MCP