How to Connect Lotlytics to Claude Using MCP (Step-by-Step)
Most real estate investors use data and AI in separate workflows. You pull market data in one tab, paste it into Claude in another, then manually prompt your way to an analysis. It works, but it's clunky — and it means you're doing integration work that a tool should be doing for you.
Lotlytics MCP Claude setup fixes that. The Lotlytics MCP (Model Context Protocol) integration connects your Lotlytics market data directly to Claude, so you can ask questions like "What are the top cash flow markets in the Southeast?" and get a structured, data-backed answer in seconds — without leaving your AI environment.
This post walks through what MCP is, why it matters for real estate investors, and exactly how to set it up.
What Is MCP and Why Does It Matter for Real Estate Investors?
MCP stands for Model Context Protocol — an open standard that lets AI models like Claude connect to external data sources and tools in real time. Instead of Claude relying only on training data (which has a knowledge cutoff), MCP lets Claude reach out to live systems and pull current, structured data on demand.
For real estate investors, the practical implication is significant. Instead of:
- Opening Lotlytics in a browser
- Pulling market data for the cities you're evaluating
- Copying and pasting figures into Claude
- Prompting Claude to analyze them
You can just ask Claude a question. Lotlytics MCP handles the data retrieval automatically, and Claude synthesizes it into actionable analysis — in one step.
This is what AI-native real estate analysis looks like in practice. Not AI as a writing assistant on top of your existing workflow, but AI as an integrated research layer that has live access to the data you need.
Prerequisites
Before setting up the Lotlytics MCP integration, you'll need:
- A Claude account — Claude.ai or access via Claude API. Claude Desktop (the local desktop app) is the most common setup for MCP integrations.
- No Lotlytics account, if you're just starting — the free MCP server requires no account and covers the top 50 US markets. You can be querying in about 30 seconds. To go wider, the premium MCP server unlocks all 894 markets plus HUD fair market rents and market comparison, and is included on the Investor tier ($79/month). Note that the Pro tier ($39/month) includes the free MCP server, not the premium one.
- Basic familiarity with MCP — You don't need to be a developer, but you'll need to edit a configuration file. The steps below are straightforward even if you've never done it before.
If you want the premium MCP server's full coverage, you can start a 14-day free trial from the pricing page.
Step-by-Step Setup
There are two setup paths. Path A needs no account and is the fastest way to see whether this fits your workflow. Path B unlocks the full market coverage. The current configuration blocks always live at lotlytics.us/mcp — copy them from there if anything below has drifted.
Path A: Free MCP server (no account, ~30 seconds)
Step 1: Open your Claude Desktop configuration file.
Claude Desktop uses a claude_desktop_config.json file to manage MCP server connections. On Mac, this lives at ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows, it's typically at %APPDATA%\Claude\claude_desktop_config.json. Open it in a text editor.
Step 2: Add the Lotlytics server. Paste this into the file. There is no API key and no sign-up step — that's the whole config:
{
"mcpServers": {
"lotlytics": {
"type": "streamable-http",
"url": "https://lotlytics-mcp-production.up.railway.app/mcp"
}
}
}
Step 3: Restart Claude Desktop. Save the file and restart Claude. Lotlytics will show up as an available integration.
Step 4: Test it.
Ask: "What is the investment health score for Nashville, TN?" You should get a structured, data-backed answer. The free server gives you three tools — get_market_health, get_market_summary, and list_markets — across the top 50 US markets.
Path B: Premium MCP server (Investor tier)
The premium server covers all 894 markets and adds compare_markets and search_markets, plus HUD fair market rents and full migration data. It requires an API key, and API keys are issued on the Investor tier ($79/month) — the Pro tier ($39/month) includes the free MCP server above, not the premium one.
Step 1: Get your API key. From your Lotlytics dashboard, open the API page and select the "My Keys" tab (lotlytics.us/api?tab=keys). Copy the key.
Step 2: Add the key to the same config block.
The config is identical to Path A with one headers entry added:
{
"mcpServers": {
"lotlytics": {
"type": "streamable-http",
"url": "https://lotlytics-mcp-production.up.railway.app/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Step 3: Restart Claude Desktop and test. Ask something that needs the wider coverage: "Compare Memphis, TN and Indianapolis, IN for a buy-and-hold rental strategy." If you get an error, re-check the key against the My Keys tab and the config against lotlytics.us/mcp.
Example Use Cases: What You Can Ask Claude
Once the integration is live, the real value comes from the queries you can run. Here are example prompts from the Lotlytics prompt library that work well with the MCP integration:
Market screening:
- "What are the top 5 markets for cash flow investing in the Midwest right now?"
- "Find metros with a price-to-rent ratio under 14 and population growth above 1% annually."
- "Which Sun Belt cities have the strongest investment health scores this quarter?"
Head-to-head comparisons:
- "Compare Memphis, TN and Indianapolis, IN for a buy-and-hold rental strategy with a $200K budget."
- "Which is a better market for a BRRRR strategy — Birmingham, AL or Little Rock, AR?"
Portfolio and risk analysis:
- "I'm looking at properties in Tampa, Jacksonville, and Orlando. How correlated are these markets and what are the key risk differences?"
- "Evaluate the diversification of a portfolio split between Phoenix, AZ and Columbus, OH."
Deal context:
- "I found a property in Cleveland, OH listed at $145,000. What does the market data say about rental demand and appreciation trends in that metro?"
The prompt library at lotlytics.us/prompts has additional templates organized by strategy — rental, wholesale, BRRRR, and portfolio analysis.
Try It Today
The Lotlytics MCP integration turns Claude into a real estate research partner that has live access to 894 U.S. markets and 200+ data points per metro. Instead of context-switching between your data platform and your AI assistant, you ask one question and get one answer — grounded in current market data.
Setup takes under ten minutes. Once it's running, it changes how you do market research.
Try the free MCP server — no account, top 50 markets, about 30 seconds. When you need all 894 markets plus compare_markets and search_markets, the premium server is included on the Investor plan ($79/month), which comes with a 14-day free trial. Config blocks for both paths: lotlytics.us/mcp.
Get the Lotlytics MCP Quick-Start Guide
Step-by-step setup instructions delivered to your inbox.
Get weekly market insights
Data-driven real estate analysis delivered to your inbox. No spam.
More from Lotlytics
Rentometer Alternative: Rent Comps Tell You the Rent, Not Whether the Market Is Worth It
Looking for a Rentometer alternative? Compare Rentometer's address-level rent comps with Lotlytics' market-level rental yield data across 894 US markets.
DealCheck Alternative: A Free 4-Tab Investment Calculator (and the Market Data DealCheck Skips)
Looking for a DealCheck alternative? Compare DealCheck's per-property analyzer with Lotlytics' free 4-tab calculator and 894-market research layer.