← quantonetto.com

INDIVIDUAL MCP TOOL

get_relevant_questions

Report which unanswered facts would actually move this result and by how many euro, so an agent asks the user only the questions that matter.

quantonetto.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://quantonetto.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_relevant_questions and invoke it with your own arguments.

Indexed 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 server

quantonetto.com

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.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.

Related tools

  • calculate_net_salary — Turn 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.
  • search_comuni — Find Italian comuni by name, province, region or Belfiore catastale code, and return the exact catastale code the other tools need.
  • compare_comuni — Compare net pay for one gross salary across several comuni, ranked, so the surtax difference between two places is a single call rather than several.
  • get_rate_curve — Return net pay, effective deduction rate and measured marginal rate across a range of gross incomes, for charting or for finding where a threshold bites.
  • get_employer_cost — Return the employer-side contribution reference for a gross salary.
  • get_tax_sources — Return 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.