Connect your account, then chat with AI to run tools.
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
Zillow is used here only to identify this MCP server; MCPBundles is not affiliated with or endorsed by Zillow or its owner.
Connect straight to this server’s public endpoint.
https://mcp.hasdata.com/mcp?apis=zillowThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 23, 2026 · Endpoint host mcp.hasdata.com
Domain knowledge for Zillow MCP Server — workflow patterns, data models, and gotchas for your AI agent.
Two tools, and the split matters. hasdata_zillow_listing_getRealEstateListings searches an area. hasdata_zillow_property_getPropertyDetails opens one property and takes the listing URL, not an id.
keyword is the area as a person would type it into Zillow: Austin, TX, 78704, Brooklyn, New York. type is required and takes forSale, forRent or sold. Everything else narrows the set: price_min_ and price_max_, beds_min_, baths_min_, squareFeet_min_, homeTypes__, daysOnZillow, page.
Ask for the filter, do not filter afterwards. A search with price_max_ set costs the same as one without, and pulling five pages to drop four of them wastes credits and time.
Take url from a search result and pass it to the property tool. The response carries the price history, tax history, the description, the agent block and the photo list. extractAgentEmails adds the agent's email where Zillow exposes one, and doubles the price of that call, so leave it off unless the email is the point of the task.
Sold listings carry dateSold and the last sale price, active ones do not. A search that matches nothing returns an empty array with a successful status, so branch on the length rather than on an error. Prices come back as numbers in price and as display strings elsewhere, and the two are not interchangeable when you sort.
Every call spends credits from the connected HasData account, so prefer one precise search over several exploratory ones.
Zillow requires sign-in before tools can be listed. Connect the MCP server to inspect the live tool list in your client.
Connect Zillow MCP Server to any MCP client in minutes
Connect straight to this server’s public endpoint.
https://mcp.hasdata.com/mcp?apis=zillowThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Operate Zillow? You can take over the listing's metadata.
MCPBundles publishes this directory for MCP discovery. Except where we host or operate an offering, third-party services run under their own terms. Product and company names on this page are used in a descriptive, identifying way (including under nominative fair use where applicable); they remain the property of their owners. Nothing here grants you rights in those marks, and nothing here is an offer to sell a third party's services. Terms
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
This server uses the MCP protocol with a live tool list. Tools are discovered when your MCP client connects (often after authentication), so they are not enumerated on this public page. Open Studio or connect from your client to see the tools available to your workspace.
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON. It provides MCP tools that your client discovers when it connects (this page may not list every tool name) that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mcphasdatacommcp-15. Authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
Zillow MCP Server is a remote MCP server. The live tool list is supplied by the server when your MCP client connects, so the count is not fixed on this public page. After you connect in MCPBundles Studio or your client, you will see the tools your session can call. A SKILL.md is still included to guide your agent on capabilities and workflows.
Zillow MCP Server uses One-click sign in. Zillow MCP Server requires credentials. Connect via MCPBundles and authentication is handled automatically.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Redfin for-sale, for-rent and sold listings plus full property pages, as structured JSON.