← Registry

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.

1 endpoint19 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://mcp.housedata.dev/mcp

No auth detected

MCP server metadata

Name
housedata-zillow
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_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.

Inferred read-only
zillow_autocomplete_places

The regions Zillow knows for a partial place name — cities, ZIPs, neighborhoods, counties — each with its region id, type and centre.

Inferred read-only
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.

Inferred read-only
zillow_property

The record for any zpid, listed or off market — every zpid has one.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
zillow_tax_history

Assessed value and tax paid by year for a home, as far back as Zillow records them.

Inferred read-only
zillow_schools

The schools assigned to a home — name, level, grades, distance and GreatSchools rating.

Inferred read-only
zillow_scores

Walk Score, Transit Score and Bike Score for a home's location, with their descriptions.

Inferred read-only
zillow_nearby_homes

Homes Zillow shows near this one, each with zpid, address, price, beds, baths, living area and status.

Inferred read-only
zillow_photos

The photo gallery for a home — one URL per photo, in order, with the hero photo first.

Inferred read-only
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.

Inferred read-only
zillow_comps

The 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-only
zillow_listing_agent

The 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 effects
zillow_top_agents

The 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-only
zillow_market_stats

Monthly 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-only
zillow_mortgage_rates

Today'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-only
zillow_building

A 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-only
zillow_floor_plans

Every 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-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.