Lotlytics — Real Estate Market Data
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.
Related MCP server: Cal MCP Server
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 ( |
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 |
| Investment health score (1–10) with key signals |
| Prices, appreciation, rental yield, mortgage estimate, momentum |
| List available markets, filterable by state |
Premium tier (all 895 markets, requires X-API-Key)
Tool | Description |
| Everything above + HUD Fair Market Rents, percentile rankings, full migration data |
| Side-by-side comparison of two cities across 10+ metrics |
| 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 8080Or use the hosted endpoint above — no local setup needed.
Links
🌐 Website: lotlytics.us
📖 MCP Docs: lotlytics.us/mcp
💳 Pricing: lotlytics.us/pricing
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceSubmarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on market across 1,000+ named submarkets in the 20+ largest US metros. ZIP-level and metro-level queries included. Always current, always expanding. Free tier available.1MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to answer mortgage-related queries by providing tools for lender search, loan limit lookup, down-payment assistance programs, and more, with data sourced from real wholesale lenders and broker-curated intel.817MIT
- AlicenseAqualityDmaintenanceProvides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via free public APIs without any API keys.6MIT
- Alicense-qualityBmaintenanceEnables AI agents to find vetted, daily-scored US residential real-estate investment deals with pay-per-request via USDC on Base.11MIT
Related MCP Connectors
Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends.
U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.
Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daejung83/lotlytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server