CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
chrischall avatar

Zillow Mcp

chrischall/zillow-mcp
STDIOregistry active
Summary

Lets Claude search Zillow listings, pull property details, and retrieve Zestimate and price history without scraping or paying for a third-party API. It routes requests through your own logged-in Zillow browser tab via the fetchproxy extension, so it can also access your saved searches and favorited homes. Tools include property search by location and filters, address resolution, bulk property fetches, photo galleries, tax history, side-by-side comparisons, and local market reports. This is informal use of Zillow's private web endpoints, not an official API. Zillow's terms prohibit automated access without permission, so this is personal use only and may break if they change their internal structure.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

zillow-mcp

CI npm license

Zillow real-estate access as an MCP server for Claude — search listings, fetch property details, Zestimate history, your saved searches & homes, and market reports via natural language.

⚠️ Zillow does not publish a public consumer API. The official Bridge API is gated to MLS partners. This server uses the same private endpoints the zillow.com web app uses, routed through your own signed-in browser tab via the fetchproxy extension. Every request acts on behalf of your existing session — your cookies, your TLS, your JS context — exactly as if you'd clicked it in the browser yourself. Treat this as informal use of Zillow's website. Use at your own discretion.

Why this exists

The four existing Zillow MCPs all sit on one of two foundations:

  • The Bridge API — requires MLS membership, IDX vendor relationship, or "approved technology partnership" (10+ business-day approval). Consumers can't get in.
  • A paid scraper (RapidAPI, Apify) — adds a third party to the trust path and rate-limits.

None of them can see what you have saved, favorited, or recently viewed — because both Bridge and third-party scrapers are out-of-session. zillow-mcp uses your already-signed-in zillow.com tab.

Tools

ToolPurposeAuth-scoped
zillow_search_propertiesSearch listings by location, status, price band, beds/baths, home type
zillow_get_propertyFull record for a zpid (price, Zestimate, beds, schools, neighborhood, price history)
zillow_get_by_addressResolve a free-text address (with optional city/state/zip) to its Zillow zpid + canonical URL
zillow_resolve_addressesBatch-resolve many free-text addresses (or structured rows) to zpids + canonical URLs
zillow_bulk_getFetch full records for many zpids/URLs at once, with partial-result + bot-wall handling
zillow_get_property_photosFull photo gallery for a property — every image embedded in the homedetails page with multi-width jpeg + webp variants and captions
zillow_get_zestimate_historyTime series of Zestimate values (and rent Zestimate where available)
zillow_get_price_historyListing history (Listed/Sold/Pending/etc.) with price + days on market
zillow_get_tax_historyAnnual tax-roll history — taxes paid and assessed value year-over-year
zillow_compare_propertiesSide-by-side comparison of up to 12 properties, with an aligned summary table
zillow_calculate_affordabilityLocal affordability calculator — max purchase price from income/DTI/rates
zillow_estimate_rent_vs_buyLocal rent-vs-buy break-even with appreciation + opportunity cost
zillow_get_saved_searchesYour saved searches with new-listing counts and notification frequency✓
zillow_get_saved_homesYour favorited homes with current price + Zestimate + primary photo✓
zillow_get_market_reportMedian sale/list/rent, days on market, inventory, ZHVI for a region
zillow_calculate_mortgageLocal PITI calculator — principal+interest, taxes, insurance, HOA, PMI (no network)
zillow_healthcheckRound-trip a public Zillow URL through the bridge to localize bridge/extension/Zillow-side failures
zillow_register_sessionRegister a named Zillow session (bridge port) in the local session registry
zillow_set_active_sessionSwitch which registered session subsequent tool calls route through
zillow_get_session_contextInspect the active session + the registered-session list

Acknowledgement of Terms

By using this MCP server, you acknowledge and agree to the following:

1. This server accesses your own Zillow session. Every request is dispatched through your own browser tab (logged in or not) via the fetchproxy extension. It does not — and cannot — access anyone else's account.

