Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Holidays

БесплатноНе проверен

Retrieves public holiday data by country and year via the Nager.Date API, with no authentication required.

GitHubEmbed

Описание

Retrieves public holiday data by country and year via the Nager.Date API, with no authentication required.

README

Holidays MCP — wraps Nager.Date API (free, no auth)

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
get_holidays Get all public holidays for a country and year. Returns holiday names and dates. Provide country code (e.g., "US", "GB", "DE") and year.
is_today_holiday 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").
next_holidays Get upcoming public holidays from today onward for a country. Returns holiday names and dates. Provide country code (e.g., "US", "GB", "DE").

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "holidays": {
      "url": "https://gateway.pipeworx.io/holidays/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Holidays data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-holidays

Установить Holidays в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install holidays

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add holidays -- npx -y @pipeworx/mcp-holidays

Пошаговые гайды: как установить Holidays

FAQ

Holidays MCP бесплатный?

Да, Holidays MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Holidays?

Нет, Holidays работает без API-ключей и переменных окружения.

Holidays — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Holidays в Claude Desktop, Claude Code или Cursor?

Открой Holidays на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Holidays with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development