LifeInsurer MCP server

Read-only Model Context Protocol server for NZ life-insurance policy facts. Connect any MCP-compatible AI client and query products / wordings / clauses conversationally.

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

Install

Claude Desktop

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

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

Goose CLI

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

Tools

  • list_insurers

    List active NZ life insurers on file.

  • list_products

    List life-cover products with current wording status.

  • get_product_facts

    Fetch structured facts for a specific product.

  • compare_products

    Side-by-side compare two life products.

  • clause_search

    Semantic search across life policy wording clauses.

Notes

  • Data sourced from each insurer's published policy wording PDF.
  • LifeInsurer.co.nz is operated by Evolve Group Limited (FSP711891).
  • Read-only, anonymous, no rate limit in v0.