HasData Zillow for Gemini CLI
com.hasdata/zillow
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install HasData Zillow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"zillow": {
"httpUrl": "https://mcp.hasdata.com/mcp?apis=zillow"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs