← 返回 Skills 市场
chrischall

Tmp.Z3QJilBgmf

作者 chrischall · GitHub ↗ · v0.4.0 · MIT-0
cross-platform ⚠ pending
105
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install zillow-mcp
功能描述
Look up real-estate listings, property details, Zestimates, saved searches/homes, and market reports on Zillow via MCP. Triggers on phrases like "find homes...
使用说明 (SKILL.md)

zillow-mcp

MCP server for Zillow — natural-language access to listings, property records, Zestimates, your saved searches/homes, and market reports. Routes through your signed-in zillow.com tab via the fetchproxy browser extension, so Akamai sees a real browser session instead of a Node process.

⚠️ Zillow does not publish a public consumer API. This server uses the same private endpoints the zillow.com web app calls, dispatched through your own signed-in browser tab via the fetchproxy extension. Use at your own discretion.

Setup

1. Install zillow-mcp

.mcp.json (project) or ~/.claude/mcp.json (global):

{
  "mcpServers": {
    "zillow": {
      "command": "npx",
      "args": ["-y", "zillow-mcp"]
    }
  }
}

2. Install the fetchproxy extension (one-time, shared across all fetchproxy-based MCPs)

git clone https://github.com/chrischall/fetchproxy
cd fetchproxy
npm ci
npm --workspace=@fetchproxy/extension-chrome run build

Then in Chrome: chrome://extensions → Developer mode → Load unpacked → pick packages/extension-chrome/dist/.

3. Open zillow.com and sign in.

That's it. No API keys, no env vars.

Tools

Public data

  • zillow_search_properties — Search by location + filters (price, beds, home type, status). Returns matching listings with price, Zestimate, beds/baths, sqft, image, and homedetails URL.
  • zillow_get_property — Full property record by zpid or homedetails URL. Returns address, price, Zestimate, rent Zestimate, beds, baths, sqft, year built, schools, price history.
  • zillow_get_zestimate_history — Time series of Zestimate values for a property.
  • zillow_get_market_report — Median sale/list/rent price, days on market, inventory, ZHVI for a Zillow region (e.g. /home-values/6181/brooklyn-ny/).
  • zillow_calculate_mortgage — Local PITI calculator. No network call. Provide home price, interest rate, optional down payment / taxes / insurance / HOA / PMI; returns a full monthly breakdown.

Signed-in user data (the unique value vs. Bridge-API competitors)

  • zillow_get_saved_searches — Your saved searches, with new-listing counts and notification frequency.
  • zillow_get_saved_homes — Homes you've favorited.

Trigger examples

  • "Find me 2-bedroom condos under $1.5M in Brooklyn" → zillow_search_properties
  • "What's the Zestimate on 123 Main St?" → resolve to zpid, then zillow_get_property
  • "How has the Zestimate for zpid 12345 changed?" → zillow_get_zestimate_history
  • "What's new on my saved Zillow searches?" → zillow_get_saved_searches
  • "Pull up my saved homes on Zillow" → zillow_get_saved_homes
  • "Brooklyn real-estate market trends" → zillow_get_market_report
  • "Monthly payment on a $500k home, 20% down, 6.5% rate" → zillow_calculate_mortgage

Gotchas

  • Sign-in required for saved- tools.* If the user isn't signed into zillow.com in the bridged Chrome tab, those tools fail with SessionNotAuthenticatedError. Public tools work either way, but signed-in sessions are more reliable against captcha walls.
  • Captcha interstitial. Zillow occasionally serves a captcha to fresh sessions. Solving it in the Chrome tab once unblocks subsequent fetches.
  • No write surface yet. All tools are read-only. Saving a home / search / contact form are not implemented in v0.1.
能力标签
crypto
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zillow-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zillow-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
No file changes detected for version 0.4.0. There are no updates or modifications in this release.
v0.3.0
Version 0.3.0 of zillow-mcp - No file changes were detected for this release. - No new features, fixes, or documentation updates included in this version.
v0.2.2
- No user-facing changes in this version. - Documentation and functionality remain unchanged from the previous release.
v0.2.1
- Added detailed documentation in SKILL.md covering setup, available tools, and trigger phrase examples. - Clarified requirements: must have zillow-mcp installed and fetchproxy extension active. - Listed both public property tools and signed-in user tools, explaining their use and limitations. - Included troubleshooting tips for authentication and captcha issues. - Documented that all tools are currently read-only; saving actions are not supported.
元数据
Slug zillow-mcp
版本 0.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Tmp.Z3QJilBgmf 是什么?

Look up real-estate listings, property details, Zestimates, saved searches/homes, and market reports on Zillow via MCP. Triggers on phrases like "find homes... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Tmp.Z3QJilBgmf?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zillow-mcp」即可一键安装,无需额外配置。

Tmp.Z3QJilBgmf 是免费的吗?

是的,Tmp.Z3QJilBgmf 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmp.Z3QJilBgmf 支持哪些平台?

Tmp.Z3QJilBgmf 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmp.Z3QJilBgmf?

由 chrischall(@chrischall)开发并维护,当前版本 v0.4.0。

💬 留言讨论