# Zillow MCP for AI Agents AI Agent Connect

> Zillow MCP helps you search for residential and rental properties across the US. You can find homes by address, city, or zip code to get real-time pricing, property details, and listing statuses. It's built for anyone who needs to pull accurate housing data into an AI workflow without manual searching.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** property-search, real-estate-data, rental-listings, home-valuation, housing-market, geographic-data

## Description

The Zillow MCP connects your AI client directly to the Zillow real estate database. Instead of jumping between tabs and copy-pasting property specs, you can just ask your agent to find listings in a specific neighborhood or pull the history for a single address. It handles the heavy lifting of looking up bedrooms, bathrooms, square footage, and lot sizes so you can focus on the analysis. This is a big deal for people who need to sift through hundreds of listings to find the right fit. If you're looking to organize a large set of property data or want to quickly compare rental prices in a new city, this is the way to do it. You can find this tool in the Vinkius catalog to get your agent up and running with live housing data in minutes. It works by pulling specific data points from the Zillow Bridge API, giving you a reliable source of truth for the US housing market. You can check the status of a listing, see how many bathrooms a house has, or get the yearly history of a property without ever leaving your chat window. It turns a manual research task into a simple conversation.

## Tools

### get_property_by_id
Fetch deep data for a specific home, including tax info and photos. Use this to get a full record for a single address.

### get_rental_property
Pull rental listings with monthly prices and property types. This is useful for seeing the current rental market in any city.

### search_property
Find residential listings with details like price, beds, baths, and lot size. This helps you quickly see what's available in a specific area.

## Prompt Examples

**Prompt:** 
```
Find 3-bedroom homes in Seattle, WA under $800,000.
```

**Response:** 
```
I found several 3-bedroom homes in Seattle, WA under $800,000. Here are a few highlights:

| Address | Price | Beds | Baths | SqFt |
| :--- | :--- | :--- | :--- | :--- |
| 123 Pine St | $650,000 | 3 | 2 | 1,800 |
| 456 Oak Ave | $725,000 | 3 | 2.5 | 2,100 |
| 789 Maple Dr | $790,000 | 3 | 3 | 1,950 |

Would you like more details on any of these properties?
```

**Prompt:** 
```
What are the rental prices for apartments in Miami, FL?
```

**Response:** 
```
Rental prices in Miami, FL vary depending on the neighborhood and property type. Here is what I found:

*   **Apartments**: $2,200 - $4,500/month
*   **Houses**: $3,500 - $7,000/month
*   **Condos**: $2,800 - $5,500/month

Most listings include 2 bedrooms and 2 bathrooms. Let me know if you want to see specific listings in a certain zip code!
```

**Prompt:** 
```
Get the tax info and square footage for property ID 998877.
```

**Response:** 
```
Here are the details for property ID 998877:

*   **Address**: 123 Oak Street, Los Angeles, CA 90001
*   **Square Footage**: 2,400 sqft
*   **Tax Info**: $8,200 annually
*   **Year Built**: 2015
*   **Property Type**: Single Family

Would you like to see the photo links for this property?
```

## Capabilities

### Pull property details by address
Get facts like price, beds, baths, and lot size for any US home.

### Search for rental listings in any city
Find available rentals with monthly prices and property types.

### Retrieve specific property IDs
Get deep data like tax info and photo links for a single listing.

### Filter homes by location and price
Narrow down residential options based on city or zip code.

### Get detailed tax and photo info
Access specific property records including historical data.

## Use Cases

### Finding a home in a specific budget
A buyer asks for all 3-bedroom houses in a zip code under $600k. The agent pulls a clean list of options.

### Checking a specific property's history
An agent needs the tax info and square footage for a home a client liked. The agent pulls the full record.

### Comparing local rental trends
A renter wants to know the average rent for apartments in a new city. The agent finds the range and types.

### Quick neighborhood scouting
A developer needs to know the average lot size in a specific area. The agent pulls data from multiple listings to provide an average.

## Benefits

- Stop switching tabs. You can get a list of homes in a city instantly without leaving your chat.
- Get deep data points. Access tax history and photo links for a specific house in one go.
- Compare rental costs. See monthly rates and property types across different zip codes easily.
- Faster neighborhood research. Your agent can gather data from multiple areas to help you compare.
- Accurate listing status. Get real-time info on whether a property is still on the market.

## How It Works

The bottom line is you get live US real estate data in your AI chat without leaving the app.

1. Subscribe to the Zillow MCP on the Vinkius platform.
2. Input your Zillow Bridge API Key into the configuration.
3. Ask your AI client to find homes, rentals, or specific property details.

## Frequently Asked Questions

**Can I use the Zillow MCP to find houses for sale in California?**
Yes, you can search for residential listings across California and the rest of the US by providing a city, state, or zip code.

**Does the Zillow MCP provide rental listings for apartments?**
Yes, it can pull rental listings including monthly prices, bedroom counts, and property types for your search.

**Can I get tax information for a house using the Zillow MCP?**
Yes, you can retrieve tax information and other deep property details when you look up a specific property by its ID.

**Is the Zillow MCP suitable for real estate agents?**
It's a great tool for agents who need to quickly pull property history, pricing, and listing details for their clients.

**Does the Zillow MCP work for properties outside of the US?**
No, this Connector is specifically designed to access data for the US housing market.

**How do I get a Zillow API key?**
Apply for access through the [**Zillow Bridge API**](https://bridge.intercom.io/) program. You'll need to create an account and request API access.

**Can I search properties by city?**
Yes! Use search_property with the city parameter to find all properties in a city. You can also filter by state and zipcode for more precise results.