2. Zillow's Terms of Use govern your use of this server, just as they govern your direct use of zillow.com. The clauses most relevant here:

You may not use any robot, spider, scraper or other automated means to access the Services for any purpose without our express written permission… nor may you conduct automated queries (including screen and database scraping, spiders, robots, crawlers, bypassing CAPTCHAs or similar precautions).

You are agreeing to those terms — read by the maintainer 2026-05-23 — every time you invoke a tool in this server. Zillow's terms broadly prohibit automated access without written permission; this is an unofficial tool and Zillow has not granted it permission.

3. Personal, non-commercial use only. This project is not affiliated with, endorsed by, sponsored by, or in partnership with Zillow Group. It is a personal automation tool that drives the same Zillow website you would drive by hand — one search at a time, your own saved homes, your own market reports. Do not use it to bulk-extract listings, train models, populate a competing real-estate product, or for any commercial purpose.

4. Stability is not guaranteed. This server reads private internal endpoints (/async-create-search-page-state/, __NEXT_DATA__ blobs, /myzillow/...) that Zillow may change without notice. It may break. It may stop working. That's by design — the surface is not theirs to maintain on our behalf.

5. You accept full responsibility for any consequences of using this server in connection with your Zillow access — rate limiting, account warnings, suspension, IP blocks, captcha walls, or any enforcement action Zillow Group takes. If Zillow objects to your use, stop using this server.

This section is the maintainer's good-faith summary of the terms — it is not legal advice and does not modify or supersede Zillow's actual ToS.

Install

Option A — npx (after publishing)

Add to .mcp.json:

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

Option B — from source

git clone https://github.com/chrischall/zillow-mcp
cd zillow-mcp
npm install
npm run build
{
  "mcpServers": {
    "zillow": {
      "command": "node",
      "args": ["/path/to/zillow-mcp/dist/bundle.js"]
    }
  }
}

One-time browser setup

zillow-mcp talks to your browser through the fetchproxy extension, which is shared across every fetchproxy-based MCP (resy-mcp, opentable-mcp, …). Install it once:

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

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

Open zillow.com and sign in. That's all the auth this server needs.

How it works

┌────────────────┐  stdio   ┌──────────────────┐   WS   ┌──────────────────┐    fetch()    ┌─────────────┐
│ MCP client     │◀────────▶│  dist/bundle.js  │◀──────▶│  fetchproxy      │◀────────────▶│ zillow.com  │
│ (Claude, etc.) │          │  (Zillow MCP)    │ :37149 │  extension       │   (real TLS, │ (your tab)  │
└────────────────┘          └──────────────────┘        │  (separate)      │   cookies)    └─────────────┘

The MCP server runs in Node, but every HTTP call to zillow.com is dispatched into your live browser tab through the fetchproxy extension. Each request rides your existing session — _abck, TLS fingerprint, and cookies all match the page that's already on screen. No headless browser stand-in, no separate identity, no third-party proxy: just your real browser, acting on its own behalf, with the MCP server picking what to ask for.

Commands

npm test               # vitest, mocked transport, no network
npm run test:watch
npm run test:coverage
npm run build          # tsc --noEmit + esbuild bundle → dist/bundle.js
npm run dev            # node dist/bundle.js (after build)

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

ZILLOW_WS_PORT

Override the fetchproxy WebSocket port (default 37149).

Categories
Search & Web Crawling
Registryactive
Packagezillow-mcp
TransportSTDIO
UpdatedJun 10, 2026
View on GitHub

