← catalogue · rank #104

jp calendar

Show rail times and fares

third party rail 4/100 simple

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

Job
Show rail times and fares
Why this rank
registry row
Provider
dev.plugrail
Money path
List / affiliate later — do not build this ourselves
Pricing model
unknown
Transport
unknown
Verification
official registry listing
Technical name
dev.plugrail/jp-calendar

Usability

Docs: https://github.com/plugrail/servers Tools: is_holiday, list_holidays, add_business_days, business_days_between. Best live test 4/5 — Substantial reply — check it matches the job. Weakest 3/5 — Thin but ran. Partially usable — works, but inventory or schema is picky.

usefulness 3.3/5 other https://jp-calendar.plugrail.dev/mcp

docs · https://github.com/plugrail/servers

What it is for

Japan holiday/business-day calendar (not train tickets).

Example interactions

Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.

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

score 3/5 · Thin but ran. · live · list_holidays

call

{
  "tool": "list_holidays",
  "arguments": {}
}

reply

エラー: year または from/to のいずれかを指定してください。 入力例: {"year": 2026} または {"from": "2026-01-01", "to": "2026-06-30"} 本応答は公共データを基に作成した参考情報であり、提供元行政機関の公式見解を示すものではありません。詳細: https://plugrail.dev/legal/disclaimer

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

score 3/5 · Thin but ran. · live · is_holiday

call

{
  "tool": "is_holiday",
  "arguments": {
    "date": "2026-10-15"
  }
}

reply

2026-10-15(木)は祝日ではありません 出典: 内閣府「国民の祝日について」 https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html を加工して作成 本応答は公共データを基に作成した参考情報であり、提供元行政機関の公式見解を示すものではありません。詳細: https://plugrail.dev/legal/disclaimer

3. 指定した日付(date)の翌日から数えてN営業日目(days)の日付を返します。dateの当日は数えません。daysが負の場合は過去方向(dateの前日から遡ってN営業日目)に計算します。土日・日本の祝日を除外し、calendar="banking"を指定すると銀行休業日(12/

score 4/5 · Substantial reply — check it matches the job. · live · add_business_days

call

{
  "tool": "add_business_days",
  "arguments": {
    "date": "2026-10-15",
    "days": 14
  }
}

reply

2026-10-15(木)の14営業日後は2026-11-05(木)です(土日祝を除く・カレンダー: standard) 出典: 内閣府「国民の祝日について」 https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html を加工して作成 本応答は公共データを基に作成した参考情報であり、提供元行政機関の公式見解を示すものではありません。詳細: https://plugrail.dev/legal/disclaimer

Open source / endpoint Business model

Verified means the listing passed the checks named above on the dates shown. It is not a guarantee of booking success.