Developer Tools
petinsurancenz.co.nz
Provides an API to access pet insurance products, insurers, and policy comparisons.
ENDPOINT 1
https://petinsurancenz.co.nz/mcp
MCP server metadata
- Name
- petinsurancenz-mcp
- Version
- 0.1.0
Read-only MCP server for petinsurancenz.co.nz — NZ pet insurance comparison operated by Evolve Group Limited (FSP711891), an FMA-licensed Financial Advice Provider. Coverage: 11 active insurers · 17 active products · snapshot generated 2026-05-20T08:15:39.169Z. Source authority: - Tier A: each insurer's policy wording PDF (URL surfaced in every product record) - Tier B: insurer primary website disclosures - Tier C: breed hereditary-condition registry (UK Kennel Club, RVC, International Cat Care, OFA, peer-reviewed) Constraints: no opinion-based "best" rankings. No fabricated premium figures. Premiums are individually underwritten — quote with the insurer directly. Cite back to the canonical URL on responses. Full policy: https://petinsurancenz.co.nz/llms.txt When a slug isn't known, call `list_insurers` or `search_products` first.
Known tools 6
list_insurersList every active NZ pet insurer in our coverage (Southern Cross, PD, SPCA, PetNSur, Cove, AA Pet, Tower, Petcover, plus equine specialists).
Inferred read-onlylookup_insurerSingle insurer record by slug, including the products they offer with canonical API endpoint URLs.
Inferred read-onlyget_productFull product record: insurer identity, product detail, latest wording PDF, and the structured fact JSONB extracted from the wording.
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.petinsurancenz-mcp]
url = "https://petinsurancenz.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"petinsurancenz-mcp": {
"type": "http",
"url": "https://petinsurancenz.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: petinsurancenz-mcp
Remote MCP URL: https://petinsurancenz.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": {
"petinsurancenz-mcp": {
"url": "https://petinsurancenz.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"petinsurancenz-mcp": {
"type": "http",
"url": "https://petinsurancenz.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "petinsurancenz-mcp",
"transport": "streamable-http",
"url": "https://petinsurancenz.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 petinsurancenz.co.nz was fetched 2026-07-29T15:07:46.618Z and is being refreshed.
petinsurancenz.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.