Analytics
propradar.com.au
Provides real estate property data and suburb statistics including valuations, sales, listings, and market trends.
ENDPOINT 1
https://propradar.com.au/mcp
MCP server metadata
- Name
- propradar
- Version
- 1.0.0
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_propertyResolve a free-text Australian street address + postcode to PropRadar property_id(s).
Inferred read-onlyget_propertyFull 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-onlysuburb_statsSuburb-level statistics: medians, yields, capital growth, market heat, demographics, and (Pro+) supply/demand, rent trends, auction premium.
Inferred read-onlysold_comparablesRecent sold comparables within a radius of a reference point (Hobby+ tier).
Inferred read-onlybulk_property_lookupResolve many address+postcode pairs to properties in one call (Starter+ tier; per-request cap scales by plan).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.