Data Collection
cliniccompare.co.nz
Retrieves clinic and practitioner information for New Zealand healthcare services.
ENDPOINT 1
https://cliniccompare.co.nz/mcp
MCP server metadata
- Name
- cliniccompare-nz
- Version
- 0.1.0
NZ medical-clinic directory MCP server. Call tools/list to see tools. Every response carries an information-only disclaimer (HPCA Act 2003 / ASA Therapeutic Code / Privacy Act 2020). Verify each practitioner with the relevant NZ register before booking.
Known tools 16
find_clinics_in_cityList clinics in a given NZ city across all procedure categories.
Inferred read-onlyget_procedure_factsGet the canonical fact-sheet for a procedure category in NZ: cost range, regulator, what it is, clinic count, and links to the cost / risk / questions pages.
Inferred read-onlyget_procedure_risksGet the structured NZ + Australasian surgical-college risk profile for a procedure.
Inferred read-onlyget_procedure_cost_rangeGet the NZ 2026 cost range for a procedure (low / high / unit).
Inferred read-onlyfind_clinics_by_fundingFind clinics that accept a given NZ funding path (acc | southern-cross | nib | aia | public-dhb | self-pay).
Potential side effectsanswer_common_questionFuzzy-match a free-text question against our corpus of 200+ NZ medical "people also ask" questions.
Inferred read-onlyget_clinic_reviewsReturns the YMYL-tuned AI review summary + the 5 most-recent Google reviews for a specific clinic.
Inferred read-onlyfind_similar_clinicsFind clinics most similar to a given seed clinic using semantic vector similarity.
Inferred read-onlyget_procedure_cost_breakdownReturns the per-treatment cost breakdown for a procedure category (e.g.
Inferred read-onlycompare_clinicsSide-by-side comparison of 2-5 clinics on a shared set of facts (city, category, specialties, rating, Google review count, MCNZ-verified practitioner count, AI review summary excerpt, contact channels).
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.cliniccompare-nz]
url = "https://cliniccompare.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cliniccompare-nz": {
"type": "http",
"url": "https://cliniccompare.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cliniccompare-nz
Remote MCP URL: https://cliniccompare.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": {
"cliniccompare-nz": {
"url": "https://cliniccompare.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cliniccompare-nz": {
"type": "http",
"url": "https://cliniccompare.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cliniccompare-nz",
"transport": "streamable-http",
"url": "https://cliniccompare.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 cliniccompare.co.nz was fetched 2026-08-01T06:34:43.971Z and is being refreshed.
cliniccompare.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.