Skip to content

hasdata/hasdata-zillow-mcp

v1.0.1MIT

Zillow MCP server for Cursor. Search for-sale, for-rent and sold listings with the site's own filters, then read one property in full, as structured JSON. Remote MCP server hosted by HasData, connects over streamable HTTP with your HasData API key.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

zillowstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.hasdata.com/api/mcp?apis=zillow",
  "headers": {
    "x-api-key": "YOUR_HASDATA_API_KEY"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hasdata-zillow-mcp",
  "version": "1.0.1",
  "description": "Zillow MCP server for Cursor. Search for-sale, for-rent and sold listings with the site's own filters, then read one property in full, as structured JSON. Remote MCP server hosted by HasData, connects over streamable HTTP with your HasData API key.",
  "author": {
    "name": "HasData",
    "url": "https://hasdata.com"
  },
  "homepage": "https://hasdata.com/apis/zillow-api",
  "repository": "https://github.com/HasData/zillow-mcp",
  "license": "MIT",
  "keywords": [
    "mcp",
    "zillow",
    "zillow-mcp",
    "real-estate",
    "property",
    "model-context-protocol",
    "hasdata",
    "scraper"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub