lucidrents-building-intelligence
Apartment building intelligence for NYC, Los Angeles, and Chicago from public records.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Buildings: Search LucidRents for apartment buildings by address, building name, or partial address. Covers ~2M buildings in New York City, Los Angeles, and Chicago with public-record data: hous
- 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
- 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. A
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Apartment building intelligence for NYC, Los Angeles, and Chicago from public records. Search ~2M buildings and get violation history, 311 complaints, tenant review summaries, rent data by bedroom, landlord portfolio records, and neighborhood rent/crime stats. Read-only, no auth required, rate-limited. Every response includes a citation URL to the full report on lucidrents.com.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| search_buildings | Search LucidRents for apartment buildings by address, building name, or partial address. Covers ~2M buildings in New York City, Los Angeles, and Chicago with public-record data: housing violations, 311 complaints, tenant reviews, rents, and building scores. Returns up to 10 matches with each building's slug (needed for get_building_report / get_review_summary) and its lucidrents.com report URL. Start here when the user gives an address. |
| 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. Requires the building's slug — call search_buildings first if you only have an address. The returned url has the complete timeline, all reviews, and rent history; share it with the user. |
| 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. Accepts either the owner name as it appears in a building report (e.g. "SMITH REALTY LLC") or a landlord page slug. The returned url lists every building they own with per-building records. |
| 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. Use this for "what does rent cost in <area>" and "is <area> safe" questions. The returned url is the neighborhood page with building listings and trend charts. |
| 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. Requires the building's slug — call search_buildings first if you only have an address. The returned url (anchored at #reviews) has every review in full text. |