Odel
mcp property valuation server

mcp property valuation server

Local
@creis-ai4JavaScriptUpdated 9mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-property-valuation-serverv0.0.23

Run

npx -y mcp-property-valuation-server

MCP client config

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