Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.creis-ai/mcp-property-valuation-server

NPM · MCP-PROPERTY-VALUATION-SERVER · SCANNED AUG 3

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

−12 this week 65 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add creis-ai-mcp-property-valuation-server -- npx -y mcp-property-valuation-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add creis-ai-mcp-property-valuation-server --command npx --arg -y --arg mcp-property-valuation-server
# ~/.hermes/config.yaml
mcp_servers:
  creis-ai-mcp-property-valuation-server:
    command: "npx"
    args: ["-y", "mcp-property-valuation-server"]
// mcp.json
{
  "mcpServers": {
    "creis-ai-mcp-property-valuation-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-property-valuation-server"
      ]
    }
  }
}
Changelog

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
Diagnostics

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.

MCP tools — 3 exposed · ~521 tokens

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.

Tool Tokens
get_community_rating ~108

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

NameTypeReqDescription
citystringyes所在城市,例如:北京
community_namestringyes小区名称,例如:中海丰和叁号院
districtstringyes所在区县,例如:丰台区(参数缺失时可以联网根据城市+小区名称检索出所在区县)

No output schema declared.

No examples provided.

get_community_valuation ~156

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

NameTypeReqDescription
citystringyes所在城市,例如:北京(参数缺失时不能杜撰,可以以对话形式询问确认)
community_namestringyes小区名称,例如:中海丰和叁号院
districtstringyes所在区县,例如:丰台区。(参数缺失时可以联网根据城市+小区名称检索出所在区县)
end_timestring结束时间,格式:yyyy-mm,为空时返回最新月份数据
start_timestring开始时间,格式:yyyy-mm,为空时返回最新月份数据

No output schema declared.

No examples provided.

get_property_valuation ~257

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

NameTypeReqDescription
citystringyes所在城市,例如:北京(参数缺失时不能杜撰,可以以对话形式询问确认)
community_namestringyes小区名称,例如:中海丰和叁号院
districtstringyes所在区县,例如:丰台区(参数缺失时可以联网根据城市+小区名称检索出所在区县)
floor_areanumberyes建筑面积,单位:㎡。(参数缺失时不能杜撰,可以以对话形式询问确认)
located_floorintegeryes所在楼层。(参数缺失时不能杜撰,可以以对话形式询问确认)
orientationstringyes房屋朝向,例如:南北。(参数缺失时不能杜撰,可以以对话形式询问确认)
total_floorsintegeryes总楼层数。(参数缺失时不能杜撰,可以以对话形式询问确认)

No output schema declared.

No examples provided.