Property Comparable Sales MCP Server
Query real estate comparable sales data across 11 global markets directly from your AI agent.
Markets
UK (31M+), France (8.3M+), Singapore (973K+), NYC (51K+), Chicago (480K+), Dubai (1.3M+), Miami (190K+), Philadelphia (350K+), Connecticut (280K+), Ireland (450K+), Taiwan (180K+)
All data is government-sourced — actual recorded sale prices, not estimates.
Tools
search_property_comps
Find recent sales near a location. Filter by property type, bedrooms, date range. Returns address, sale price, date, size, price per unit.
get_area_stats
Median price, transaction volume, price trends, property type breakdown for any supported location.
list_markets
Returns all 11 available markets with metadata, location parameters, and transaction counts.
Example
"What did 3-bedroom flats sell for near London SW1A in the last 12 months?"
Links
- API docs: https://api.nwc-advisory.com/docs
- GitHub: https://github.com/Tianning-lab/property-comps-mcp-server
- License: MIT
Server Config
{
"mcpServers": {
"property-comps": {
"command": "python",
"args": [
"mcp_server.py"
],
"env": {
"API_BASE_URL": "https://api.nwc-advisory.com"
}
}
}
}