trackmcp
Back to directory
daejung83

lotlytics-mcp

View on GitHub

Real estate market data MCP server — connect Claude, Cursor, or any AI assistant to 895 US markets

0 stars PythonOthers Updated Mar 29, 2026
aiclaudefastmcpmcpmcp-serverpythonreal-estatereal-estate-analytics

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`

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:

json
{
  "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

FreePremium (Investor $79/mo)
API key requiredNoYes (`X-API-Key` header)
MarketsTop 50 US metrosAll 895 US metros
Requests/day20 per IP1,000 per key

Tools

Free tier (top 50 markets, no key needed)

ToolDescription
`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`)

ToolDescription
`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

bash
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.



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

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP