Back to Browse

Lotlytics MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

US real estate market data for AI agents: prices, yields, forecasts and scores for 894 markets.

About

US real estate market data for AI agents: prices, yields, forecasts and scores for 894 markets.

Remote endpoints: streamable-http: https://lotlytics-mcp-production.up.railway.app/mcp

Security Report

4.2
Use Caution4.2High Risk

A well-architected MCP server for real estate market data with proper authentication design and appropriate permission scoping. The server implements tier-based access control (free vs. premium) through API key headers and includes reasonable input validation. Minor code quality issues around exception handling and input validation edge cases prevent a higher score, but no security vulnerabilities or malicious patterns were identified. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity).

3 files analyzed ยท 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

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_healthInvestment health score (1โ€“10) with key signals
get_market_summaryPrices, appreciation, rental yield, mortgage estimate, momentum
list_marketsList available markets, filterable by state

Premium tier (all 895 markets, requires X-API-Key)

ToolDescription
get_market_summaryEverything above + HUD Fair Market Rents, percentile rankings, full migration data
compare_marketsSide-by-side comparison of two cities across 10+ metrics
search_marketsFilter 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


License

MIT

Reviews

No reviews yet

Be the first to review this server!