← healthinsurancecomparison.co.nz

INDIVIDUAL MCP TOOL

lookup_insurer

Get profile + product list for an NZ health insurer.

healthinsurancecomparison.co.nznone authenticationAvailability not checked

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 endpoint

healthinsurancecomparison.co.nz

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "healthinsurancecomparison-co-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.

Related tools

  • get_product — Get verified policy facts for one (insurer, product) — Pharmac rules, ACC interaction, mental health, pre-existing, sublimits, exclusions, waiting periods.
  • list_active_products — List every active NZ health insurance product in the data layer with its insurer + slug.
  • get_topic_comparison — Compare a coverage topic across every NZ health insurance product.
  • find_products_covering — Naive text-search across every product's extracted facts.
  • search_policy_clauses — Semantic search across every NZ health-insurance policy clause we have ingested (chunked + embedded with OpenAI text-embedding-3-small).