← propradar.com.au

INDIVIDUAL MCP TOOL

bulk_property_lookup

Resolve many address+postcode pairs to properties in one call (Starter+ tier; per-request cap scales by plan).

propradar.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://propradar.com.au/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bulk_property_lookup and invoke it with your own arguments.

Indexed 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 server

propradar.com.au

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.propradar]
url = "https://propradar.com.au/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "propradar": {
      "type": "http",
      "url": "https://propradar.com.au/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: propradar
Remote MCP URL: https://propradar.com.au/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": {
    "propradar": {
      "url": "https://propradar.com.au/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "propradar": {
      "type": "http",
      "url": "https://propradar.com.au/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "propradar",
  "transport": "streamable-http",
  "url": "https://propradar.com.au/mcp"
}
MCP Inspector

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

Related tools

  • search_property — Resolve a free-text Australian street address + postcode to PropRadar property_id(s).
  • get_property — Full record for a property_id: address, attributes, current listing (if on-market), valuation + confidence, rental estimate + yield, last sale, and geo coordinates (geo is a Pro+ field, null below Pro).
  • suburb_stats — Suburb-level statistics: medians, yields, capital growth, market heat, demographics, and (Pro+) supply/demand, rent trends, auction premium.
  • suburb_listings — Current on-market listings in a suburb (card-level).
  • suburb_sold — Recently sold properties in a suburb with sale prices.
  • sold_comparables — Recent sold comparables within a radius of a reference point (Hobby+ tier).
  • market_regions — Macro market metrics by region (capital cities, states, national).