Data Collection
healthinsurancecomparison.co.nz
Provides access to and querying of New Zealand health insurance product data.
ENDPOINT 1
https://healthinsurancecomparison.co.nz/mcp
MCP server metadata
- Name
- healthinsurance-nz
- Version
- 0.1.0
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
get_productGet verified policy facts for one (insurer, product) — Pharmac rules, ACC interaction, mental health, pre-existing, sublimits, exclusions, waiting periods.
Inferred read-onlylist_active_productsList every active NZ health insurance product in the data layer with its insurer + slug.
Inferred read-onlyget_topic_comparisonCompare a coverage topic across every NZ health insurance product.
Inferred read-onlysearch_policy_clausesSemantic search across every NZ health-insurance policy clause we have ingested (chunked + embedded with OpenAI text-embedding-3-small).
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.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.
healthinsurancecomparison.co.nz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.