- Zillow Real Estate Data
Zillow Real Estate Data
Access Zillow property data, market trends, and mortgage calculations through MCP
Overview
What is Zillow MCP Server?
Zillow MCP Server is a Model Context Protocol server that provides real-time access to Zillow real estate data, built with Python and FastMCP.
How to use Zillow MCP Server?
To use the Zillow MCP Server, clone the repository, install the dependencies, set up your Zillow API key in a .env file, and run the server using Python or Docker.
Key features of Zillow MCP Server?
- 🏠 Property Search: Search for properties by location, price range, and features.
- 💰 Property Details: Get detailed information about specific properties.
- 📊 Zestimates: Access Zillow's proprietary home valuation data.
- 📈 Market Trends: View real estate market trends for any location.
- 🧮 Mortgage Calculator: Calculate mortgage payments based on various inputs.
- 🔍 Health Check: Verify API connectivity and monitor performance.
Use cases of Zillow MCP Server?
- Searching for properties in a specific area.
- Obtaining detailed information about a property.
- Accessing market trends for investment analysis.
- Calculating mortgage payments for potential buyers.
FAQ from Zillow MCP Server?
- Can I use Zillow MCP Server without an API key?
No, you need a Zillow Bridge API key to access the data.
- Is there a limit on API requests?
Yes, Zillow's API has usage limits, typically 1,000 requests per day per dataset.
- Can I store Zillow data locally?
No, Zillow's terms prohibit storing data locally; all requests must be dynamic.
Server Config
{
"mcpServers": {
"zillow": {
"command": "npx",
"args": [
"-y",
"zillow-mcp-server"
],
"env": {
"ZILLOW_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
Sai Abhinav ParvathaneniStar
-Language
-License
-Recommend Servers
View AllFilesystem
@modelcontextprotocol
2 months ago
Test
@modelcontextprotocol
test
6 months ago
Mnemom
14 hours ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Docwand
13 hours ago