JP Invoice & Tax MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JP Invoice & Tax MCPT1234567890123は正しいインボイス番号?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JP Invoice & Tax MCP — 日本の請求・税務ユーティリティ MCP
Claude Desktop などの AI アシスタントから使える、日本の実務に特化した MCP サーバーです。 消費税・源泉徴収の計算、適格請求書(インボイス)登録番号の検証、税率別の区分集計、和暦↔西暦変換、請求書データ生成を、AI との会話の中でそのまま実行できます。外部 API・ログイン不要、すべてローカルで完結します。
ツール(8種・すべて動作検証済み)
ツール | 内容 |
| 消費税計算(税抜↔税込・標準10%/軽減8%) |
| 報酬の源泉徴収税(10.21%/100万超は20.42%) |
| 適格請求書番号(T+13桁)の形式+チェックディジット検証 |
| 明細を税率ごと(10%/8%)に区分集計(適格請求書の必須要件) |
| 適格請求書の必須7項目が揃っているか点検 |
| 和暦→西暦(令和/平成/昭和/大正/明治) |
| 西暦→和暦(改元境界も正確に判定) |
| 明細から小計・消費税・合計+必須項目を生成 |
Related MCP server: japan-utils-mcp
導入(3通り)
A. すぐ動かす(開発・単体利用)
pip install mcp
python3 server.pyB. コマンドとしてインストール(配布)
pip install ./ 又は uvx --from . jp-invoice-tax-mcp→ jp-invoice-tax-mcp コマンドが使えるようになります。
Claude Desktop 設定
claude_desktop_config.json:
{
"mcpServers": {
"jp-invoice-tax": {
"command": "python3",
"args": ["/絶対パス/products/mcp-jp-invoice/server.py"]
}
}
}(インストール版なら "command": "jp-invoice-tax-mcp", "args": [])
再起動すると、会話の中で「この報酬の源泉いくら?」「このインボイス番号あってる?」等がそのまま使えます。
使用例(AIへの指示)
「税抜4,000円の消費税と税込額は?」→ 税抜4,000 / 消費税400 / 税込4,400
「報酬12万円の源泉徴収は?」→ 12,252円
「T1234567890123 は正しいインボイス番号?」→ チェックディジット検証で判定
「令和8年7月7日は西暦何年?」/「2026/7/7を和暦で」
「10%と軽減8%が混在する明細を税率別に集計して」
配布ロードマップ
8ツール実装・全検証パス
wheelパッケージ化(
jp-invoice-tax-mcpコマンド・隔離env install実証済)PyPI / mcp.so / GitHub 公開(★公開はユーザー承認後)
freee/弥生 連携の第2号、見積書PDF等を追加
端数処理・精度について
消費税の端数は切り捨てを既定とし、浮動小数の誤差を避けるため整数演算で計算します(消費税法上、端数処理は事業者が選択できます)。
validate_invoice_numberは形式とチェックディジットのみを検証します。国税庁への実在登録の確認は行いません(国税庁「適格請求書発行事業者公表サイト」で別途ご確認ください)。
ライセンス / 免責
MIT License。個人・商用利用可。 本ツールは一般的なルールに基づく補助ツールであり、税務・会計上の助言ではありません。 計算結果の正確性・完全性を保証するものではなく、利用によって生じたいかなる損害についても作者は責任を負いません。最終的な税務判断は必ず税理士・税務署にご確認ください。
made by panda studio ・ 日本の実務に効くMCPを順次追加予定
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-invoice-tax-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server