TaxCompass — Italian tax tools
it.taxcompass/taxcompassSourced Italian tax tools for AI agents: cited primary-source search + a deterministic tax engine.
Tools · 4
Search TaxCompass's primary-source corpus and return passages to cite. Hybrid semantic + keyword retrieval over Italian tax & company-law primary sources: Normattiva (statute), Agenzia delle …
List the primary sources the corpus can search, and what each covers. Use this to discover the valid `sources` filter values for `search_italian_tax_sources` and to understand the corpus's co…
Compute exact Italian tax for one regime at a given annual revenue. Deterministic calculation (not an estimate): substitute/income tax, INPS social contributions, net income, and effective ra…
Compare all Italian regimes side by side at one revenue level. Runs forfettario (5% & 15%), ordinario, and ordinario + impatriati through the deterministic engine and returns them sorted by n…
Resources · 2
The primary sources TaxCompass can search, with coverage notes.
taxcompass://sources
What this server is and how to use it well.
taxcompass://about
Prompts · 1
A grounded, citation-first workflow over the TaxCompass tools.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"taxcompass_—_italian_tax_tools": {
"url": "https://api.taxcompass.it/mcp",
"transport": "streamable-http"
}
}
}