← Registry

Data Collection

healthinsurancecomparison.co.nz

Provides access to and querying of New Zealand health insurance product data.

1 endpoint6 known toolsFirst detected May 17, 2026Last detected August 25, 2026

ENDPOINT 1

https://healthinsurancecomparison.co.nz/mcp

No auth detected

MCP server metadata

Name
healthinsurance-nz
Version
0.1.0
Capabilities
tools
Server instructions

NZ health insurance facts MCP server. Call tools/list to see available tools. All data is sourced from insurer-direct policy wording PDFs and cited per-row. License: CC BY 4.0.

Known tools 6

lookup_insurer

Get profile + product list for an NZ health insurer.

Inferred read-only
get_product

Get verified policy facts for one (insurer, product) — Pharmac rules, ACC interaction, mental health, pre-existing, sublimits, exclusions, waiting periods.

Inferred read-only
list_active_products

List every active NZ health insurance product in the data layer with its insurer + slug.

Inferred read-only
get_topic_comparison

Compare a coverage topic across every NZ health insurance product.

Inferred read-only
find_products_covering

Naive text-search across every product's extracted facts.

Inferred read-only
search_policy_clauses

Semantic search across every NZ health-insurance policy clause we have ingested (chunked + embedded with OpenAI text-embedding-3-small).

Inferred read-only

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.healthinsurance-nz]
url = "https://healthinsurancecomparison.co.nz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "healthinsurance-nz": {
      "type": "http",
      "url": "https://healthinsurancecomparison.co.nz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: healthinsurance-nz
Remote MCP URL: https://healthinsurancecomparison.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": {
    "healthinsurance-nz": {
      "url": "https://healthinsurancecomparison.co.nz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "healthinsurance-nz": {
      "type": "http",
      "url": "https://healthinsurancecomparison.co.nz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "healthinsurance-nz",
  "transport": "streamable-http",
  "url": "https://healthinsurancecomparison.co.nz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for healthinsurancecomparison.co.nz was fetched 2026-08-03T22:49:35.831Z and is being refreshed.

Trust status Trusted

healthinsurancecomparison.co.nz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.