Unbnd logoUnbnd

Holiday MCP tools

Tools for checking holidays, workdays, and listing holiday data through the MCP server.

One-click install

Cursor and VS Code (stable / Insiders) expose documented install links; clicking opens the app to add this HTTP MCP. Other editors (Windsurf, Claude Code, Zed, …) still need manual config or their marketplace. Server name: unbnd-holiday (unbnd for /api/mcp, unbnd-* for module routes).

Resolving MCP URL for this page…

Endpoints

POST/api/mcp/holiday

Call with { tool, params } to execute a single tool.

Available holiday tools

  • get_today_holiday – get today's holiday information.
  • list_holiday – list holidays for a given year.
  • is_workday – check if a date is a workday.
  • is_holiday – check if a date is a holiday.
Playground

Send requests and view responses.

RequestPOST /api/mcp/holiday
Response
No response yet. Choose a tool and send a request to see the result.