Add amenities to usecases

This commit is contained in:
Nitzan Pomerantz
2025-10-19 00:02:15 +03:00
parent 055b2bcc2a
commit fb1f276a80
+17
View File
@@ -20,6 +20,12 @@ The nadlan-mcp MCP server provides comprehensive Israeli real estate data analys
- **Multi-Address Comparison**: Compare real estate markets between multiple addresses side-by-side - **Multi-Address Comparison**: Compare real estate markets between multiple addresses side-by-side
- **Investment Analysis**: Compare different areas for investment potential - **Investment Analysis**: Compare different areas for investment potential
## 🏆 **Amenity Scoring & Quality of Life Analysis**
- **Address Amenity Rating**: Score individual addresses based on proximity to essential amenities
- **Street-level Amenity Analysis**: Rate entire streets by their access to schools, parks, healthcare, and other services
- **Neighborhood Quality Scoring**: Comprehensive neighborhood ratings based on amenity density and accessibility
- **Lifestyle Compatibility**: Match addresses to lifestyle preferences based on nearby amenities
## 💡 **Practical Use Cases** ## 💡 **Practical Use Cases**
### Property Valuation ### Property Valuation
@@ -42,6 +48,12 @@ The nadlan-mcp MCP server provides comprehensive Israeli real estate data analys
- Understand recent transaction history - Understand recent transaction history
- Compare multiple potential locations - Compare multiple potential locations
### Amenity-Based Location Selection
- Score addresses based on proximity to schools, parks, healthcare facilities
- Find family-friendly neighborhoods with high amenity scores
- Identify areas with the best access to public transportation and services
- Compare lifestyle compatibility across different locations
## 🗣️ **Example Queries** ## 🗣️ **Example Queries**
You can ask questions like: You can ask questions like:
@@ -51,6 +63,10 @@ You can ask questions like:
- "Find all recent sales on [street name]" - "Find all recent sales on [street name]"
- "Analyze market trends around [specific address]" - "Analyze market trends around [specific address]"
- "What's the average price per square meter in [area]?" - "What's the average price per square meter in [area]?"
- "Rate this address based on nearby amenities like schools and parks"
- "Which street has better access to healthcare and education facilities?"
- "Score this neighborhood for family-friendliness based on amenities"
- "Compare amenity scores between these two addresses"
## 📋 **Available Functions** ## 📋 **Available Functions**
@@ -70,6 +86,7 @@ The data covers recent Israeli real estate transactions and can help with:
- Market understanding and trends - Market understanding and trends
- Comparative analysis across locations - Comparative analysis across locations
- Due diligence for real estate decisions - Due diligence for real estate decisions
- Amenity-based location scoring and quality of life analysis
## 🚀 **Getting Started** ## 🚀 **Getting Started**