Zillow MCP for AI agents: property data, Zestimates & listings β 300+ fields per home. Free tier.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Run comps, check home values, and scan listings by just asking your AI β live Zillow data on 160M+ U.S. homes. Try for free.
Four tools β property lookup by address, lookup by zpid, Zestimates, and listing search β for Claude, ChatGPT, Hermes Agent, OpenClaw, Cursor, Claude Code, and any MCP client.
160M+ U.S. properties Β· 300+ fields per home Β· hosted REST + MCP Β· free tier, no card Zillapi is an independent service for Zillow-sourced data β not affiliated with Zillow.
You run comps, check what homes are worth, and track listings all day. Zillow MCP puts that data inside the AI you already talk to.
Connect once, then just ask. Add Zillow MCP to Claude, ChatGPT, Cursor, or any MCP client a single time β and your AI assistant can pull live Zillow property data (full property records, Zestimates, and listings) right in the conversation. No code, no repeated setup.
Ask for comps on a subject property. Check a flip's numbers against its asking price. Pull rent estimates for a cash-flow check. Or just ask what a home is worth β Zestimate, taxes, schools, and full price history come back in seconds.
Quick taste:
That single prompt uses 3 of the 4 tools β search_listings, lookup_property_by_zpid, get_zestimate β without you writing a line of code.
Requirements:
- A Zillapi account (sign up free β 100 credits free, no card)
- An API key (
zk_...) from your dashboard OR just use OAuth (Claude, ChatGPT, Hermes Agent, OpenClaw β no key handling)
Recommended: add a rule to auto-invoke Zillow MCP
Add this rule to your AI client so you don't have to ask explicitly:
Zillow MCP works with Claude Desktop and Claude Web.
Settings β Connectors β Add custom connector β paste:
Claude runs the OAuth sign-in for you β no API key needed.
Prefer a key, or running headless? Add to claude_desktop_config.json instead:
Zillow MCP works with Claude Code.
Zillow MCP works with ChatGPT (Developer Mode).
Zillow MCP works with Hermes Agent.
Add to ~/.hermes/config.yaml under mcp_servers β with OAuth (no key handling):
Or with an API key:
With auth: oauth, Hermes runs the MCP OAuth 2.1 flow (metadata discovery + dynamic client registration) automatically β this server supports it out of the box.
Zillow MCP works with OpenClaw.
With OAuth (no key handling):
Or with an API key:
Both write to ~/.openclaw/openclaw.json under mcp.servers:
Prefer skills over MCP? Zillapi is also available as an OpenClaw-ready agent skill β grab it at ZeroPointRepo/zillow-skills.
Or manually β add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Add to ~/.codeium/windsurf/mcp_config.json:
In Zed settings.json:
In mcp.json:
In ~/.gemini/settings.json:
In Settings β Tools β AI Assistant β MCP:
Add the server as a hosted MCP tool with the URL https://api.zillapi.com/mcp and an Authorization: Bearer zk_YOUR_KEY_HERE header (or let end users OAuth). Any framework that speaks streamable-HTTP MCP works the same way.
Two ways in β both end at the same account and credits:
auth: oauth) and sign in when prompted. The server implements Dynamic Client Registration, so DCR-aware clients discover everything automatically β you never touch a key.zk_...): for key-based clients (Cursor, VS Code, Cline, scripts). Get one free at zillapi.com/signup and send it as Authorization: Bearer zk_....Security note: treat
zk_keys like passwords β never commit them to a repo or paste them into shared configs. If a key leaks, revoke it in your dashboard and mint a new one.
lookup_property_by_addressFull Zillow property record for a U.S. address β price, Zestimate, photos, schools, taxes, agent contact, and price history. 3 credits.
| Param | Type | Default | Description |
|---|---|---|---|
address | string | required | Full street address with city, state, and ZIP. Example: 1600 Pennsylvania Ave NW, Washington DC 20500 |
Real response (trimmed):
lookup_property_by_zpidFull property record by Zillow property id. 1 credit.
| Param | Type | Default | Description |
|---|---|---|---|
zpid | string | required | Numeric Zillow property id, e.g. {zpid} |
get_zestimateZillow's automated valuation (Zestimate) and rent Zestimate for a property.
| Param | Type | Default | Description |
|---|---|---|---|
zpid | string | required | Numeric Zillow property id |
Real response:
search_listingsFor-sale, for-rent, or sold listings inside a geographic bounding box, with optional bedroom and price filters. 1 credit per result, up to 50 per call.
| Param | Type | Default | Description |
|---|---|---|---|
bbox | string | required | Bounding box as west,south,east,north decimal lat/lon. Example: -83.0,34.7,-82.0,35.0 |
status | string | required | for_sale | for_rent | sold |
beds_min | integer | β | Minimum bedrooms |
price_max | integer | β | Price ceiling in USD |
Every lookup returns the fields pros actually work with:
| Field group | Examples |
|---|---|
| Valuation | Zestimate, rent Zestimate, tax-assessed value, last sold price |
| Core facts | beds, baths, living area (sqft), lot size, year built, home type, status |
| Price history | full listing/sale price timeline per property |
| Tax history | assessed values and tax amounts by year |
| Schools | assigned schools with ratings and distance |
| Media | photo URLs (full resolution) |
| Contact | listing agent/broker name and contact where published |
| Everything else | resoFacts and the rest of the 300+ fields Zillow publishes per home |
Coverage: 160M+ U.S. parcels, residential focus. Responses are JSON (CSV/NDJSON available on the REST API).
| Use case | Example prompt |
|---|---|
| Comps / quick CMA | "Run comps for 1600 Pennsylvania Ave NW, Washington DC β recently sold 3-beds nearby, sale price vs Zestimate, and price per sqft." |
| Flip / ARV check | "This one's listed at $415k. Pull the full record and Zestimate β how much margin is there if it rehabs to the neighborhood's price per sqft?" |
| Rental analysis | "Get rent Zestimates for these five addresses and rank them by gross yield against asking price." |
| Market scan | "Scan for-sale homes under $500k with 3+ beds in this part of Austin β summarize price per sqft and days on market." |
| Lead gen brief | "Pull taxes, price history, and schools for this address and draft a one-paragraph brief for my client." |
| Buyer / seller check | "What's this home worth? Zestimate vs asking price, plus property taxes and school ratings." |
| Plan | Price | Credits | Rate limit |
|---|---|---|---|
| Free | $0 β no card required | 100 at signup | 20 req/min |
| Monthly | see zillapi.com/pricing | monthly credit allowance | 200 req/min |
| Annual | see zillapi.com/pricing | granted upfront β best per-credit rate | 300 req/min |
lookup_property_by_address costs 3 credits; failed calls are free.zk_1600 Pennsylvania Ave NW, Washington DC 20500)zillow.com/homedetails/..._zpid/ URLRetry-After header and back off exponentiallyerror.code is a stable string (rate_limited) β detect it without parsing proseBuilding an app instead of an agent? Zillapi also ships as a plain JSON REST service for Zillow property data.
| MCP | REST API | |
|---|---|---|
| Best for | AI assistants & agents | Apps & backend services |
| Setup | Add a URL | Code integration |
| Get started | This README | Quickstart β Β· API reference β Β· OpenAPI 3.1 β |
Base URL: https://api.zillapi.com/v1 β one real estate API for property records, valuations, and listings.
Published to the official Model Context Protocol Registry as:
Is there a public Zillow API in 2026? Not an open one β Zillow retired its public API (ZWSID) in 2021, and official access now runs through Bridge Interactive, which is MLS-gated. Zillow MCP provides same-day, self-serve access to Zillow-sourced property data through the Model Context Protocol, with a free tier and no approval process.
What is a Zillow MCP? A Zillow MCP is a Model Context Protocol server that exposes Zillow property data as tools an AI agent can call: property lookup by address or zpid, Zestimates, and listing search, so assistants like Claude, ChatGPT, and Cursor can fetch live U.S. property data mid-conversation, backed by Zillapi's hosted property data API.
How do I add it to Claude Desktop, Claude Code, or ChatGPT?
Claude Desktop: Settings β Connectors β Add custom connector β paste https://api.zillapi.com/mcp. Claude Code: claude mcp add --transport http zillapi https://api.zillapi.com/mcp --header "Authorization: Bearer zk_YOUR_KEY". ChatGPT: enable Developer Mode, then Settings β Connectors β Add MCP server β paste the URL and complete the OAuth prompt. See Quick Install for every client.
Can it run comps or a quick CMA? Yes β that's the core workflow. Ask for recently sold homes near a subject property, then compare sale prices, Zestimates, and price per sqft. Agents use it for quick CMAs; investors run the same flow for flip margins and rental yield checks.
How much does it cost? 100 free credits at signup with no card. After that it's credit-based β monthly/annual plans or top-ups from $4 per 1,000 credits. Most calls are 1 credit per record; address lookups are 3 credits; failed calls are free.
Is this affiliated with Zillow? No. Zillapi is an independent service and is not affiliated with, endorsed by, or sponsored by Zillow Group, Inc. "Zillow" and "Zestimate" are trademarks of Zillow Group, Inc., used here descriptively to refer to those services.
Β© 2026 Zero Point Studio d.o.o. Β· Released under the MIT License
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/zillow-mcp-property-data-zestimates-listings-for-ai-agents)<a href="https://allmcps.com/mcp/zillow-mcp-property-data-zestimates-listings-for-ai-agents"><img src="https://allmcps.com/api/badge/zillow-mcp-property-data-zestimates-listings-for-ai-agents?style=directory" alt="Zillow MCP β Property Data, Zestimates & Listings for AI Agents on AllMCPs" /></a>