Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
claude mcp add zillow --transport http https://mcp.hasdata.com/api/mcp?apis=zillow
~/.cursor/mcp.json
{
"mcpServers": {
"zillow": {
"url": "https://mcp.hasdata.com/api/mcp?apis=zillow"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zillow": {
"serverUrl": "https://mcp.hasdata.com/api/mcp?apis=zillow"
}
}
}
.vscode/mcp.json
{
"servers": {
"zillow": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp?apis=zillow"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"zillow": {
"url": "https://mcp.hasdata.com/api/mcp?apis=zillow"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"zillow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.hasdata.com/api/mcp?apis=zillow"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.hasdata.com/api/mcp?apis=zillow |
x-api-key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.hasdata--zillow/reviews or the review_server meta-tool.
POST /mcp