日本のビジネスカレンダー MCP サーバー(祝日判定・営業日計算・支払サイト計算・年度・締切残日数)
Project description
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 |
指定日までの残り日数・営業日数(締切管理) |
祝日は固定日・ハッピーマンデー・春分/秋分(天文計算)・振替休日・国民の休日まで自動算出します。
導入
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スイート
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jp_business_calendar_mcp-0.1.0.tar.gz.
File metadata
- Download URL: jp_business_calendar_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83e554a56c61bed75eb5ab4d421364ed63654c685450e1281c46f91b787e8ac7
|
|
| MD5 |
5efd0973f4d6f7004683580e780dc0e4
|
|
| BLAKE2b-256 |
107c274dc98dc6af11308ddccf21edfeffdd13ae45ad033b35042cb203441cab
|
File details
Details for the file jp_business_calendar_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jp_business_calendar_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825742fea162084e1114a8bffab5e33dc0a9734ddb4c3dd0443300feaae03487
|
|
| MD5 |
934719fd30b7bce06697b4990acd2053
|
|
| BLAKE2b-256 |
89bcbee11575972cc12fb61ed1e304b21d5902cd1b336a7d5250413cf5989b38
|