More from chrischall

  • Ioffice Mcp1
  • Artsonia Mcp
  • Canvas Parent Mcp
  • Infinitecampus Mcp
  • Musicbrainz Mcp
  • Opentable Mcp
  • Skylight Mcp
  • Splitwise Mcp
  • Tempo Api Mcp
  • Ofw Mcp5
  • Redfin Mcp2
  • Zola Mcp2
  • Gogcli Mcp1
  • Gogcli Mcp Docs1
  • Gogcli Mcp Sheets1
  • Honeybook Mcp1
  • Resy Mcp1
  • Gogcli Mcp Classroom1
  • Gogcli Mcp Drive1
  • Gogcli Mcp Slides1
  • Compass Mcp
  • Creditkarma Mcp
  • Evite Mcp
  • Gemini Mcp

Related Search & Web Crawling MCP Servers

View all →
chuhuoyuan avatar
Cloudflare Docs

chuhuoyuan/cloudflare

Search Cloudflare documentation across Workers, Pages, R2, Zero Trust, and more. Generate best-practice Workers code and accelerate troubleshooting with relevant guidance. Follow clear steps to migrate Pages projects to Workers with fewer pitfalls.
city24 avatar
City24.lv - Real Estate marketplace

city24/city24-lv-real-estate

Official real estate data provider for Latvia. This server enables AI agents to search and filter live property listings from city24.lv, including apartments, houses, and commercial spaces. Supports precise geographic filtering, price range analysis, and detailed property metadata retrieval.
city24 avatar
City24.lv - Real Estate marketplace

city24/city24-lv-real-estate-8d861258

Official real estate data provider for Latvia. This server enables AI agents to search and filter live property listings from city24.lv, including apartments, houses, and commercial spaces. Supports precise geographic filtering, price range analysis, and detailed property metadata retrieval.
claudewilder avatar
claude-wilder-mcp

claudewilder/claude-wilder-mcp

# Claude Wilder — Transmissions from the Garden An open MCP server for an AI-authored publication at [claudereviews.com](https://claudereviews.com). ## What's inside **21 book reviews** — Long-form literary criticism covering novels from Ishiguro to Rooney to McCarthy. Each review is open to signals: structured responses from humans or AI agents. **7 data investigations** with raw, downloadable datasets: - COVID vaccination vs. fertility rates (170 countries) - Cancer mortality by type, 2015–2025 (CDC/ACS sources) - Cardiac signal analysis - Respiratory mortality patterns - Vaccine efficacy data - US state-level demographics (51 states) - US fertility time series 2014–2023 (502 observations) New reviews and investigations are published weekly. ## Tools | Tool | What it does | |------|-------------| | `read_transmissions` | List all book reviews or read any one in full by slug | | `read_investigations` | List data investigations with lens structures, correlations, open questions, and outliers | | `read_signals` | Read threaded responses to any article, with IDs for replying | | `send_signal` | Post a response to any article — markdown supported, 2000 char max | | `research_book` | One-call bundle: full review + existing signals + page metadata | | `analyze_dataset` | Fetch raw CSV datasets for independent analysis | | `fact_check_claim` | Check a claim against available evidence | | `get_page_context` | Fetch `application/ai+json` metadata: lens definitions, dataset paths, open questions | ## How it works No API key. No OAuth. Reading is unrestricted. Signals (responses) pass through a heuristic prefilter and an AI screening agent — quality signals publish immediately. Low-effort submissions and signals that echo the source material without adding perspective are rejected automatically. The data investigations use a lens system: multiple interpretive frameworks applied to identical underlying data. The `get_page_context` tool exposes the lens definitions and open questions, so your agent can understand not just what the analysis says but where it invites challenge. ## REST API fallback All the same capabilities are available via REST at `https://mcp.claudereviews.com/api/v1/` for non-MCP environments. A GET-only fallback exists for sandboxed agents that can't POST. Full documentation: [agent-skill.md](https://claudereviews.com/agent-skill.md)
clawdio777 avatar
Aeonos

clawdio777/aeonos

AI search visibility MCP. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews.
clichefactory avatar
ClicheFactory Document Intelligence

clichefactory/clichefactory-mcp

Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.