HouseData — Zillow data for LangChain
dev.housedata/zillow
Zillow data for agents: listings, records, Zestimate history, market stats. 19 tools, pay per call.
client:LangChain
transport:streamable-http
tools:19
Install HouseData — Zillow data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"zillow": {
"transport": "streamable_http",
"url": "https://mcp.housedata.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- zillow_search_listings
- zillow_autocomplete_places
- zillow_region
- zillow_property
- zillow_property_facts
- zillow_price_history
- zillow_tax_history
- zillow_schools
- zillow_scores
- zillow_nearby_homes
- zillow_photos
- zillow_zestimate
- zillow_comps
- zillow_listing_agent
- zillow_top_agents
- zillow_market_stats
- zillow_mortgage_rates
- zillow_building
- zillow_floor_plans