Content
# 🏙️ Zhongzhi Property Valuation MCP
[](https://www.npmjs.com/package/mcp-property-valuation-server)
[](https://nodejs.org)
[](https://github.com/creis-ai/mcp-property-valuation-server/blob/master/README.md)
[](https://github.com/creis-ai/mcp-property-valuation-server/blob/master/README.en.md)
[](https://opensource.org/licenses/MIT)
[](https://modelcontextprotocol.io)
[](https://smithery.ai/server/@creis-ai/mcp-property-valuation-server)
> The MCP Server provides professional capabilities for "Community Rating / Community Assessment / Property Valuation" for AI assistants. It offers authoritative data support for scenarios such as property transactions, investment due diligence, and collateral risk control.
## ✨ Features
- **Multi-dimensional Community Rating**: Provides A/B/C/D ratings based on indicators such as activity level, property services, educational resources, and location of the area.
- **Accurate Community Assessment**: Offers average community prices and price trend analysis over a specified time range.
- **Property Value Assessment**: Supports precise valuation of individual properties, providing both total price and unit price.
- **Enterprise-level Security Certification**: Ensures data security through the APPID authorization mechanism.
- **Standardized Output Format**: Unified Markdown format output for easy integration and presentation.
## 🚀 Quick Start
### 1. Obtain Authorization (APPID)
Before using this service, you need to obtain a valid `APPID`.
📧 **Please contact**: `creiskefu@fang.com` to get your exclusive `APPID`.
### 2. Configure MCP Client
You can enable this service in any client that supports Model Context Protocol (MCP), such as Claude Desktop, MCP IDE, etc., by using the following configuration.
#### Method 1: Stdio Method
Once this project is officially released to NPM, you can run it directly using `npx`, and the configuration will be more concise:
```json
{
"mcpServers": {
"cih-property-valuation": {
"transportType": "stdio",
"command": "npx",
"args": ["-y", "mcp-property-valuation-server@latest"],
"env": {
"MCP-INDUSTRY-APPID": "Your APPID"
}
}
}
}
```
#### Method 2: Connect to Online Service (SSE)
If you have an online service address accessible from the public network, you can also use the SSE mode:
```json
{
"mcpServers": {
"cih-property-valuation": {
"transportType": "sse",
"url": "https://creis.cih-index.com/mcp/sse",
"headers": {
"MCP-INDUSTRY-APPID": "Your APPID"
}
}
}
}
```
### 3. Verify Connection
After the configuration is complete, restart your MCP client. If the configuration is correct, you should see the following three tools in the available tools list of the client:
- `get_community_rating`
- `get_community_valuation`
- `get_property_valuation`
---
## 🔑 Authorization and Authentication
This service requires a valid `MCP-INDUSTRY-APPID` for normal use. To obtain authorization, please visit our website to apply: [Apply for Experience of Zhongzhi Real Estate Valuation MCP](https://www.cih-index.com/apply/mcp?pageId=/service/mcp)
Alternatively, you can contact our customer service for application at the email: `creiskefu@fang.com`
---
## 🛠️ Tool Definition and Usage
This MCP Server provides the following tools:
### 1. `get_community_rating` - Community Rating
Based on multiple indicators such as activity level, property services, educational resources, and location, this function provides a rating (A/B/C/D) for residential communities, helping users quickly understand the overall quality of the community.
**Input Parameters:**
| Field | Required | Type | Description |
| ----------------- | -------- | ------ | --------------------------------- |
| `city` | ✅ | string | The city, e.g., "Beijing" |
| `district` | ✅ | string | The district, e.g., "Fengtai District" |
| `community_name` | ✅ | string | The community name, e.g., "Zhonghai Fenghe No. 3 Courtyard" |
**Output Example:**
```markdown
Community rating is A
Activity rating is B
Property rating is A
Education rating is A
Location rating is B
```
### 2. `get_community_valuation` - Community Valuation
Supports querying the average price of residential communities and price trends over a time range, scientifically assessing the market performance and value changes of the community.
**Input Parameters:**
| Field | Required | Type | Description |
| ----------------- | -------- | ------ | --------------------------------------------------- |
| `city` | ✅ | string | The city, e.g., "Beijing" |
| `district` | ✅ | string | The district, e.g., "Fengtai District" |
| `community_name` | ✅ | string | The community name, e.g., "Zhonghai Fenghe No. 3" |
| `start_time` | ❌ | string | Start time, format: `yyyy-mm`, returns latest month data if empty |
| `end_time` | ❌ | string | End time, format: `yyyy-mm`, returns latest month data if empty |
**Output Example:**
```markdown
2024-01 The average price of the community is: 65000 CNY/m²
2024-02 The average price of the community is: 65500 CNY/m²
2024-03 The average price of the community is: 66000 CNY/m²
```
### 3. `get_property_valuation` - Property Valuation
Supports the valuation of a single property, providing total valuation price and unit price. Through an intelligent assessment model, it accurately evaluates property value and is also applicable to collateral valuation scenarios.
**Input Parameters:**
| Field | Required | Type | Description |
| ----------------- | -------- | ------- | --------------------------------- |
| `city` | ✅ | string | City, e.g., "Beijing" |
| `district` | ✅ | string | District, e.g., "Fengtai District" |
| `community_name` | ✅ | string | Community name, e.g., "Zhonghai Fenghe No. 3 Courtyard" |
| `orientation` | ✅ | string | House orientation, e.g., "South-North" |
| `floor_area` | ✅ | number | Building area, unit: m² |
| `located_floor` | ✅ | integer | Floor number |
| `total_floors` | ✅ | integer | Total number of floors |
**Output Example:**
```markdown
**Community Valuation Total Price:** 8.5 million yuan
**Community Valuation Unit Price:** 65,385 yuan/m²
```
---
## 🤝 Collaboration and Support
- **Issue Feedback**: Please submit your questions or suggestions through [GitHub Issues](https://github.com/creis-ai/mcp-property-valuation-server/issues).
- **Contact Us**: For obtaining `APPID`, business cooperation, or technical support, please contact `creiskefu@fang.com`.
---
_Maintained by CIH Web Team_
Connection Info
You Might Also Like
AgentSphere MCP Server
The first MCP-integrated cloud sandbox for running AI-generated code at...
手机归属地查询
Supports tracking services for thousands of courier companies worldwide,...
企业大数据查询MCP
Accurately provide the business information, operational qualifications,...
mighty-security
Don't Simply Trust MCP Server Code, Validate and Scan
figma-mcp-server
Figma MCP Server enables AI Agents to modify Figma documents seamlessly.
idun-agent-platform
Idun Agent Platform: Open source control plane for generative-AI agents.