{
  "markdown": "# Lotlytics MCP Server\n\n> Real estate market data for any MCP-compatible AI assistant — Claude, Cursor, Windsurf, and more.\n\nAsk your AI questions like:\n- *\"Is Nashville a good market to invest in right now?\"*\n- *\"Compare Austin vs Charlotte for rental investing\"*\n- *\"Find markets in Texas under $300k with yield above 5%\"*\n- *\"What's the investment health score for Phoenix AZ?\"*\n\n---\n\n## Quick Start — Free, No Account Needed\n\nAdd to your Claude Desktop config:\n\n**Mac:** `~/Library/Application Support/Claude/claude_desktop_config.json`  \n**Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"lotlytics\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://lotlytics-mcp-production.up.railway.app/mcp\"\n    }\n  }\n}\n```\n\nRestart Claude Desktop. Look for the 🔌 plugin icon. Done.\n\n---\n\n## Premium — Investor Plan (All 895 Markets)\n\nSame URL, just add your API key as a header:\n\n```json\n{\n  \"mcpServers\": {\n    \"lotlytics\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://lotlytics-mcp-production.up.railway.app/mcp\",\n      \"headers\": {\n        \"X-API-Key\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nGet your API key at [lotlytics.us/settings/api-keys](https://lotlytics.us/settings/api-keys) after upgrading to Investor ($79/mo).\n\n---\n\n## Free vs Premium\n\n| | Free | Premium (Investor $79/mo) |\n|---|---|---|\n| API key required | No | Yes (`X-API-Key` header) |\n| Markets | Top 50 US metros | All 895 US metros |\n| Requests/day | 20 per IP | 1,000 per key |\n\n---\n\n## Tools\n\n### Free tier (top 50 markets, no key needed)\n\n| Tool | Description |\n|------|-------------|\n| `get_market_health` | Investment health score (1–10) with key signals |\n| `get_market_summary` | Prices, appreciation, rental yield, mortgage estimate, momentum |\n| `list_markets` | List available markets, filterable by state |\n\n### Premium tier (all 895 markets, requires `X-API-Key`)\n\n| Tool | Description |\n|------|-------------|\n| `get_market_summary` | Everything above + HUD Fair Market Rents, percentile rankings, full migration data |\n| `compare_markets` | Side-by-side comparison of two cities across 10+ metrics |\n| `search_markets` | Filter 895 markets by price, yield, appreciation, affordability |\n\n---\n\n## Running Locally\n\n```bash\ngit clone https://github.com/daejung83/lotlytics-mcp\ncd lotlytics-mcp\npip install -r requirements.txt\npython server.py --transport streamable-http --port 8080\n```\n\nOr use the hosted endpoint above — no local setup needed.\n\n---\n\n## Links\n\n- 🌐 **Website:** [lotlytics.us](https://lotlytics.us)\n- 📖 **MCP Docs:** [lotlytics.us/mcp](https://lotlytics.us/mcp)\n- 💳 **Pricing:** [lotlytics.us/pricing](https://lotlytics.us/pricing)\n\n---\n\n## License\n\nMIT\n",
  "bytes": 2717,
  "sha": "0761c1daae7fae3601c842dcfda3350fc798c4f3028ee2089842888fbcacd9c5",
  "repo_slug": "daejung83/lotlytics-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_us_lotlytics_lotlytics_mcp_bcd7bd0f/readme"
}