← taxcompass.it
INDIVIDUAL MCP TOOL
compare_italian_regimes
Compare all Italian regimes side by side at one revenue level.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
search_italian_tax_sources— Search TaxCompass's primary-source corpus and return passages to cite.list_tax_sources— List the primary sources the corpus can search, and what each covers.calculate_italian_tax— Compute exact Italian tax for one regime at a given annual revenue.