房地产mcp v2.0.0
](https://www.npmjs.com/package/realestate-mcp)  
免责声明: 该工具为以下方面提供了估计和建议 仅供参考。它不构成专业的房地产、法律、金融、税务或建筑建议。在做出房产决定之前,一定要咨询持牌房地产专业人士。所有生成的内容(描述、平面图、估值、社区数据)都必须独立验证。看 TERMS.md 和 隐私.md.
面向房地产经纪人的MCP服务器——8个工具,涵盖平面图、虚拟旅游、房产描述(EN/FR)、价格估算、房产比较、分期建议、邻里分析和3D预览。
v2.0.0的新增功能
estimate_price--基于可比性、价格因素和置信度评分的粗略房地产价格估算compare_properties--2-5个属性与加权分数和建议的并排比较- 多语言 —
property_description现在支持英语和法语 - SEO输出 --属性描述包括SEO标题、元描述、JSON-LD结构化数据和字符计数
- 改进的平面图 --比例尺、房间类型图例、尺寸箭头、英制/公制切换、新房间类型(储藏室、洗衣房、阳台)
- 改进的虚拟旅游 --平滑过渡、全屏模式、触摸/滑动导航、进度条、照片库
- 91测试 涵盖所有工具
工具
| 工具 | 说明 |
|---|---|
generate_floor_plan | SVG平面图,带房间标签、尺寸、面积(m2/sqft)、图例、比例尺、指南针 |
create_virtual_tour | 可嵌入的HTML虚拟导览,带有过渡、全屏、键盘/触摸导航 |
property_description | 在EN或FR中列出描述——MLS、社交、奢侈品、投资者+SEO+JSON-LD |
estimate_price | 房地产价格估算,包括价格范围、置信度、因素和可比销售额 |
compare_properties | 并列比较表,包括分数、优缺点和推荐 |
staging_suggestions | 虚拟舞台建议——家具、装饰、摆放、成本估算 |
neighborhood_analysis | 步行分数、学校、交通、便利设施、人口统计、安全、市场环境 |
render_property_preview | 支持AR和注释热点的3D模型查看器HTML |
快速开始
使用克劳德桌面
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"realestate": {
"command": "npx",
"args": ["realestate-mcp"]
}
}
}带有API密钥(可选)
{
"mcpServers": {
"realestate": {
"command": "npx",
"args": ["realestate-mcp"],
"env": {
"REALESTATE_MCP_API_KEY": "your-api-key"
}
}
}
}示例
生成平面图
Generate a floor plan for a 2-bedroom apartment:
- Living room: 5m x 4m
- Kitchen: 3m x 3m
- Bedroom 1: 4m x 3.5m
- Bedroom 2: 3.5m x 3m
- Bathroom: 2.5m x 2m
- Balcony: 3m x 1.5m
Use modern style with metric units.估算房产价格
Estimate the price for a 3BR/2BA house at 456 Oak Ave, San Francisco, CA.
2,000 sqft, built 2015, good condition, with hardwood floors and a pool.比较属性
Compare these 3 properties for me:
1. "Oak House" — 123 Oak St, $400,000, 3BR/2BA, 2,000 sqft, 2015, good condition
2. "Elm Condo" — 456 Elm Ave, $300,000, 2BR/1BA, 1,200 sqft, 2020, new construction
3. "Maple Town" — 789 Maple Dr, $350,000, 3BR/2BA, 1,800 sqft, 2018, renovated
Priority: value and size.创建虚拟旅游
Create a virtual tour for "123 Main Street, Springfield" with rooms:
- Living room with hardwood floors and bay window
- Modern kitchen with island and stainless appliances
- Master bedroom with walk-in closet
- Updated bathroom with marble tiles
Agent: Jane Smith, 555-1234.物业描述(法语)
Write a French listing description for a 4-bedroom house at
15 Rue de la Paix, Lyon. 180 m2, renovated, asking 650,000 EUR.
Features: parquet, chemin\u00E9e, jardin.物业描述(英语,含SEO)
Write a listing description for a 3BR/2BA house at 456 Oak Ave, Springfield.
1,800 sqft, built 1985, renovated condition, asking $350,000.
Features: hardwood floors, granite counters, fenced backyard.
Include SEO keywords and JSON-LD structured data.分期建议
What staging would you suggest for an empty living room?
Modern style, medium budget, targeting young professionals.邻域分析
What's the neighborhood like around 789 Elm Drive, Portland, OR?
Focus on schools, transit, and safety.三维属性预览
Create a 3D preview for "Luxury Villa" using the model at
https://example.com/villa.glb with AR enabled.定价
| 级别 | 请求 | 价格 |
|---|---|---|
| 免费 | 50/月 | 0美元 |
| Pro | 无限制 | 每月19美元 |
发展
npm install
npm run build
npm test # 91 tests across 9 test files
npm run dev # run with tsx (hot reload)法律
许可证
麻省理工学院——见 许可证.
