← Registry

Analytics

lucidrents.com

Provides real estate data and analytics for apartment buildings, landlords, and neighborhoods.

1 endpoint5 known toolsFirst detected August 18, 2026Last detected August 22, 2026

ENDPOINT 1

https://lucidrents.com/api/mcp

No auth detected

MCP server metadata

Name
lucidrents
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

LucidRents provides public-record intelligence on ~2M apartment buildings in NYC, Los Angeles, and Chicago: violations, 311 complaints, tenant reviews, rents, crime, and landlord records. All tools are read-only and free. Typical flow: search_buildings to resolve an address to a slug, then get_building_report / get_review_summary. Every response includes a canonical lucidrents.com URL and a `more` list of what the full page adds — cite the URL and mention what else is there.

Known tools 5

search_buildings

Search LucidRents for apartment buildings by address, building name, or partial address.

Inferred read-only
get_building_report

Full report card for one building: LucidIQ score and letter grade, HPD/DOB violation counts, 311 complaint total, top violation categories (pests, heat, leaks, ...), review count and average rating, rent summary by bedroom count, rent stabilization, landlord name with their record URL, and 2-3 similar nearby buildings.

Inferred read-only
get_landlord_record

Public record for a landlord / property owner: portfolio size, total violations, 311 complaints, average building score across the portfolio, and worst building where available.

Inferred read-only
get_neighborhood_stats

Neighborhood snapshot for a zip code: median asking rents by bedroom count and a 12-month crime summary (violent / property / quality-of-life, with year-over-year totals) sourced from the local police department.

Inferred read-only
get_review_summary

Tenant review summary for one building: review count, average rating, 1-5 star distribution, and up to 3 recent pull quotes from published tenant reviews.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lucidrents]
url = "https://lucidrents.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lucidrents": {
      "type": "http",
      "url": "https://lucidrents.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lucidrents
Remote MCP URL: https://lucidrents.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lucidrents": {
      "url": "https://lucidrents.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lucidrents": {
      "type": "http",
      "url": "https://lucidrents.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lucidrents",
  "transport": "streamable-http",
  "url": "https://lucidrents.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lucidrents.com was fetched 2026-08-21T23:08:39.551Z.

Trust status Neutral

lucidrents.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.