← Registry

Analytics

propradar.com.au

Provides real estate property data and suburb statistics including valuations, sales, listings, and market trends.

1 endpoint8 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://propradar.com.au/mcp

No auth detected

MCP server metadata

Name
propradar
Version
1.0.0
Capabilities
tools
Server instructions

Australian residential property data. Authenticate with a PropRadar API key. Coordinates (geo) require the Pro plan or higher; other fields follow the same tier gating as the REST API.

Known tools 8

search_property

Resolve a free-text Australian street address + postcode to PropRadar property_id(s).

Inferred read-only
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).

Inferred read-only
suburb_stats

Suburb-level statistics: medians, yields, capital growth, market heat, demographics, and (Pro+) supply/demand, rent trends, auction premium.

Inferred read-only
suburb_listings

Current on-market listings in a suburb (card-level).

Inferred read-only
suburb_sold

Recently sold properties in a suburb with sale prices.

Inferred read-only
sold_comparables

Recent sold comparables within a radius of a reference point (Hobby+ tier).

Inferred read-only
bulk_property_lookup

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

Inferred read-only
market_regions

Macro market metrics by region (capital cities, states, national).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.