JP Invoice & Tax MCP
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Japan data tools for AI agents: calendar (rokuyo), address, name splitting, corporate number lookup
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI).
EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.
Related MCP Servers
- FlicenseAqualityCmaintenanceEuropean business compliance suite for AI agents — 28 tools covering tax ID validation (PT, ES, FR, DE, IT, UK, NL), IBAN verification, EU VAT rates, invoice requirements, e-invoicing rules, payment terms, labor calendar helpers, VAT breakdown calculations and invoice schema validation for 18+ European countries.28-
- AlicenseAqualityCmaintenanceJapan-specific utilities for AI agents — era ↔ Western year conversion, kanji-to-romaji, postal code lookup, national holidays, kana conversion, and Japanese name splitting. 9 tools, MIT licensed, install via uvx.9MIT

OpenAccountantsofficial
AlicenseAqualityAmaintenanceOpen-source, accountant-verified tax computation skills for AI agents. 261+ skills across 172+ jurisdictions covering income tax, VAT/GST, payroll, corporate tax, crypto, and cross-border planning. Every skill is verified section-by-section by licensed CPAs and chartered accountants. 3 tools (list_skills, get_skill, get_skill_sections) and 1 prompt (skill-review).3400AGPL 3.0- AlicenseNot gradedqualityAmaintenanceEnables retrieval and full-text search of Japanese National Tax Agency documents, including circulars, administrative guidelines, tax answers, and Q\&A examples, with live fallback and local caching.1,333 npm2MIT