← 返回
未分类 中文

Pipeworx holidays

Public holidays for 100+ countries — look up by year, check if today is a holiday, or find the next upcoming ones
提供100多个国家的公共假日——可按年份查询、查看今天是否为假日,或获取下一个即将到来的假日
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 288
下载
💾 0
安装
1
版本
#latest

概述

Public Holidays

Get official public holidays for over 100 countries via the Nager.Date API. Look up all holidays in a year, check if today is a holiday, or find the next upcoming holidays for a country.

Tools

ToolDescription
-------------------
get_holidaysAll public holidays for a country and year (e.g., US 2025)
is_today_holidayCheck if today is a public holiday in a given country
next_holidaysUpcoming public holidays for a country from today forward

When to use

  • Scheduling features that need to account for public holidays
  • "Is Monday a bank holiday in the UK?" — check with is_today_holiday
  • Travel planning — see what holidays fall during a trip
  • Payroll and HR tools that need country-specific holiday calendars

Example: German holidays in 2025

curl -s -X POST https://gateway.pipeworx.io/holidays/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_holidays","arguments":{"country":"DE","year":2025}}}'

Returns date, name (English), local name (German), and whether it's a fixed or floating holiday.

Setup

{
  "mcpServers": {
    "pipeworx-holidays": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/holidays/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Pipeworx disease

brucegutman
COVID-19统计数据 —全球累计、各国明细、历史趋势及来自 disease.sh 的疫苗接种数据
★ 0 📥 427

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 588

Pipeworx crypto

brucegutman
通过CoinGecko获取加密货币价格、市值排名及法币转换
★ 0 📥 455