# Lotlytics — US Real Estate Market Data & Investment Analytics (remote · lotlytics-mcp-production.up.railway.app)

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

- Trust score: 89/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `lotlytics-mcp-production.up.railway.app`: 89/100 (this document), [markdown](https://verifymcp.io/servers/us-lotlytics-lotlytics-mcp/lotlytics-mcp-production.md), [page](https://verifymcp.io/servers/us-lotlytics-lotlytics-mcp/lotlytics-mcp-production)

## Channel facts

- Endpoint: `https://lotlytics-mcp-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 893 tokens (~127/item across 7 items; 5 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Lotlytics — US Real Estate Market Data & Investment… MCP server?

Lotlytics — US Real Estate Market Data & Investment… is a hosted endpoint at https://lotlytics-mcp-production.up.railway.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http us-lotlytics-lotlytics-mcp 'https://lotlytics-mcp-production.up.railway.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "us-lotlytics-lotlytics-mcp": {
      "url": "https://lotlytics-mcp-production.up.railway.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "us-lotlytics-lotlytics-mcp": {
      "type": "http",
      "url": "https://lotlytics-mcp-production.up.railway.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.us-lotlytics-lotlytics-mcp]
url = "https://lotlytics-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "us-lotlytics-lotlytics-mcp": {
      "type": "remote",
      "url": "https://lotlytics-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add us-lotlytics-lotlytics-mcp --url 'https://lotlytics-mcp-production.up.railway.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  us-lotlytics-lotlytics-mcp:
    url: "https://lotlytics-mcp-production.up.railway.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "us-lotlytics-lotlytics-mcp": {
      "Transport": "http",
      "Url": "https://lotlytics-mcp-production.up.railway.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add us-lotlytics-lotlytics-mcp -t streamable-http -u 'https://lotlytics-mcp-production.up.railway.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "us-lotlytics-lotlytics-mcp": {
      "type": "http",
      "url": "https://lotlytics-mcp-production.up.railway.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-11 (score 89, 0)

- [security] Tool “get_market_summary” rewrote its description, which is the text the model reads

### 2026-09-10 (score 89, 0)

- [security] Stability: 0.97 → pass

### 2026-09-08 (score 89, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-06 (score 88, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-05 (score 87, +1)

- [security] Tool “compare_markets” rewrote its description, which is the text the model reads
- [security] Tool “get_market_health” rewrote its description, which is the text the model reads
- [security] Tool “get_market_summary” rewrote its description, which is the text the model reads
- [security] Tool “list_markets” rewrote its description, which is the text the model reads
- [security] Tool “search_markets” rewrote its description, which is the text the model reads
- [functional improvement] Schema quality: 142 → 127
- [cosmetic] “get_market_health” reworded the description of “city”
- [cosmetic] “get_market_health” reworded the description of “state”
- [cosmetic] “get_market_summary” reworded the description of “city”
- [cosmetic] “get_market_summary” reworded the description of “state”
- [cosmetic] “list_markets” reworded the description of “state”
- [cosmetic] “search_markets” reworded the description of “max_price”
- [cosmetic] “search_markets” reworded the description of “max_price_to_income”
- [cosmetic] “search_markets” reworded the description of “min_appreciation”
- [cosmetic] “search_markets” reworded the description of “min_rental_yield”
- [cosmetic] “search_markets” reworded the description of “state”

### 2026-09-04 (score 86, +1)

- [security] Tool “compare_markets” rewrote its description, which is the text the model reads
- [security] Tool “get_market_health” rewrote its description, which is the text the model reads
- [security] Tool “get_market_summary” rewrote its description, which is the text the model reads
- [security] Tool “list_markets” rewrote its description, which is the text the model reads
- [security] Tool “search_markets” rewrote its description, which is the text the model reads
- [functional improvement] Schema quality: 195 → 142
- [cosmetic] “compare_markets” reworded the description of “city_a”
- [cosmetic] “compare_markets” reworded the description of “city_b”
- [cosmetic] “compare_markets” reworded the description of “state_a”
- [cosmetic] “compare_markets” reworded the description of “state_b”
- [cosmetic] “get_market_health” reworded the description of “city”
- [cosmetic] “get_market_health” reworded the description of “state”
- [cosmetic] “get_market_summary” reworded the description of “city”
- [cosmetic] “get_market_summary” reworded the description of “state”
- [cosmetic] “list_markets” reworded the description of “state”
- [cosmetic] “search_markets” reworded the description of “limit”
- [cosmetic] “search_markets” reworded the description of “max_price”
- [cosmetic] “search_markets” reworded the description of “max_price_to_income”
- [cosmetic] “search_markets” reworded the description of “min_appreciation”
- [cosmetic] “search_markets” reworded the description of “min_rental_yield”
- [cosmetic] “search_markets” reworded the description of “state”

### 2026-09-03 (score 85, +9)

- [security improvement] Authorization: unverified → partial
- [security] Tool “compare_markets” rewrote its description, which is the text the model reads
- [security] Tool “get_market_health” rewrote its description, which is the text the model reads
- [security] Tool “get_market_summary” rewrote its description, which is the text the model reads
- [security] Tool “list_markets” rewrote its description, which is the text the model reads
- [security] Tool “search_markets” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Tool coverage: 0% → 100%
- [functional] Schema quality: good → excellent
- [cosmetic] “compare_markets” reworded the description of “city_a”
- [cosmetic] “compare_markets” reworded the description of “city_b”
- [cosmetic] “compare_markets” reworded the description of “state_a”
- [cosmetic] “compare_markets” reworded the description of “state_b”
- [cosmetic] “get_market_health” reworded the description of “city”
- [cosmetic] “get_market_health” reworded the description of “state”
- [cosmetic] “get_market_summary” reworded the description of “city”
- [cosmetic] “get_market_summary” reworded the description of “state”
- [cosmetic] “list_markets” reworded the description of “state”
- [cosmetic] “search_markets” reworded the description of “limit”
- [cosmetic] “search_markets” reworded the description of “max_price”
- [cosmetic] “search_markets” reworded the description of “max_price_to_income”
- [cosmetic] “search_markets” reworded the description of “min_appreciation”
- [cosmetic] “search_markets” reworded the description of “min_rental_yield”
- [cosmetic] “search_markets” reworded the description of “state”

### 2026-09-02 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (5)

### `get_market_summary` (~91 tokens)

Market summary for a US city

Full market report for one US city or metro. Example: city='Austin', state='TX' returns Austin's median price, appreciation, rental yield, momentum and migration.

Input parameters:

- `city` (string, required): City or metro, e.g. 'Austin'. Case-insensitive.
- `state` (string, required): US state, 2-letter or full, e.g. 'TX'. Required — city names repeat.

Output parameters:

- `result` (string)

### `list_markets` (~55 tokens)

List available markets

List the US markets this server can report on, optionally filtered
to one state.
Example: state='TX'

Input parameters:

- `state` (string): Optional state filter, e.g. 'TX'. Omit for every available market.

Output parameters:

- `result` (string)

### `get_market_health` (~105 tokens)

Investment health score (1-10)

Investment health score (1-10) for a US market, with a label
(Strong Buy / Favorable / Neutral / Caution / Avoid) and the signals behind it.
Example: city='Tampa', state='FL'

Input parameters:

- `city` (string, required): City or metro, e.g. 'Tampa'. Case-insensitive.
- `state` (string, required): US state, 2-letter or full, e.g. 'FL'. Required — city names repeat.

Output parameters:

- `result` (string)

### `compare_markets` (~163 tokens)

Compare two markets head-to-head

Compare two US markets side by side, with a winner marked on price,
yield and appreciation. Requires API key (Investor plan) — https://www.lotlytics.us/pricing ; key at
https://www.lotlytics.us/settings/api-keys
Example: city_a='Austin', state_a='TX', city_b='Nashville', state_b='TN'

Input parameters:

- `city_a` (string, required): First city or metro, e.g. 'Austin'.
- `city_b` (string, required): Second city or metro, e.g. 'Nashville'.
- `state_a` (string, required): State of the FIRST city, e.g. 'TX'.
- `state_b` (string, required): State of the SECOND city, e.g. 'TN'.

Output parameters:

- `result` (string)

### `search_markets` (~244 tokens)

Search markets by investment criteria

Rank US markets by investment criteria; no filters returns the
top-ranked markets nationally. Requires API key (Investor plan) — https://www.lotlytics.us/pricing ;
key at https://www.lotlytics.us/settings/api-keys
Example: state='TX', max_price=300000, min_rental_yield=6

Input parameters:

- `limit` (integer): Markets to return, 1-25 (clamped). Default 10.
- `max_price` (number): Max median price in dollars, e.g. 300000. 0 = no cap.
- `max_price_to_income` (number): Max price-to-income ratio, e.g. 4.5. 999 = no cap.
- `min_appreciation` (number): Min YoY appreciation %, e.g. 3. Negatives allowed; -999 = no floor.
- `min_rental_yield` (number): Min gross rental yield %, e.g. 6. 0 = no floor.
- `state` (string): Optional state filter, e.g. 'TX'. Omit = national, which samples only the first 20 markets.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/us-lotlytics-lotlytics-mcp/lotlytics-mcp-production#diagnostics

## Score history

- 2026-09-21: 89
- 2026-09-20: 89
- 2026-09-19: 89
- 2026-09-18: 89
- 2026-09-17: 89
- 2026-09-16: 89
- 2026-09-15: 89
- 2026-09-14: 89
- 2026-09-13: 89
- 2026-09-12: 89
- 2026-09-11: 89
- 2026-09-10: 89
- 2026-09-09: 89
- 2026-09-08: 89
- 2026-09-07: 88
- 2026-09-06: 88
- 2026-09-05: 87
- 2026-09-04: 86
- 2026-09-03: 85
- 2026-09-02: 76
- 2026-09-01: 75
- 2026-08-31: 75
- 2026-08-30: 72
- 2026-08-29: 72
- 2026-08-28: 72
- 2026-08-27: 71
- 2026-08-26: 71
- 2026-08-25: 69
- 2026-08-24: 68
- 2026-08-23: 68

## Common questions

### What is the Lotlytics — US Real Estate Market Data & Investment… MCP server?

Lotlytics — US Real Estate Market Data & Investment… is an MCP server listed in the public MCP registry as us.lotlytics/lotlytics-mcp. US real estate market data for AI agents: prices, yields, forecasts and scores for 894 markets. This page covers its hosted endpoint (https://lotlytics-mcp-production.up.railway.app/mcp).

### Is the Lotlytics — US Real Estate Market Data & Investment… MCP server safe to use?

Lotlytics — US Real Estate Market Data & Investment… scores 89 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Lotlytics — US Real Estate Market Data & Investment… MCP server expose?

Lotlytics — US Real Estate Market Data & Investment… exposes 5 tools: get_market_summary, list_markets, get_market_health, compare_markets, search_markets. Their descriptions and schemas cost roughly 658 tokens of context every time the server is loaded.

### Does the Lotlytics — US Real Estate Market Data & Investment… MCP server require authentication?

No. We connected to Lotlytics — US Real Estate Market Data & Investment… without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Lotlytics — US Real Estate Market Data & Investment… MCP server still maintained?

Lotlytics — US Real Estate Market Data & Investment… is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://lotlytics-mcp-production.up.railway.app/mcp
- Repository: https://github.com/daejung83/lotlytics-mcp
- Website: https://www.lotlytics.us/
- Changelog RSS feed: https://verifymcp.io/servers/us-lotlytics-lotlytics-mcp/lotlytics-mcp-production.xml
- Changelog JSON feed: https://verifymcp.io/servers/us-lotlytics-lotlytics-mcp/lotlytics-mcp-production.json
- HTML version of this page: https://verifymcp.io/servers/us-lotlytics-lotlytics-mcp/lotlytics-mcp-production
