
Zillow Real Estate Data
@sap156
Zillow Real Estate Data について
Access Zillow property data, market trends, and mortgage calculations through MCP
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"zillow": {
"command": "npx",
"args": [
"-y",
"zillow-mcp-server"
],
"env": {
"ZILLOW_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Zillow Real Estate Data?
An MCP server that provides real-time access to Zillow real estate data, built with Python and FastMCP. It enables AI assistants like Claude to search properties, retrieve Zestimates, analyze market trends, and calculate mortgages using the Zillow Bridge API.
How to use Zillow Real Estate Data?
Install Python 3.8+, obtain a Zillow Bridge API key from [email protected], clone the repository, install dependencies, create a .env file with your key, then run python zillow_mcp_server.py. For Claude Desktop, add the server to your claude_desktop_config.json. Can also run as an HTTP server or via Docker.
Key features of Zillow Real Estate Data
- Search properties by location, price, beds, baths, and home type
- Retrieve detailed property information and Zestimates
- Access real estate market trends for any location
- Calculate mortgage payments with customizable parameters
- Health check endpoint to verify API connectivity
- Built-in error handling with exponential backoff retries
Use cases of Zillow Real Estate Data
- Search for homes in a city with specific price and bedroom filters
- Get Zillow's estimated value for a given property address
- Analyze median list price and days on market for a location
- Compute monthly mortgage payments with down payment and interest rate
- Verify API status and available tools before making requests
FAQ from Zillow Real Estate Data
What API key is required?
You need a Zillow Bridge API key. Request access by emailing [email protected].
What are the usage limitations?
Zillow's API limits typically allow 1,000 requests per day per dataset. Data must not be stored locally; all requests must be dynamic, and attribution to Zillow is required.
How can I run the server with Docker?
Build the image with docker build -t zillow-mcp-server . and run with docker run -p 8000:8000 -e ZILLOW_API_KEY=your_key_here zillow-mcp-server.
What tools are available?
Tools include search_properties, get_property_details, get_zestimate, get_market_trends, calculate_mortgage, check_health, and get_server_tools.
Does the server handle errors?
Yes, it implements automatic retries with exponential backoff, rate limit handling, connection timeouts, and graceful degradation.
「データと分析」の他のコンテンツ
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
MCP Server for Deep Research
reading-plus-ai🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
コメント