General Tools
taxcompass.it
Provides Italian tax calculation and regime comparison based on primary sources.
ENDPOINT 1
https://api.taxcompass.it/mcp
MCP server metadata
- Name
- TaxCompass
- Version
- 1.27.2
TaxCompass — sourced Italian tax & company-law tools for AI agents. TaxCompass (https://taxcompass.it) is an AI tax co-pilot for foreign founders and freelancers opening a business in Italy (forfettario-first, English-native). This server exposes the same primary-source corpus and deterministic tax engine that power the product, so you can answer Italian tax questions that are grounded and citable rather than guessed. How to use it well: - `search_italian_tax_sources` retrieves passages from primary sources — Normattiva (statute), Agenzia delle Entrate (circolari & guidance), INPS (social security), the pinned tax-year tables (IRPEF brackets, INPS rates, forfettario thresholds & coefficienti di redditività), the ATECO 2025 code catalogue, and EU/treaty sources. Every passage carries a `chunk_id`, `source`, and (usually) a `url`. Cite the `url` and quote the text; do NOT assert Italian tax facts the passages don't support. - `list_tax_sources` shows what the corpus covers and the valid `sources` filter values. - `calculate_italian_tax` and `compare_italian_regimes` give exact, deterministic numbers (substitute tax, IRPEF, INPS, effective rate) — real calculations, not estimates. This is grounded orientation, NOT tax advice (Art. 348 c.p.). Surface the citations and recommend the user confirm with a licensed commercialista before filing.
Known tools 4
search_italian_tax_sourcesSearch TaxCompass's primary-source corpus and return passages to cite.
Inferred read-onlylist_tax_sourcesList the primary sources the corpus can search, and what each covers.
Inferred read-onlycalculate_italian_taxCompute exact Italian tax for one regime at a given annual revenue.
Inferred read-onlycompare_italian_regimesCompare all Italian regimes side by side at one revenue level.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.taxcompass]
url = "https://api.taxcompass.it/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"taxcompass": {
"type": "http",
"url": "https://api.taxcompass.it/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: taxcompass
Remote MCP URL: https://api.taxcompass.it/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"taxcompass": {
"url": "https://api.taxcompass.it/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"taxcompass": {
"type": "http",
"url": "https://api.taxcompass.it/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "taxcompass",
"transport": "streamable-http",
"url": "https://api.taxcompass.it/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.