Server Config
{
"mcpServers": {
"cih-property-valuation": {
"transportType": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-property-valuation-server"
],
"env": {
"MCP-INDUSTRY-APPID": "your token"
}
}
}
}