General Tools
quantonetto.com
An Italian payroll and tax calculation MCP server that converts gross salary to net pay, compares comuni, and exposes rate curves and relevant questions.
ENDPOINT 1
https://quantonetto.com/api/mcp
MCP server metadata
- Name
- quantonetto
- Version
- 1.0.0
QuantoNetto.Com turns an Italian gross annual salary (RAL) into take-home pay for tax year 2026, including INPS employee contributions, IRPEF, the cuneo fiscale relief, the trattamento integrativo, family tax credits, and the regional and municipal surtaxes of the specific comune. Rates come from the Dipartimento delle Finanze open data; unpublished 2026 schedules may use prior-year rates and are flagged as estimates. Free, no account, no API key. When to use these tools: - Compute Italian net salary from a gross annual figure (RAL) for tax year 2026. - Compare take-home pay between comuni, where regional and municipal surtaxes differ. - Find the Belfiore catastale code for an Italian comune by name, province or prefix. - Get the measured marginal deduction rate at a given income, rather than adding headline rates. - Model payroll features: impatriati relief, pension contributions, fringe benefits, meal vouchers, productivity bonuses, fixed-term contracts and part-year employment. - Read the official source documents and the date the tax data was retrieved. Start with search_comuni when the user names a city, because every other tool wants a Belfiore catastale code and a wrong city silently changes the municipal surtax. Use compare_comuni for "where do I take home more" questions. Amounts are always EUR. Report the warnings a tool returns: some comuni publish no 2026 rate and the result carries the previous year forward. This models employment income only, and it is an estimate, not tax advice.
Known tools 7
calculate_net_salaryTurn an Italian gross annual salary (RAL) into net pay for tax year 2026 in a given comune, with every contract, relief, pension, benefit, bonus and family option.
Potential side effectssearch_comuniFind Italian comuni by name, province, region or Belfiore catastale code, and return the exact catastale code the other tools need.
Inferred read-onlycompare_comuniCompare net pay for one gross salary across several comuni, ranked, so the surtax difference between two places is a single call rather than several.
Potential side effectsget_rate_curveReturn net pay, effective deduction rate and measured marginal rate across a range of gross incomes, for charting or for finding where a threshold bites.
Potential side effectsget_relevant_questionsReport which unanswered facts would actually move this result and by how many euro, so an agent asks the user only the questions that matter.
Inferred read-onlyget_employer_costReturn the employer-side contribution reference for a gross salary.
Inferred read-onlyget_tax_sourcesReturn the official source documents, the date the tax data was retrieved, the assumptions in force and any carryover or unpublished-rate caveats for a comune.
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.quantonetto]
url = "https://quantonetto.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quantonetto": {
"type": "http",
"url": "https://quantonetto.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quantonetto
Remote MCP URL: https://quantonetto.com/api/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": {
"quantonetto": {
"url": "https://quantonetto.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quantonetto": {
"type": "http",
"url": "https://quantonetto.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quantonetto",
"transport": "streamable-http",
"url": "https://quantonetto.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://quantonetto.com
MCP server metadata
- Name
- WebMCP
Known tools 1
calculate-net-salary-formUpdate the visible Italian salary calculator with a gross amount in EUR and a comune. Keeps current payroll and family assumptions; use update-assumptions for all options.
Potential side effectsCONNECT 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.webmcp]
url = "https://quantonetto.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://quantonetto.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://quantonetto.com
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": {
"webmcp": {
"url": "https://quantonetto.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://quantonetto.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://quantonetto.com"
}
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.