fisc
fisc
전문 세무 소프트웨어를 위한 오픈소스 MCP 서버
Model Context Protocol을 통해 Taxprep, DT Max 및 기타 캐나다 세무 신고 패키지에 AI 에이전트를 연결하세요.
이게 무엇인가요?
캐나다 회계 법인들은 Taxprep(Wolters Kluwer) 및 DT Max(Thomson Reuters)와 같은 소프트웨어로 세금 신고서를 준비합니다. 이러한 시스템은 전문 세무 워크플로우를 중심으로 구축되었으며, AI 에이전트를 위한 공통 인터페이스가 아닙니다. fisc는 에이전트가 여러 세무 소프트웨어에서 신고서를 읽고, 입력하고, 관리할 수 있는 일관된 방법을 제공하는 것을 목표로 하는 오픈 상호운용성 계층입니다.
Your AI agent
↓ MCP
fisc
↓ adapters
Taxprep · DT Max · ...Related MCP server: brasilnfe-mcp
왜 오픈소스인가요?
커넥터가 락인(lock-in)이 되어서는 안 된다고 생각합니다.
회계 법인은 검사 가능하고, 이식 가능하며, 기여에 개방된 인터페이스를 통해 이미 신뢰하는 세무 소프트웨어에 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는 아직 기능하지 않습니다. 저장소에 Star를 눌러 진행 상황을 팔로우하세요.
# 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는 회계사와 AI가 함께 클라이언트 업무를 준비, 검토 및 진행할 수 있는 종합 워크스페이스를 구축하는 Coalesc에 의해 만들어졌습니다. 우리는 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