loading…
Search for a command to run...
loading…
Live real estate market data for 895 US metros. Ask your AI assistant about home prices, rental yields, investment health scores, migration trends, and affordab
Live real estate market data for 895 US metros. Ask your AI assistant about home prices, rental yields, investment health scores, migration trends, and affordability. Free tier covers top 50 markets (no account needed). Premium tier unlocks all 895 markets, HUD Fair Market Rents, side-by-side market comparison, and filtered market search.
Real estate market data for any MCP-compatible AI assistant — Claude, Cursor, Windsurf, and more.
Ask your AI questions like:
Add to your Claude Desktop config:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lotlytics": {
"type": "streamable-http",
"url": "https://lotlytics-mcp-production.up.railway.app/mcp"
}
}
}
Restart Claude Desktop. Look for the 🔌 plugin icon. Done.
Same URL, just add your API key as a header:
{
"mcpServers": {
"lotlytics": {
"type": "streamable-http",
"url": "https://lotlytics-mcp-production.up.railway.app/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Get your API key at lotlytics.us/settings/api-keys after upgrading to Investor ($79/mo).
| Free | Premium (Investor $79/mo) | |
|---|---|---|
| API key required | No | Yes (X-API-Key header) |
| Markets | Top 50 US metros | All 895 US metros |
| Requests/day | 20 per IP | 1,000 per key |
| Tool | Description |
|---|---|
get_market_health |
Investment health score (1–10) with key signals |
get_market_summary |
Prices, appreciation, rental yield, mortgage estimate, momentum |
list_markets |
List available markets, filterable by state |
X-API-Key)| Tool | Description |
|---|---|
get_market_summary |
Everything above + HUD Fair Market Rents, percentile rankings, full migration data |
compare_markets |
Side-by-side comparison of two cities across 10+ metrics |
search_markets |
Filter 895 markets by price, yield, appreciation, affordability |
git clone https://github.com/daejung83/lotlytics-mcp
cd lotlytics-mcp
pip install -r requirements.txt
python server.py --transport streamable-http --port 8080
Or use the hosted endpoint above — no local setup needed.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lotlytics-real-estate-market-data": {
"command": "npx",
"args": []
}
}
}