fisc
fisc
プロの税金ソフトウェア向けのオープンソースMCPサーバー。
AIエージェントを、Model Context Protocol を通じてTaxprep、DT Max、その他のカナダ税務申告パッケージに接続します。
これは何ですか?
カナダの会計事務所は、Taxprep(Wolters Kluwer)やDT Max(Thomson Reuters)などのソフトウェアで税務申告書を作成します。これらのシステムはプロの税務ワークフローを中心に構築されており、AIエージェント向けの共通インターフェースは存在しません。fisc は、エージェントが税務ソフトウェア間で申告書の読み取り、入力、管理を一貫して行えるようにすることを目的とした、オープンな相互運用性レイヤーです。
Your AI agent
↓ MCP
fisc
↓ adapters
Taxprep · DT Max · ...Related MCP server: brasilnfe-mcp
なぜオープンソースなのか?
コネクタがロックインの原因になるべきではないと考えます。
会計事務所は、検査可能で移植性があり、コントリビューションを受け入れ可能なインターフェースを通じて、既に信頼している税務ソフトウェアにAIを接続できるべきです。また、共有の相互運用性レイヤーがあれば、開発者やソフトウェアベンダーは同じ基盤を非公開で再構築することなく、アダプターを追加しやすくなります。
Coalesc はこのレイヤーの上に自社製品を構築しています。すなわち、エンゲージメントワークフロー、文書インテリジェンス、エビデンス、オーケストレーション、レビューコントロール、そして次に何をすべきかを決定する推論です。レールはオープンにし、インテリジェンスとワークフローで競争する。
ステータス
初期開発中。fisc はまだ機能しません。 まずは CCH iFirm Taxprep Web API 経由で Taxprep アダプターを構築し、その後 DT Max に最適なサポートパスを調査します。
計画中のツール
ツール | 説明 |
| 納税者の新しい税務申告書を作成する |
| 申告書に値を設定する(例:雇用収入、医療費) |
| 申告書から値を読み取る |
| 申告書で利用可能なフォームを一覧表示する |
| 検証診断情報を取得する |
| 既存の申告書を一覧表示する |
計画中のアダプター
Taxprep(CCH iFirm Taxprep Web API)— 進行中
DT Max(Thomson Reuters)— 統合パス調査中
今後さらに追加予定
アーキテクチャ
fisc はベンダーに依存しない税務概念レイヤーを使用します。エージェントにソフトウェア固有のセルIDを理解させる代わりに、意味的概念で動作できます。
// What your agent says:
await client.callTool("set_field", {
return_id: "2026-john-smith",
concept: "employment_income",
value: 82400,
source: "t4_acme.pdf"
});
// An adapter translates that concept to the tax software's native representation.概念からベンダーへのマッピングは、税年度、ソフトウェア、申告書タイプごとに管理されます。
はじめに
注: fisc はまだ機能しません。リポジトリにスターを付けて進捗をフォローしてください。
# Clone
git clone https://github.com/coalesc/fisc.git
cd fisc
# Install
npm install
# Configure (when adapters are ready)
cp .env.example .env
# Add your CCH iFirm API credentials
# Run
npm startプロジェクト構造
src/
index.ts # MCP server entry point
concepts/ # Vendor-neutral tax concept definitions
adapters/
taxprep/ # CCH iFirm Taxprep adapter
dtmax/ # DT Max adapter (planned)
tools/ # MCP tool implementations貢献
貢献を歓迎します。特に以下のものを求めています。
プロの税務ソフトウェア向けの新しいアダプター
追加の申告書タイプ(T2、T3、T5013)向けの概念マッピング
マッピングの税年度更新
AI支援の税務ワークフローにおけるより安全なツールとレビューパターン
ガイドラインについては CONTRIBUTING.md を参照してください。
誰がこれを構築しているのか?
fisc は Coalesc によって構築されています。Coalesc は会計士とAIが協力してクライアントのエンゲージメントを準備、レビュー、進捗管理するためのエンドツーエンドワークスペースを構築しています。fisc をそのワークスペースと、会計事務所が既に使用している税務ソフトウェアとの間の相互運用性レイヤーとして使用する予定です。
ライセンス
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.
Related MCP Servers
- Alicense-qualityBmaintenanceA sovereign, MIT-licensed MCP server for US tax operations, enabling offline-capable and self-hostable tax workflow management.MIT

brasilnfe-mcpofficial
Flicense-qualityCmaintenanceMCP server that exposes Brazilian tax infrastructure as tools, resources, and prompts, enabling AI agents to emit and manage fiscal documents (NF-e, NFC-e, NFS-e, CT-e, MDF-e, DC-e) through natural language.- Alicense-qualityCmaintenanceA standalone MCP server for Indian personal income-tax work (ITR-1/2/3/4 + post-filing notices) with 8 deterministic tools, running fully offline with no API keys.MIT
- Alicense-qualityAmaintenanceMCP server that connects AI agents to 34,500+ Australian Taxation Office documents, providing cited answers, tax deduction discovery, depreciation scheduling, BAS checklists, and audit risk assessment through 13 specialized tools.1445AGPL 3.0
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/coalesc/fisc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server