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
Cursor
Install in Cursor →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/mcpTools
list_insurersList active NZ life insurers on file.
list_productsList life-cover products with current wording status.
get_product_factsFetch structured facts for a specific product.
compare_productsSide-by-side compare two life products.
clause_searchSemantic 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.
