Analytics
home-loans.co.nz
Provides tools to look up and compare home-loan lenders, rates, and calculate repayments for New Zealand mortgages.
ENDPOINT 1
https://home-loans.co.nz/mcp
MCP server metadata
- Name
- home-loans-nz
- Version
- 0.1.0
NZ home-loan carded-rate + calculator MCP server. Call tools/list to see tools. Mechanical only — no advice. Operated by Evolve Group Limited (FSP711891), a licensed FAP regulated by the FMA.
Known tools 7
list_lendersList every NZ home-loan lender in the dataset (slug, name, category, legal entity, primary website).
Inferred read-onlyestimate_borrowing_capacityIndicative borrowing-capacity estimate using a simplified servicing rule (max 5–6× income or RBNZ DTI cap of 6×, whichever is lower, less monthly expenses × 12 / test rate).
Inferred read-onlysearch_disclosure_clausesFull-text search across NZ bank disclosure statements (extracted clauses from each lender's published disclosure PDF).
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.home-loans-nz]
url = "https://home-loans.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"home-loans-nz": {
"type": "http",
"url": "https://home-loans.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: home-loans-nz
Remote MCP URL: https://home-loans.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": {
"home-loans-nz": {
"url": "https://home-loans.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"home-loans-nz": {
"type": "http",
"url": "https://home-loans.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "home-loans-nz",
"transport": "streamable-http",
"url": "https://home-loans.co.nz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://home-loans.co.nz/.netlify/functions/mcp
MCP server metadata
- Name
- home-loans-nz
- Version
- 0.1.0
NZ home-loan carded-rate + calculator MCP server. Call tools/list to see tools. Mechanical only — no advice. Operated by Evolve Group Limited (FSP711891), a licensed FAP regulated by the FMA.
Known tools 7
list_lendersList every NZ home-loan lender in the dataset (slug, name, category, legal entity, primary website).
Inferred read-onlyestimate_borrowing_capacityIndicative borrowing-capacity estimate using a simplified servicing rule (max 5–6× income or RBNZ DTI cap of 6×, whichever is lower, less monthly expenses × 12 / test rate).
Inferred read-onlysearch_disclosure_clausesFull-text search across NZ bank disclosure statements (extracted clauses from each lender's published disclosure PDF).
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.home-loans-nz]
url = "https://home-loans.co.nz/.netlify/functions/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"home-loans-nz": {
"type": "http",
"url": "https://home-loans.co.nz/.netlify/functions/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: home-loans-nz
Remote MCP URL: https://home-loans.co.nz/.netlify/functions/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": {
"home-loans-nz": {
"url": "https://home-loans.co.nz/.netlify/functions/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"home-loans-nz": {
"type": "http",
"url": "https://home-loans.co.nz/.netlify/functions/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "home-loans-nz",
"transport": "streamable-http",
"url": "https://home-loans.co.nz/.netlify/functions/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 home-loans.co.nz was fetched 2026-08-11T20:15:52.515Z and is being refreshed.
home-loans.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.