streamable-httpMITupdated 5mo ago
Real estate market data for any MCP-compatible AI assistant — Claude, Cursor, Windsurf, and more.
Was kannst du mit Lotlytics — US Real Estate Market Data & Investment Analytics machen?
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 8080
Or use the hosted endpoint above — no local setup needed.
Links
- 🌐 Website: lotlytics.us
- 📖 MCP Docs: lotlytics.us/mcp
- 💳 Pricing: lotlytics.us/pricing
License
MIT
Installation
Lotlytics — US Real Estate Market Data & Investment Analytics zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http lotlytics-us-real-estate-market-data-inv https://lotlytics-mcp-production.up.railway.app/mcpcodex mcp add lotlytics-us-real-estate-market-data-inv --url https://lotlytics-mcp-production.up.railway.app/mcp{
"mcpServers": {
"lotlytics-us-real-estate-market-data-inv": {
"url": "https://lotlytics-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"lotlytics-us-real-estate-market-data-inv": {
"type": "http",
"url": "https://lotlytics-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"lotlytics-us-real-estate-market-data-inv": {
"url": "https://lotlytics-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lotlytics-us-real-estate-market-data-inv": {
"serverUrl": "https://lotlytics-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 156 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 11. Aug. 2026 |