{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/logo.png\" width=\"120\" alt=\"Lotlytics\" />\n</p>\n\n<h1 align=\"center\">Lotlytics — Real Estate Intelligence for Claude</h1>\n\n<p align=\"center\">\n  Investment scores, rental yields, and market data for <strong>895 US metros</strong>.<br/>\n  Free for the top 50 markets. No account needed.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://lotlytics.us\">Website</a> &middot;\n  <a href=\"https://lotlytics.us/pricing\">Pricing</a> &middot;\n  <a href=\"https://lotlytics.us/mcp\">MCP Docs</a>\n</p>\n\n---\n\n## What Can You Do?\n\n> *\"Is Nashville a good market to invest in right now?\"*\n\n```\n## Nashville, TN — Market Health\n🟢 Strong Buy (7.8/10)\n\nKey signals:\n- Appreciation: +5.2% YoY (72nd percentile)\n- Rental yield: 6.1% (68th percentile)\n- Market momentum: Balanced ⚖️\n- Net migration: 81st percentile\n- Employment: 74th percentile\n```\n\n> *\"Compare Austin vs Charlotte for rental investing\"*\n\n> *\"Find markets in Texas under $300k with yield above 5%\"*\n\n> *\"I found a house at $285k in Tampa — is it a good investment?\"*\n\n---\n\n## Quick Start\n\n### Claude Code (Plugin)\n\n```\n/plugin marketplace add daejung83/lotlytics-plugin\n/plugin install lotlytics@daejung83\n```\n\nThen use any skill: `/lotlytics:market-report`, `/lotlytics:analyze-property`, etc.\n\n### Claude Desktop\n\nAdd to your config file:\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\": \"sse\",\n      \"url\": \"https://lotlytics-mcp-production.up.railway.app/sse\"\n    }\n  }\n}\n```\n\nRestart Claude Desktop. Look for the plugin icon. Done.\n\n### Cursor / Windsurf\n\nAdd the same MCP config to your editor's MCP settings. The SSE endpoint works with any MCP-compatible client.\n\n---\n\n## Skills (Claude Code Plugin)\n\n| Skill | Description | Tier |\n|-------|-------------|------|\n| `/lotlytics:market-report` | Full investment report for a city — prices, yield, health score, verdict | Free |\n| `/lotlytics:analyze-property` | Analyze a specific property — price vs. market, estimated rent, cap rate | Free |\n| `/lotlytics:explore-state` | Best markets in a state — ranked by investment health | Free |\n| `/lotlytics:find-markets` | Guided screener — filter by budget, yield, appreciation, state | Premium |\n| `/lotlytics:head-to-head` | Two markets side-by-side — comparison table with winner | Premium |\n| `/lotlytics:portfolio-check` | 2-3 markets as a portfolio — diversification and risk analysis | Premium |\n\n---\n\n## MCP Tools\n\n| Tool | Description | Tier |\n|------|-------------|------|\n| `get_market_health` | Investment health score (1-10) with bullish/bearish signals | Free (top 50) |\n| `get_market_summary` | Full report: prices, appreciation, yield, momentum, migration | Free (top 50) |\n| `list_markets` | List available markets, filter by state | Free (top 50) |\n| `compare_markets` | Side-by-side comparison of two markets | Premium |\n| `search_markets` | Filter 895 markets by investment criteria | Premium |\n\n---\n\n## Free vs Premium\n\n| | Free | Premium ($79/mo) |\n|---|---|---|\n| Markets | Top 50 US metros | All 895 US metros |\n| API key required | No | Yes (`X-API-Key` header) |\n| Tools | 3 (health, summary, list) | 5 (+ compare, search) |\n| Skills | 3 (report, property, state) | 6 (+ screener, comparison, portfolio) |\n| Rate limit | 20/day per IP | 1,000/day per key |\n\n**Get your API key:** [lotlytics.us/settings/api-keys](https://lotlytics.us/settings/api-keys) (requires Investor plan)\n\n### Premium Setup\n\nSame endpoint, just add your API key:\n\n```json\n{\n  \"mcpServers\": {\n    \"lotlytics\": {\n      \"type\": \"sse\",\n      \"url\": \"https://lotlytics-mcp-production.up.railway.app/sse\",\n      \"headers\": {\n        \"X-API-Key\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n---\n\n## Data Sources\n\nLotlytics aggregates data from 10+ government and commercial sources:\n\n- **Zillow** — Home values (ZHVI) and rental values (ZRI)\n- **Census Bureau** — Demographics, income, education (ACS)\n- **Bureau of Labor Statistics** — Employment data\n- **Federal Reserve (FRED)** — Economic indicators\n- **IRS** — Tax filer migration flows\n- **FEMA** — National Risk Index (climate hazards)\n- **HUD** — Fair Market Rents\n- **HMDA** — Mortgage lending data\n\n---\n\n## Links\n\n- [lotlytics.us](https://lotlytics.us) — Full platform\n- [lotlytics.us/pricing](https://lotlytics.us/pricing) — Plans & pricing\n- [lotlytics.us/mcp](https://lotlytics.us/mcp) — MCP documentation\n- [lotlytics.us/api](https://lotlytics.us/api) — REST API docs\n\n---\n\n## License\n\nMIT\n",
  "bytes": 4566,
  "sha": "14de4936ae4b2ce354b428632829d99aac48047a50be15c9159741e69b95fb91",
  "repo_slug": "daejung83/lotlytics-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_daejung83_lotlytics_plugin_lotlytics_3581f20f/readme"
}