HasData Zillow
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
Topics: Real Estate
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.hasdata.com/mcp?apis=zillow Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http zillow-mcp https://mcp.hasdata.com/mcp?apis=zillow --header "x-api-key: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"zillow-mcp": {
"url": "https://mcp.hasdata.com/mcp?apis=zillow",
"headers": {
"x-api-key": "<YOUR_VALUE>"
}
}
}
}
x-api-keyrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (npm 1.0.7)
npx -y @hasdata/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"zillow-mcp": {
"command": "npx",
"args": [
"-y",
"@hasdata/[email protected]"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (pypi 1.0.7)
uvx hasdata-zillow-mcp
Or add to your MCP client config:
{
"mcpServers": {
"zillow-mcp": {
"command": "uvx",
"args": [
"hasdata-zillow-mcp"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Related servers
HasData Redfin
Redfin for-sale, for-rent and sold listings plus full property pages, as structured JSON.
propstack-mcp
Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals).
dealflowpro-mcp-server
Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price
DFX Real Estate Intelligence
Free, no key. US commercial real estate: FHA/CMBS maturities, LIHTC/HUD expiries, bank CRE exposure.
disruption-intelligence-mcp
AI-native commercial disruption intelligence for MCP clients and x402-powered agents.
Pedra
AI real-estate photo editing via the Pedra API: virtual staging, renovation, enhancement, video.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry