INDIVIDUAL MCP TOOL
nz_net_to_gross_calculator
Work out the GROSS New Zealand salary needed to take home a given amount.
LIVE ENDPOINT
https://mcp.calculate.co.nz/mcp
Connect to this endpoint to inspect the live schema for nz_net_to_gross_calculator 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
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.calculate-nz]
url = "https://mcp.calculate.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calculate-nz": {
"type": "http",
"url": "https://mcp.calculate.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calculate-nz
Remote MCP URL: https://mcp.calculate.co.nz/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": {
"calculate-nz": {
"url": "https://mcp.calculate.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calculate-nz": {
"type": "http",
"url": "https://mcp.calculate.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calculate-nz",
"transport": "streamable-http",
"url": "https://mcp.calculate.co.nz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
nz_paye_calculator— Calculate New Zealand take-home pay (PAYE) for the 2026/27 tax year (from 1 April 2026).nz_gst_calculator— Add or remove New Zealand GST (15%) from a dollar amount.nz_fuel_cost_calculator— Work out the fuel cost of a trip, and of regular driving, in New Zealand.nz_tax_refund_calculator— Estimate a New Zealand income tax refund, or tax owed, for a year.nz_gpa_calculator— Calculate a grade point average for a New Zealand university.nz_hourly_to_salary_calculator— Convert a New Zealand hourly rate into a salary, before and after tax.nz_work_hours_calculator— Add up a timesheet of work hours, and turn them into gross pay.nz_bonus_tax_calculator— Work out the tax on a New Zealand bonus or commission, and what is left.