com.sgpropertydata/property-data
Official5 toolsSG Property Data
Price trends, CAGR, rental yield for Singapore private and HDB property, from URA/HDB records.
Singapore property price trends, CAGR, and rental yields from official URA and HDB records.
Captured live from the server via tools/list.
get_sample_data
Get free sample data - real (not synthetic) district and project stats for a small fixed set of examples, in the exact same shape as the paid tools. Use this to verify the data fits your use case before calling the paid tools, which cover the full catalogue of districts and projects.
No parameters.
get_data_freshness
Get metadata about when this dataset was last calculated and what period of sale/rental data it covers. Call this before presenting any number as 'current' - the underlying data is refreshed monthly, not in real time.
No parameters.
list_condo_projects
List condo/apartment projects we track, optionally filtered by district. Free - use this to discover valid project names before calling the paid stats/yield tools, rather than guessing at spelling.
Parameters (1)
- districtany
Optional two-digit postal district code to filter by, e.g. "09". Omit to list every condo project tracked.
list_landed_projects
List landed house projects/estates we track, optionally filtered by district. Free - use this to discover valid names before calling the paid stats/yield tools.
Parameters (1)
- districtany
Optional two-digit postal district code to filter by. Omit to list every landed project tracked.
list_hdb_towns
List every HDB town we track, with the specific flat types available for each. Free - use this to discover valid town names and flat types before calling the paid get_hdb_town_stats tool.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"property-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sgpropertydata.com/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.