building intelligence for Claude Desktop
com.lucidrents/building-intelligence
Building intelligence for NYC, LA, Chicago rentals: violations, 311, reviews, rents, landlords.
client:Claude Desktop
transport:streamable-http
tools:5
Install building intelligence in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"building-intelligence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://lucidrents.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs