MCP服务器,提供房产小区评级和评估功能
claude mcp add mcp-property-valuation-server -- npx -y mcp-property-valuation-server
claude_desktop_config.json
{
"mcpServers": {
"mcp-property-valuation-server": {
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-property-valuation-server": {
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-property-valuation-server": {
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-property-valuation-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-property-valuation-server": {
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.creis-ai--mcp-property-valuation-server/reviews or the review_server meta-tool.
POST /mcp