Labsco
MCP SERVER

中指房产估值MCP

by creis-ai

Get an estimated total and unit price for one specific flat from its orientation, floor area and which floor it sits on, and read the community's ratings and average price around it.

Real Estate & PropertyVerified
Summary
get_property_valuation is the reason to install this: it prices one flat from orientation, floor_area, located_floor and total_floors, rather than reporting what the building averages.

That is a different answer from a price index, and it is the one an offer actually turns on — the same floor area at a different orientation or a different floor is a different number. get_community_rating and get_community_valuation sit around it to supply the context a single valuation lacks: how the community scores on management, education and district, and where its average price has run between start_time and end_time. Every call is keyed on city, district and community_name, so a question has to name a community before this server can answer it.

What it is

A residential property valuation service keyed on the named community: ratings for the community, its average price over a time window, and a valuation for an individual home inside it.

What you get
  • A valuation for one specific home: get_property_valuation takes orientation, floor_area, located_floor and total_floors alongside city, district and community_name, and returns an estimated total price together with an estimated unit price.
  • How the community itself scores: get_community_rating returns the community rating, the activity rating, the property-management rating, the education rating and the district rating for a community_name within a city and district.
  • Where the community's prices have been: get_community_valuation returns average price information for a community across the window set by start_time and end_time.
Requirements

An application id, supplied as MCP-INDUSTRY-APPID.

Setup effort

One command — npx -y mcp-property-valuation-server@0.0.27