Skip to main content
Glama
tsuruokashun08

JP Business Calendar MCP

JP Business Calendar MCP — 日本のビジネスカレンダー MCP

AIアシスタント(Claude Desktop等)から使える、日本の実務に特化したカレンダーMCPサーバーです。 祝日判定・営業日計算・支払サイト計算・年度・締切までの残日数を、会話の中でそのまま実行できます。外部API・ログイン不要、すべてローカルで完結します。

ツール(6種・すべて動作検証済み)

ツール

内容

is_holiday

指定日が日本の祝日・休日か(振替休日・国民の休日も含む)

next_business_day

n営業日後(土日祝を除く/負数で過去方向も)

business_days_between

期間の営業日数

payment_date

締め日+支払サイトから支払日を計算(休業日は前/翌営業日に調整)

fiscal_year

年度(既定4月始まり)

days_until

指定日までの残り日数・営業日数(締切管理)

祝日は固定日・ハッピーマンデー・春分/秋分(天文計算)・振替休日・国民の休日まで自動算出します。

Related MCP server: business-day-mcp

導入

pip install mcp
python3 server.py
# または: pip install ./  →  jp-business-calendar-mcp コマンド

Claude Desktop 設定

{ "mcpServers": { "jp-business-calendar": {
    "command": "python3", "args": ["/絶対パス/products/mcp-jp-calendar/server.py"] } } }

使用例

  • 「2026年5月6日は祝日?」→ 振替休日

  • 「今日から10営業日後は?」

  • 「7/15請求、月末締め翌月末払いの支払日は?」→ 2026-08-31

  • 「2026年3月31日は何年度?」→ 2025年度

ライセンス / 免責

MIT License。個人・商用利用可。祝日・営業日は一般的なルールに基づく補助であり、正確性を保証しません。重要な判断は公式のカレンダー等でご確認ください。


made by panda studio ・ 「JP Invoice & Tax MCP」と合わせて日本のフリーランス/中小の実務MCPスイート

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsuruokashun08/jp-business-calendar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server