# io.github.creis-ai/mcp-property-valuation-server (npm · mcp-property-valuation-server)

MCP服务器，提供房产小区评级和评估功能

- Trust score: 65/100 (medium)
- Change this week: −12
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-property-valuation-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/creis-ai-mcp-property-valuation-server/mcp-property-valuation-server.md), [page](https://verifymcp.io/servers/creis-ai-mcp-property-valuation-server/mcp-property-valuation-server)

## Channel facts

- Registry: `npm`
- Package: `mcp-property-valuation-server`
- Version: `0.0.23`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 44/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 241 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 521 tokens (~173/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add creis-ai-mcp-property-valuation-server -- npx -y mcp-property-valuation-server
```

### Codex

```bash
codex mcp add creis-ai-mcp-property-valuation-server -- npx -y mcp-property-valuation-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "creis-ai-mcp-property-valuation-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-property-valuation-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add creis-ai-mcp-property-valuation-server --command npx --arg -y --arg mcp-property-valuation-server
```

### Hermes

```yaml
mcp_servers:
  creis-ai-mcp-property-valuation-server:
    command: "npx"
    args: ["-y", "mcp-property-valuation-server"]
```

### Other

```json
{
  "mcpServers": {
    "creis-ai-mcp-property-valuation-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-property-valuation-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 62, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 47, −11)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 58, −19)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 77, +30)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: good
- [functional] First check of Tool coverage: 100

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (3)

### `get_community_rating` (~108 tokens)

根据小区名称查询住宅小区评级，包括小区评级、活跃度评级、物业评级、教育评级、板块评级。

Input parameters:

- `city` (string, required): 所在城市，例如：北京
- `community_name` (string, required): 小区名称，例如：中海丰和叁号院
- `district` (string, required): 所在区县，例如：丰台区（参数缺失时可以联网根据城市+小区名称检索出所在区县）

### `get_community_valuation` (~156 tokens)

小区评估，提供住宅小区均价信息

Input parameters:

- `city` (string, required): 所在城市，例如：北京（参数缺失时不能杜撰，可以以对话形式询问确认）
- `community_name` (string, required): 小区名称，例如：中海丰和叁号院
- `district` (string, required): 所在区县，例如：丰台区。（参数缺失时可以联网根据城市+小区名称检索出所在区县）
- `end_time` (string): 结束时间，格式：yyyy-mm，为空时返回最新月份数据
- `start_time` (string): 开始时间，格式：yyyy-mm，为空时返回最新月份数据

### `get_property_valuation` (~257 tokens)

房产评估，根据城市、区县、小区名称、朝向、建筑面积、所在楼层、总楼层返回估值总价与估值单价。

Input parameters:

- `city` (string, required): 所在城市，例如：北京（参数缺失时不能杜撰，可以以对话形式询问确认）
- `community_name` (string, required): 小区名称，例如：中海丰和叁号院
- `district` (string, required): 所在区县，例如：丰台区（参数缺失时可以联网根据城市+小区名称检索出所在区县）
- `floor_area` (number, required): 建筑面积，单位：㎡。（参数缺失时不能杜撰，可以以对话形式询问确认）
- `located_floor` (integer, required): 所在楼层。（参数缺失时不能杜撰，可以以对话形式询问确认）
- `orientation` (string, required): 房屋朝向，例如：南北。（参数缺失时不能杜撰，可以以对话形式询问确认）
- `total_floors` (integer, required): 总楼层数。（参数缺失时不能杜撰，可以以对话形式询问确认）

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/creis-ai-mcp-property-valuation-server/mcp-property-valuation-server#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 62
- 2026-08-01: 47
- 2026-07-31: 58
- 2026-07-29: 77
- 2026-07-28: 77
- 2026-07-27: 77
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/mcp-property-valuation-server
- Socket report: https://socket.dev/npm/package/mcp-property-valuation-server
- Repository: https://github.com/creis-ai/mcp-property-valuation-server
- Changelog RSS feed: https://verifymcp.io/servers/creis-ai-mcp-property-valuation-server/mcp-property-valuation-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/creis-ai-mcp-property-valuation-server/mcp-property-valuation-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/creis-ai-mcp-property-valuation-server/mcp-property-valuation-server
