lotlytics-mcp
Real estate market data MCP server — connect Claude, Cursor, or any AI assistant to 895 US markets
Documentation
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.
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 (`X-API-Key` header) |
| 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 |
|---|---|
| `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 |
Premium tier (all 895 markets, requires `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 |
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
Frequently asked questions
What is lotlytics-mcp?
lotlytics-mcp is Real estate market data MCP server — connect Claude, Cursor, or any AI assistant to 895 US markets
How do I install lotlytics-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is lotlytics-mcp open source?
Yes — it is hosted on GitHub at https://github.com/daejung83/lotlytics-mcp.
Related MCP tools
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP