Dichiarino
Enables AI assistants to help compile the Italian Modello 730 income tax return by providing IRPEF calculations, deduction tools, and tax rule guidance.
README
<div align="center">
<img src="site/assets/logo-icon.svg" alt="Dichiarino icon" width="100"/><br/>
<img src="site/assets/logo.svg" alt="Dichiarino" width="520"/>
An MCP (Model Context Protocol) server that acts as an intelligent assistant for compiling the Italian Modello 730 Precompilato - the pre-filled annual income tax return.
</div>
What is Dichiarino?
Dichiarino is an MCP server that gives any compatible AI assistant (Claude Desktop, Cursor, etc.) deep knowledge of the Italian tax system and calculation tools for the 730 form. It embeds official fiscal rules, IRPEF rates, and deduction limits so the AI can guide you through your annual tax return.
Note: The Agenzia delle Entrate provides no public API for the 730 precompilato. Dichiarino works as a knowledge + calculation engine - it cannot submit your return for you. Always verify results with a qualified professional (CAF, commercialista, consulente del lavoro).
Features
| Tool | Description |
|---|---|
calcola_irpef |
IRPEF lorda from income + year (2024: 23%/35%/43%) |
calcola_detrazione_lavoro |
Work income tax credit - formula per bracket + €65 bonus |
calcola_detrazioni_familiari_tool |
Detrazioni for spouse, children ≥21, other dependants |
calcola_oneri |
Quadro E deductions - medical, mortgage, renovation, university… |
verifica_spesa_detraibile |
Is this expense deductible? Which quadro? How much? |
valida_codice_fiscale_tool |
Validate + parse Italian codice fiscale (check digit algorithm) |
calcola_risultato_dichiarazione |
Full 730 result - rimborso or debito |
guida_quadro |
Step-by-step guide for any Quadro (A–W, M, T) |
lista_documenti_spesa |
Documents needed for a specific expense type |
genera_checklist_730 |
Personalised compilation checklist |
calcola_addizionale_regionale_tool |
Regional IRPEF surcharge for all 20 Italian regions |
analizza_certificazione_unica |
Validate CU (Certificazione Unica) fields for consistency |
Resources:
dichiarino://aliquote/{anno}- IRPEF brackets and ratesdichiarino://quadri/{nome}- Full instructions for each Quadrodichiarino://scadenze/{anno}- Key deadlinesdichiarino://regioni- Regional surcharge tabledichiarino://detrazioni- Full deduction limits table
Agent Skills
In addition to the MCP server, Dichiarino ships a set of portable Agent Skills
in the skills/ folder - standalone instruction packages compatible with Claude, Cursor,
and any agentskills.io-supported tool. They work without the MCP server but are enhanced when it is connected.
| Skill | When to use |
|---|---|
calcola-irpef-730 |
Compute IRPEF, brackets, detrazioni lavoro, 2025 cuneo fiscale |
compila-quadro-730 |
Fill in any quadro of the 730 form step by step |
verifica-codice-fiscale |
Validate and decode a codice fiscale |
calcola-detrazioni-730 |
Calculate Quadro E deductions and limits |
checklist-documenti-730 |
Generate a personalised document checklist |
analizza-cu |
Parse and explain a Certificazione Unica (CU) |
See skills/README.md for installation instructions.
Requirements
- Python 3.11+
- uv (recommended) or pip
Installation
# Clone the repo
git clone https://github.com/gsaccardi/dichiarino-mcp.git
cd dichiarino-mcp
# Install with uv
uv sync
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dichiarino": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/dichiarino-mcp",
"run",
"dichiarino"
]
}
}
}
With Cursor or other MCP clients
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"dichiarino": {
"command": "uv",
"args": ["--directory", "/path/to/dichiarino-mcp", "run", "dichiarino"]
}
}
}
Run directly
uv run dichiarino
# or
uv run python -m dichiarino.main
Example Interactions
Once connected to Claude Desktop:
You: Quanto IRPEF devo pagare su un reddito di 35.000€?
Claude: [calls calcola_irpef + calcola_detrazione_lavoro]
IRPEF lorda: 8.890€
Detrazione lavoro: 1.565€ + bonus 65€
IRPEF netta stimata: 7.260€
You: Ho speso 1.200€ dal medico quest'anno. Cosa posso detrarre?
Claude: [calls calcola_oneri]
Spese sanitarie: 1.200€ - franchigia 129,11€ = 1.070,89€ x 19% = 203,47€
Documenti necessari: fatture mediche, scontrini farmacia con CF
You: Quali quadri devo compilare? Ho lavoro dipendente, mutuo, e figli under 21.
Claude: [calls genera_checklist_730]
Quadri: Frontespizio, C (lavoro), E (mutuo 19% su max 4.000€)
⚠️ I figli under 21 non generano detrazione - coperti dall'Assegno Unico Universale
Documenti: CU datore, quietanza interessi banca, contratto mutuo
Development
# Install dev dependencies
uv sync --dev
# Run tests
uv run pytest
# Lint
uv run ruff check src/ tests/
# Type check
uv run mypy src/
Project Structure
src/dichiarino/
├── main.py # Entry point
├── server.py # MCP server setup + registration
├── types.py # Domain types
├── calculators/ # Pure calculation functions
│ ├── irpef.py
│ ├── detrazioni_lavoro.py
│ ├── detrazioni_familiari.py
│ ├── oneri.py
│ └── addizionali.py
├── validators/
│ └── codice_fiscale.py
├── data/ # Static fiscal data (2024)
│ ├── aliquote_irpef.py
│ ├── addizionali_regionali.py
│ ├── limiti_detrazioni.py
│ └── istruzioni_quadri.py
├── tools/ # MCP tool handlers
└── resources/ # MCP resource handlers
tests/
├── calculators/ # Unit tests for fiscal math
├── validators/ # Codice fiscale tests
└── integration/ # Full MCP server integration tests
Tax Year Coverage
| Anno di imposta | Modello | Status |
|---|---|---|
| 2025 | 730/2026 | ✅ Fully supported (default) |
| 2024 | 730/2025 | ✅ Fully supported |
| 2023 | 730/2024 | ✅ IRPEF brackets supported |
Attribution
This project is licensed under the Apache License 2.0. If you redistribute this software or a Derivative Work, you must include the NOTICE file and retain the following attribution:
Powered by Dichiarino - https://github.com/gsaccardi/dichiarino-mcp
See LICENSE and NOTICE for full terms.
Disclaimer
The fiscal calculations provided are for informational purposes only and do not constitute professional tax or legal advice. Always verify your tax return with a qualified professional before submission. The authors accept no liability for errors or changes in fiscal legislation.
<div align="center"> Made with ❤️ for Italian taxpayers </div>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。