Lotlytics — Real Estate Market Data
Lotlytics MCP Server
Real estate market data for any MCP-compatible AI assistant — Claude, Cursor, Windsurf, and more.
Ask your AI questions like:
"Is Nashville a good market to invest in right now?"
"Compare Austin vs Charlotte for rental investing"
"Find markets in Texas under $300k with yield above 5%"
"What's the investment health score for Phoenix AZ?"
Quick Start — Free, No Account Needed
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.
Related MCP server: real-estate-data-mcp-server
Premium — Investor Plan (All 895 Markets)
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 vs Premium
Free | Premium (Investor $79/mo) | |
API key required | No | Yes ( |
Markets | Top 50 US metros | All 895 US metros |
Requests/day | 20 per IP | 1,000 per key |
Tools
Free tier (top 50 markets, no key needed)
Tool | Description |
| Investment health score (1–10) with key signals |
| Prices, appreciation, rental yield, mortgage estimate, momentum |
| List available markets, filterable by state |
Premium tier (all 895 markets, requires X-API-Key)
Tool | Description |
| Everything above + HUD Fair Market Rents, percentile rankings, full migration data |
| Side-by-side comparison of two cities across 10+ metrics |
| Filter 895 markets by price, yield, appreciation, affordability |
Running Locally
git clone https://github.com/daejung83/lotlytics-mcp
cd lotlytics-mcp
pip install -r requirements.txt
python server.py --transport streamable-http --port 8080Or use the hosted endpoint above — no local setup needed.
Links
🌐 Website: lotlytics.us
📖 MCP Docs: lotlytics.us/mcp
💳 Pricing: lotlytics.us/pricing
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends.
US real estate data: home prices, rents, and market trends
Search real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps.
Query 4,300+ ranked metros across sixteen dimensions: profiles, search, and head-to-head comparisons
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceSubmarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on market across 1,000+ named submarkets in the 20+ largest US metros. ZIP-level and metro-level queries included. Always current, always expanding. Free tier available.1MIT
- AlicenseAqualityDmaintenanceProvides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via free public APIs without any API keys.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to find vetted, daily-scored US residential real-estate investment deals with pay-per-request via USDC on Base.5 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides comprehensive real estate market intelligence, property valuation, and investment analysis for AI agents. Unifies data from multiple sources like Zillow, Redfin, and public records into a single MCP interface.MIT