INDIVIDUAL MCP TOOL
zillow_zestimate
The Zestimate for any zpid, listed or not: the value with its low and high, the value 30 days ago, the rent Zestimate, and zestimateHistory — one point a month for about ten years — plus the home's price history.
LIVE ENDPOINT
https://mcp.housedata.dev/mcp
Connect to this endpoint to inspect the live schema for zillow_zestimate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.housedata-zillow]
url = "https://mcp.housedata.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"housedata-zillow": {
"type": "http",
"url": "https://mcp.housedata.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: housedata-zillow
Remote MCP URL: https://mcp.housedata.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"housedata-zillow": {
"url": "https://mcp.housedata.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"housedata-zillow": {
"type": "http",
"url": "https://mcp.housedata.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "housedata-zillow",
"transport": "streamable-http",
"url": "https://mcp.housedata.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
zillow_search_listings— Listings for a place typed as on Zillow — a city (Austin, TX), a ZIP, a neighborhood or a county — for sale, for rent or recently sold.zillow_autocomplete_places— The regions Zillow knows for a partial place name — cities, ZIPs, neighborhoods, counties — each with its region id, type and centre.zillow_region— A place name resolved to Zillow's region — id, type, parent state and city, centre and the exact bounding rectangle search uses — or a region id described.zillow_property— The record for any zpid, listed or off market — every zpid has one.zillow_property_facts— The facts for one home: beds, baths, living area, lot, year built, home type, parking, heating and cooling, HOA, price per square foot, and the rest of Zillow's fact sheet — with the current status and price.zillow_price_history— Every listing, price cut, pending, sale and delisting Zillow records for a home, newest first, with the price, the change and the source.zillow_tax_history— Assessed value and tax paid by year for a home, as far back as Zillow records them.zillow_schools— The schools assigned to a home — name, level, grades, distance and GreatSchools rating.