Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PlugRail Japanese Calendar

dev.plugrail/jp-calendar

Japanese holiday and business-day calculations using official Japan Cabinet Office data.

Uptime
100.0%
1 direct probes · 30d
Response
1252ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

is_holiday

指定した日付が日本の祝日(国民の祝日・休日)かどうかを判定します。内閣府公表データに基づきます。入力例: {"date": "2026-01-01"}

list_holidays

指定した年または期間の日本の祝日一覧を返します。入力例: {"year": 2026} または {"from": "2026-01-01", "to": "2026-06-30"}

add_business_days

指定した日付(date)の翌日から数えてN営業日目(days)の日付を返します。dateの当日は数えません。daysが負の場合は過去方向(dateの前日から遡ってN営業日目)に計算します。土日・日本の祝日を除外し、calendar="banking"を指定すると銀行休業日(12/31〜1/3)も除外します。dateが営業日かどうかだけ知りたい場合は is_holiday を使ってください(days…

business_days_between

from〜to間の営業日数を数えます。既定では「fromを含まず、toを含む」境界です(例:「今日から支払期日まで何営業日か」)。include_from/include_toで境界を変更できます。土日・日本の祝日を除外し、calendar="banking"を指定すると銀行休業日(12/31〜1/3)も除外します。from > to の場合はエラーにせず、from/toとinclude_from…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "plugrail_japanese_calendar": {
      "url": "https://jp-calendar.plugrail.dev/mcp",
      "transport": "streamable-http"
    }
  }
}