Give Claude, ChatGPT, or any AI agent access to 4.2 million property transactions across 11 global markets.
One MCP server that lets AI agents look up comparable property sales using real government registry data -- not estimates.
| Market | Transactions | Source |
|---|---|---|
| United Kingdom | 31,000,000 | HM Land Registry |
| France | 8,300,000 | DVF (data.gouv.fr) |
| Dubai | 1,006,000 | Dubai Land Department |
| Singapore | 973,000 | HDB |
| Taiwan | 669,000 | Ministry of Interior |
| New York City | 505,000 | NYC Dept of Finance |
| Miami | 284,000 | Miami-Dade County |
| Connecticut | 282,000 | OPM |
| Philadelphia | 240,000 | OPA |
| Ireland | 230,000 | Property Price Register |
| Chicago | 200,000+ | Cook County |
pip install mcp httpxAdd to Claude Desktop config:
{
"mcpServers": {
"property-comps": {
"command": "python",
"args": ["/path/to/mcp_server.py"]
}
}
}Then ask: "What are comparable sales near 10001 in NYC?"
- search_property_comps - Search comparable sales by location + radius
- get_area_stats - Area price statistics by property type
- list_markets - List all 11 markets
Auto-detects market from location format (UK postcodes, US ZIPs, Singapore postal codes, named areas).
All data from official government property registries. Updated monthly. Not scraped. Not estimated.
API docs: nwc-advisory.com/api
MIT