FuneralInsuranceComparison MCP server

Read-only Model Context Protocol server for verified NZ funeral insurance policy facts. Connect any MCP-compatible AI client and query waiting periods, sum-insured ranges, entry-age caps, premium structure, indexation, and accelerated-benefit terms across 9 NZ funeral insurers conversationally.

https://funeralinsurancecomparison.co.nz/.netlify/functions/mcp

Install

Cursor

Install in Cursor →

Opens Cursor with the FuneralInsuranceComparison MCP server pre-configured. Requires Cursor v0.45+.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "funeralinsurance-nz": {
      "url": "https://funeralinsurancecomparison.co.nz/.netlify/functions/mcp"
    }
  }
}

Goose CLI

goose configure add-mcp funeralinsurance-nz --url=https://funeralinsurancecomparison.co.nz/.netlify/functions/mcp

Tools

  • list_insurers

    List all active NZ funeral insurance insurers indexed in our data layer.

  • list_products

    List all active funeral insurance products. Optionally filter by insurer_slug.

  • get_product_facts

    Get the full structured facts (JSONB) for a specific NZ funeral insurance product, extracted from its policy wording PDF where available.

  • compare_products

    Compare a specific fact_key (e.g. "waiting_period_months", "entry_age_max", "sum_insured_range_nzd", "premium_structure") across all products.

Try it

  • "List NZ funeral insurers in your data layer"
  • "What are the waiting periods for Pinnacle Life funeral cover?"
  • "Compare entry_age_max across all funeral products"
  • "Which insurers offer guaranteed-acceptance funeral cover?"
  • "Show me the sum_insured_range for AA Life funeral cover"

Notes

  • Data sourced from insurer-published policy wordings and product disclosure statements where available.
  • Read-only, anonymous, no rate-limit in v0.
  • Premiums are not in scope — quote-based per insurer; this MCP returns policy-fact data only.
  • FuneralInsuranceComparison.co.nz is operated by Evolve Group Limited, a licensed Financial Advice Provider. Content is information only, not personalised advice.