Skip to content

Tianning-lab/property-comps-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Property Comps MCP Server

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.

Markets

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

Quick Start

pip install mcp httpx

Add 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?"

Tools

  • 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).

Data

All data from official government property registries. Updated monthly. Not scraped. Not estimated.

API docs: nwc-advisory.com/api

License

MIT

About

MCP server for property comparable sales across 11 global markets. 4.2M transactions from government registries.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages