# nz.co.employeecostcalculator/site (remote · employeecostcalculator.co.nz)

Employee Cost Calculator NZ: the site's own MCP server — calculator, enquiry (enquiry = a human...

- Trust score: 74/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `employeecostcalculator.co.nz`: 74/100 (this document), [markdown](https://verifymcp.io/servers/nz-co-employeecostcalculator-site/employeecostcalculator.md), [page](https://verifymcp.io/servers/nz-co-employeecostcalculator-site/employeecostcalculator)

## Channel facts

- Endpoint: `https://employeecostcalculator.co.nz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 871 tokens (~145/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the nz.co.employeecostcalculator/site MCP server?

nz.co.employeecostcalculator/site is a hosted endpoint at https://employeecostcalculator.co.nz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http nz-co-employeecostcalculator-site 'https://employeecostcalculator.co.nz/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "nz-co-employeecostcalculator-site": {
      "url": "https://employeecostcalculator.co.nz/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "nz-co-employeecostcalculator-site": {
      "type": "http",
      "url": "https://employeecostcalculator.co.nz/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.nz-co-employeecostcalculator-site]
url = "https://employeecostcalculator.co.nz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nz-co-employeecostcalculator-site": {
      "type": "remote",
      "url": "https://employeecostcalculator.co.nz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nz-co-employeecostcalculator-site --url 'https://employeecostcalculator.co.nz/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nz-co-employeecostcalculator-site:
    url: "https://employeecostcalculator.co.nz/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "nz-co-employeecostcalculator-site": {
      "Transport": "http",
      "Url": "https://employeecostcalculator.co.nz/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add nz-co-employeecostcalculator-site -t streamable-http -u 'https://employeecostcalculator.co.nz/mcp'
```

### Other

```json
{
  "mcpServers": {
    "nz-co-employeecostcalculator-site": {
      "type": "http",
      "url": "https://employeecostcalculator.co.nz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 74, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 67, +5)

- [security improvement] HTTPS: fail → pass

## MCP tools (5)

### `calculator_describe` (~35 tokens)

What Employer cost calculator computes

The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.

### `calculate` (~116 tokens)

Employer cost calculator

Run the Employer cost calculator calculator: KiwiSaver employer contribution; ACC work levy (at your rate); Holiday pay (8%, pay-as-you-go); True annual cost. Missing inputs fall back to their documented defaults.

Input parameters:

- `accRate` (number): ACC work levy per $100 of pay
- `casual` (string): Employment type
- `extras` (number): Other annual costs (benefits, equipment, insurance)
- `kiwiRate` (number): KiwiSaver employer contribution
- `salary` (number): Gross annual salary or wages

### `enquiry_describe` (~70 tokens)

What you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)

Read first. States plainly what submit_enquiry does on Employee Cost Calculator NZ: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

### `enquiry_fields` (~49 tokens)

The questions the enquiry asks

Every field of the Employee Cost Calculator NZ enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

### `submit_enquiry` (~228 tokens)

Submit an ENQUIRY to human providers (two steps; not a purchase)

Submits an enquiry to Employee Cost Calculator NZ — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a New Zealand accountant or payroll provider, who'll contact me directly."

Input parameters:

- `answers` (object, required): the person's answers, keyed by field key
- `confirmation` (string): the confirmation token from step 1, after the person has approved the summary
- `consent` (boolean, required): true only when the person has agreed to: Happy for my details to go to a New Zealand accountant or payroll provider, who'll contact me directly.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nz-co-employeecostcalculator-site/employeecostcalculator#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 73
- 2026-09-23: 73
- 2026-09-22: 72
- 2026-09-21: 72
- 2026-09-20: 72
- 2026-09-19: 71
- 2026-09-18: 71
- 2026-09-17: 70
- 2026-09-16: 70
- 2026-09-15: 69
- 2026-09-14: 69
- 2026-09-13: 68
- 2026-09-12: 68
- 2026-09-11: 67
- 2026-09-10: 67
- 2026-09-09: 62
- 2026-09-08: 62
- 2026-09-07: 61
- 2026-09-06: 61

## Common questions

### What is the nz.co.employeecostcalculator/site MCP server?

nz.co.employeecostcalculator/site is an MCP server listed in the public MCP registry as nz.co.employeecostcalculator/site. Employee Cost Calculator NZ: the site's own MCP server, calculator, enquiry (enquiry = a human... This page covers its hosted endpoint (https://employeecostcalculator.co.nz/mcp).

### Is the nz.co.employeecostcalculator/site MCP server safe to use?

nz.co.employeecostcalculator/site scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the nz.co.employeecostcalculator/site MCP server expose?

nz.co.employeecostcalculator/site exposes 5 tools: calculator_describe, calculate, enquiry_describe, enquiry_fields, submit_enquiry. Their descriptions and schemas cost roughly 498 tokens of context every time the server is loaded.

### Does the nz.co.employeecostcalculator/site MCP server require authentication?

No. We connected to nz.co.employeecostcalculator/site without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the nz.co.employeecostcalculator/site MCP server still maintained?

nz.co.employeecostcalculator/site is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://employeecostcalculator.co.nz/mcp
- Repository: https://github.com/joeetdev/venture-estate
- Website: https://employeecostcalculator.co.nz/
- Changelog RSS feed: https://verifymcp.io/servers/nz-co-employeecostcalculator-site/employeecostcalculator.xml
- Changelog JSON feed: https://verifymcp.io/servers/nz-co-employeecostcalculator-site/employeecostcalculator.json
- HTML version of this page: https://verifymcp.io/servers/nz-co-employeecostcalculator-site/employeecostcalculator
