| name | hudy |
| description | Korean public holidays and business day calculations via HuDy MCP. Query holidays, count business days, add/subtract business days, and manage custom holidays. |
| metadata | {"openclaw":{"requires":{"env":["HUDY_API_KEY"]},"primaryEnv":"HUDY_API_KEY"}} |
HuDy - Korean Holiday & Business Day Skill
Use the HuDy MCP server to query Korean public holidays, calculate business days, and manage custom holidays directly from your AI agent.
Setup
1. Get an API Key
Sign up at hudy.co.kr and create an API key from the dashboard.
2. Connect MCP
Claude Code:
claude mcp add --transport http hudy https://www.hudy.co.kr/api/mcp -H "x-api-key: YOUR_API_KEY"
Claude Desktop / Cursor:
{
"mcpServers": {
"hudy": {
"url": "https://www.hudy.co.kr/api/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
Available Tools
get_holidays (Free)
Query Korean public holidays by year or date range.
"2026๋
๊ณตํด์ผ ์๋ ค์ค"
"2026-03-01๋ถํฐ 2026-06-30๊น์ง ๊ณตํด์ผ ์กฐํํด์ค"
count_business_days (Pro)
Count business days between two dates, excluding weekends and public holidays.
"2026-03-01๋ถํฐ 2026-03-31๊น์ง ์์
์ผ ๋ฉฐ์น ์ด์ผ?"
"์ด๋ฒ ๋ฌ ์์
์ผ ์ ์๋ ค์ค"
add_business_days (Pro)
Calculate the date N business days after a given date.
"2026-03-01์์ 10์์
์ผ ํ ๋ ์ง ์๋ ค์ค"
"์ค๋๋ถํฐ 5์์
์ผ ๋ค๋ ์ธ์ ์ผ?"
subtract_business_days (Pro)
Calculate the date N business days before a given date.
"2026-03-31์์ 5์์
์ผ ์ ๋ ์ง ์๋ ค์ค"
check_business_day (Pro)
Check if a specific date is a business day.
"2026-03-01์ด ์์
์ผ์ด์ผ?"
"์ค๋ ์์
์ผ์ธ์ง ํ์ธํด์ค"
Custom Holiday Management (Pro)
Manage user-defined holidays that are included in all business day calculations.
| Tool | Description |
|---|
list_custom_holidays | List all custom holidays |
create_custom_holiday | Register a new custom holiday |
update_custom_holiday | Update an existing custom holiday |
delete_custom_holiday | Delete a custom holiday |
"ํ์ฌ ์ฐฝ๋ฆฝ๊ธฐ๋
์ผ 2026-05-15๋ก ๋ฑ๋กํด์ค"
"์ปค์คํ
๊ณตํด์ผ ๋ชฉ๋ก ๋ณด์ฌ์ค"
Plans
| Feature | Free | Pro ($3/mo) |
|---|
| Public holiday lookup | โ
| โ
|
| Monthly API calls | 100 | 5,000 |
| Business day APIs | โ | โ
|
| Custom holidays | โ | โ
|
| Calendar sync (iCal) | โ | โ
|
Notes
- All dates use
YYYY-MM-DD format.
- Holiday data is sourced from the Korean government open data portal (data.go.kr).
- Custom holidays are per-user and automatically included in business day calculations.
- Calendar sync provides an iCal URL for Google Calendar, Apple Calendar, and Outlook.