Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

TaxCompass — Italian tax tools

it.taxcompass/taxcompass

Sourced Italian tax tools for AI agents: cited primary-source search + a deterministic tax engine.

Uptime
100.0%
1 direct probes · 30d
Response
223ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
1
available

Tools · 4

search_italian_tax_sources

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_tax_sources

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…

calculate_italian_tax

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_italian_regimes

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

Source catalogue

The primary sources TaxCompass can search, with coverage notes.

taxcompass://sources
About TaxCompass

What this server is and how to use it well.

taxcompass://about

Prompts · 1

research_italian_tax_question

A grounded, citation-first workflow over the TaxCompass tools.

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"
    }
  }
}