HasData Zillow for LangChain
com.hasdata/zillow
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
client:LangChain
transport:streamable-http
runtime:npm
Install HasData Zillow in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"zillow": {
"transport": "streamable_http",
"url": "https://mcp.hasdata.com/mcp?apis=zillow",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs