← lucidrents.com

INDIVIDUAL MCP TOOL

search_buildings

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

lucidrents.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://lucidrents.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_buildings and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

lucidrents.com

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.

Related tools

  • 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.
  • 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.
  • 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.
  • 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.