You're viewing a demo portfolio

Join the waitlist
PRSM

get_holidays

Active

Tool of holidays

declared in 0.1.0

Get all public holidays for a country and year. Returns holiday names and dates. Provide country code (e.g., "US", "GB", "DE") and year.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "year": 2025,
      "country_code": "US"
    },
    {
      "year": 2024,
      "country_code": "DE"
    }
  ],
  "required": [
    "country_code",
    "year"
  ],
  "properties": {
    "year": {
      "type": "number",
      "description": "The year to retrieve holidays for (e.g., 2025)"
    },
    "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.70.

Parent server

holidays

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

1/7 registries
View full server →