io.github.creis-ai/mcp-property-valuation-server
NPM · MCP-PROPERTY-VALUATION-SERVER · SCANNED AUG 3
MCP服务器,提供房产小区评级和评估功能
Available components
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. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency44
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 241 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability59
- AI-judged instruction clarity (good).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · mcp-property-valuation-server
claude mcp add creis-ai-mcp-property-valuation-server -- npx -y mcp-property-valuation-server
codex mcp add creis-ai-mcp-property-valuation-server -- npx -y mcp-property-valuation-server
{
"$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 mcp add creis-ai-mcp-property-valuation-server --command npx --arg -y --arg mcp-property-valuation-server
mcp_servers:
creis-ai-mcp-property-valuation-server:
command: "npx"
args: ["-y", "mcp-property-valuation-server"] {
"mcpServers": {
"creis-ai-mcp-property-valuation-server": {
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 −11
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −19
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +30
- 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 functional
- 26 Jul 26 47
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 0 packages
0 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_community_rating ~108
根据小区名称查询住宅小区评级,包括小区评级、活跃度评级、物业评级、教育评级、板块评级。
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | 所在城市,例如:北京 |
| community_name | string | yes | 小区名称,例如:中海丰和叁号院 |
| district | string | yes | 所在区县,例如:丰台区(参数缺失时可以联网根据城市+小区名称检索出所在区县) |
No output schema declared.
No examples provided.
get_community_valuation ~156
小区评估,提供住宅小区均价信息
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | 所在城市,例如:北京(参数缺失时不能杜撰,可以以对话形式询问确认) |
| community_name | string | yes | 小区名称,例如:中海丰和叁号院 |
| district | string | yes | 所在区县,例如:丰台区。(参数缺失时可以联网根据城市+小区名称检索出所在区县) |
| end_time | string | — | 结束时间,格式:yyyy-mm,为空时返回最新月份数据 |
| start_time | string | — | 开始时间,格式:yyyy-mm,为空时返回最新月份数据 |
No output schema declared.
No examples provided.
get_property_valuation ~257
房产评估,根据城市、区县、小区名称、朝向、建筑面积、所在楼层、总楼层返回估值总价与估值单价。
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | 所在城市,例如:北京(参数缺失时不能杜撰,可以以对话形式询问确认) |
| community_name | string | yes | 小区名称,例如:中海丰和叁号院 |
| district | string | yes | 所在区县,例如:丰台区(参数缺失时可以联网根据城市+小区名称检索出所在区县) |
| floor_area | number | yes | 建筑面积,单位:㎡。(参数缺失时不能杜撰,可以以对话形式询问确认) |
| located_floor | integer | yes | 所在楼层。(参数缺失时不能杜撰,可以以对话形式询问确认) |
| orientation | string | yes | 房屋朝向,例如:南北。(参数缺失时不能杜撰,可以以对话形式询问确认) |
| total_floors | integer | yes | 总楼层数。(参数缺失时不能杜撰,可以以对话形式询问确认) |
No output schema declared.
No examples provided.