MCP服务器,提供房产小区评级和评估功能
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cih-property-valuation": {
"env": {
"MCP-INDUSTRY-APPID": "您的APPID"
},
"args": [
"-y",
"mcp-property-valuation-server@0.0.27"
],
"command": "npx",
"transportType": "stdio"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
为 AI 助手提供「小区评级 / 小区评估 / 房产估值」专业能力的 MCP Server。为房产交易、投资尽调、押品风控等场景提供权威数据支撑。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP Security Weekly
Get CVE alerts and security updates for io.github.creis-ai/mcp-property-valuation-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
为 AI 助手提供「小区评级 / 小区评估 / 房产估值」专业能力的 MCP Server。为房产交易、投资尽调、押品风控等场景提供权威数据支撑。
使用本服务前,您需要先获取有效的 APPID。
📧 请联系: creiskefu@fang.com 获取您的专属 APPID。
您可以在任何支持 Model Context Protocol (MCP) 的客户端(如 Claude Desktop、MCP IDE 等)中,通过以下配置来启用本服务。
当本项目正式发布到 NPM 后,您可以通过 npx 直接运行,配置将更加简洁:
{
"mcpServers": {
"cih-property-valuation": {
"transportType": "stdio",
"command": "npx",
"args": ["-y", "mcp-property-valuation-server@0.0.27"],
"env": {
"MCP-INDUSTRY-APPID": "您的APPID"
}
}
}
}
如果您有可供公网访问的线上服务地址,也可以使用 SSE 模式:
{
"mcpServers": {
"cih-property-valuation": {
"transportType": "sse",
"url": "https://creis.cih-index.com/mcp/sse",
"headers": {
"MCP-INDUSTRY-APPID": "您的APPID"
}
}
}
}
配置完成后,重启您的 MCP 客户端。如果配置正确,您应该能在客户端的可用工具列表中看到以下三个工具:
get_community_ratingget_community_valuationget_property_valuation本服务需要有效的 MCP-INDUSTRY-APPID 才能正常使用。如需获取授权,请访问我们的网站申请:申请开通体验中指房产估值MCP
或联系客服人员申请,联系邮箱:creiskefu@fang.com
本 MCP Server 提供以下工具:
get_community_rating - 小区评级基于活跃度、物业服务、教育资源、板块位置等多维度指标,为住宅小区提供等级评定(A/B/C/D),帮助用户快速了解小区整体品质。
输入参数:
| 字段 | 必填 | 类型 | 说明 |
|---|---|---|---|
city | ✅ | string | 所在城市,例如:“北京” |
district | ✅ | string | 所在区县,例如:“丰台区” |
community_name | ✅ | string | 小区名称,例如:“中海丰和叁号院” |
输出示例:
小区评级为 A
活跃度评级为 B
物业评级为 A
教育评级为 A
板块评级为 B
get_community_valuation - 小区评估支持查询住宅小区均价、时间范围内价格走势,科学评估小区市场表现与价值变化。
输入参数:
| 字段 | 必填 | 类型 | 说明 |
|---|---|---|---|
city | ✅ | string | 所在城市,例如:“北京” |
district | ✅ | string | 所在区县,例如:“丰台区” |
community_name | ✅ | string | 小区名称,例如:“中海丰和叁号院” |
start_time | ❌ | string | 开始时间,格式:yyyy-mm,为空则返回最新月份数据 |
end_time | ❌ | string | 结束时间,格式:yyyy-mm,为空则返回最新月份数据 |
输出示例:
2024-01 小区均价为:65000 元/m²
2024-02 小区均价为:65500 元/m²
2024-03 小区均价为:66000 元/m²
get_property_valuation - 房产估值支持对单套房产进行估值,提供估值总价、单价。通过智能评估模型,精准评估房产价值,同时适用于押品估值场景。
输入参数:
| 字段 | 必填 | 类型 | 说明 |
|---|---|---|---|
city | ✅ | string | 所在城市,例如:“北京” |
district | ✅ | string | 所在区县,例如:“丰台区” |