Data Collection
housedata.dev
An MCP server that retrieves Zillow real estate data, including listings, region lookups, and detailed property facts by zpid or location.
ENDPOINT 1
https://mcp.housedata.dev/mcp
MCP server metadata
- Name
- housedata-zillow
- Version
- 1.0.0
Zillow data tools, paid per call over x402 (USDC). A call that fails is not charged. Tools return compact JSON; pass expand:true for the full body. Most tools take a zpid: the number before _zpid in a Zillow property URL, or the zpid on a zillow_search_listings row. Places are typed as on Zillow (Austin, TX; 78704; a neighborhood). Ids are strings - pass them back exactly as received.
Known tools 19
zillow_search_listingsListings 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.
Inferred read-onlyzillow_autocomplete_placesThe regions Zillow knows for a partial place name — cities, ZIPs, neighborhoods, counties — each with its region id, type and centre.
Inferred read-onlyzillow_regionA 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.
Inferred read-onlyzillow_propertyThe record for any zpid, listed or off market — every zpid has one.
Inferred read-onlyzillow_property_factsThe 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.
Inferred read-onlyzillow_price_historyEvery listing, price cut, pending, sale and delisting Zillow records for a home, newest first, with the price, the change and the source.
Inferred read-onlyzillow_tax_historyAssessed value and tax paid by year for a home, as far back as Zillow records them.
Inferred read-onlyzillow_schoolsThe schools assigned to a home — name, level, grades, distance and GreatSchools rating.
Inferred read-onlyzillow_scoresWalk Score, Transit Score and Bike Score for a home's location, with their descriptions.
Inferred read-onlyzillow_nearby_homesHomes Zillow shows near this one, each with zpid, address, price, beds, baths, living area and status.
Inferred read-onlyzillow_photosThe photo gallery for a home — one URL per photo, in order, with the hero photo first.
Inferred read-onlyzillow_zestimateThe 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.
Inferred read-onlyzillow_compsThe comparable homes Zillow uses to value this one — each with zpid, address, price, beds, baths, living area, distance and sale date where sold.
Inferred read-onlyzillow_listing_agentThe listing agent's full profile for a listed home — name, license, phone, email, website, brokerage, bio, social links, Zillow rating and review count — with the broker and the MLS id.
Potential side effectszillow_top_agentsThe agents Zillow ranks around a home by sales in the past year: name, Zillow id, sales count, min/max/average/median sale price, sales in this price range, bio and profile.
Inferred read-onlyzillow_market_statsMonthly market statistics for a region, newest first: market temperature with Zillow's buyer/seller label, for-sale inventory, new listings, new pending, median days to pending, and the share sold above and below list — up to 100 months.
Inferred read-onlyzillow_mortgage_ratesToday's mortgage rates as Zillow lists them — product (30-year fixed, FHA, VA, 15-year, ARMs), rate and APR, with Zillow's tag for each.
Inferred read-onlyzillow_buildingA rental building — name, address, description, amenities, unit and floor-plan counts, rent range and photos — by buildingId (from a forRent search row with resultType propertyGroup) or by lat and lng.
Inferred read-onlyzillow_floor_plansEvery floor plan of a rental building — name, beds, baths, square feet, rent range, lease term — and the units available under each, with unit number, price, square feet and move-in date.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.