Analytics
lucidrents.com
Provides real estate data and analytics for apartment buildings, landlords, and neighborhoods.
ENDPOINT 1
https://lucidrents.com/api/mcp
MCP server metadata
- Name
- lucidrents
- Version
- 1.0.0
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_buildingsSearch LucidRents for apartment buildings by address, building name, or partial address.
Inferred read-onlyget_building_reportFull 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-onlyget_landlord_recordPublic 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-onlyget_neighborhood_statsNeighborhood 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-onlyget_review_summaryTenant 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-onlyCONNECT 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.
lucidrents.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.