Tianning-lab/property-comps-mcp-server
MCP server for property comparable sales across 11 global markets. 4.2M+ government-recorded transactions. Works with Claude Desktop and Claude Code.
Platform-specific configuration:
{
"mcpServers": {
"property-comps-mcp-server": {
"command": "npx",
"args": [
"-y",
"property-comps-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server that gives AI agents access to comparable property sales data across 11 global markets. 4.2M+ government-recorded transactions.
Works with Claude Desktop, Claude Code, and any MCP-compatible AI client.
Ask your AI assistant questions like:
The server queries official government property registries and returns real transaction data — not estimates.
| Market | Transactions | Source | Currency | |--------|-------------|--------|----------| | United Kingdom | 31,000,000 | HM Land Registry | GBP | | France | 8,300,000 | DVF (data.gouv.fr) | EUR | | Dubai | 1,006,000 | Dubai Land Department | AED | | Singapore | 973,000 | Housing & Development Board | SGD | | Taiwan | 669,000 | Ministry of Interior | TWD | | New York City | 505,000 | NYC Dept of Finance | USD | | Miami | 284,000 | Miami-Dade County | USD | | Connecticut | 282,000 | Office of Policy & Management | USD | | Philadelphia | 240,000 | Office of Property Assessment | USD | | Ireland | 230,000 | Property Price Register | EUR | | Chicago | 200,000+ | Cook County Assessor | USD |
| Tool | Description | |------|-------------| | search_property_comps | Search comparable sales by location and radius. Returns prices, dates, addresses, property types, and statistics. | | get_area_stats | Get area price statistics: median, average, min, max, broken down by property type. | | list_markets | List all 11 available markets with transaction counts and examples. |
pip install mcp httpxAdd to your claude_desktop_config.json:
{
"mcpServers": {
"property-comps": {
"command": "python",
"args": ["path/to/mcp_server.py"]
Loading reviews...