← loanie.co.nz

INDIVIDUAL MCP TOOL

get_property_details

Get detailed information about a New Zealand property: estimated value, bedrooms, bathrooms, floor/land area, images, and more.

loanie.co.nznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

loanie.co.nz

CONNECT 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.loanie-co-nz]
url = "https://loanie.co.nz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "loanie-co-nz": {
      "type": "http",
      "url": "https://loanie.co.nz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: loanie-co-nz
Remote MCP URL: https://loanie.co.nz/api/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": {
    "loanie-co-nz": {
      "url": "https://loanie.co.nz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "loanie-co-nz": {
      "type": "http",
      "url": "https://loanie.co.nz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "loanie-co-nz",
  "transport": "streamable-http",
  "url": "https://loanie.co.nz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_mortgage_rates — Get current mortgage interest rates from major New Zealand banks (ANZ, ASB, BNZ, Westpac, Kiwibank, SBS).
  • search_addresses — Search for New Zealand property addresses by free-text query.
  • submit_loan_application — Start an adviser-assisted mortgage or loan application with Loanie (loanie.co.nz).
  • estimate_break_fee — Calculate the estimated break fee (early repayment cost) for exiting a fixed-rate mortgage in New Zealand before the term ends.
  • get_invitation_info — Look up a Loanie referral/invitation code to see who sent it, the invitation type, attached property info, and assigned adviser details.
  • calculate_repayment — Calculate monthly/fortnightly/weekly mortgage repayment for a given loan principal, annual interest rate, and term.
  • calculate_borrowing_capacity — Estimate how much a person may be able to borrow for a NZ home loan based on income, expenses, dependants, and deposit.