MCP server exposing 4 tools for zillow.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/zillow/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
zillow_home_values — Zillow Home Value Index (ZHVI) — monthly home value estimates as a TIME SERIES. PREFER for any "how have home prices/values TRENDED" question — "home price trend in Denver over the past few years", "how has the Austin housing market moved", "are home values rising in Phoenix" — a multi-year monthly series answers a trend question where a single-year census snapshot cannot; metro grain answering a county question is the right trade, said openly. Returns observation_date + value pairs for the matching region (case-insensitive substring match on region name). Coverage: US metros, states, national.zillow_rent_prices — Zillow Observed Rent Index (ZORI) — monthly rent estimates as a time series. US metros only. Returns observation_date + value pairs.zillow_market_snapshot — Latest available value across every metric (home value, rent, inventory, sales count, median sale price, new listings) for a single region. Useful for a one-call "tell me everything about this market" view. Coverage is US METRO areas, states and national — ask for the metro that contains a place ("Miami"), because ZIP codes and counties are not in this dataset and census_acs answers those instead.zillow_top_markets — Ranked list of regions by a housing metric. sort_by="value" (default) ranks by the latest value: metric=zhvi direction=top → most expensive metros, direction=bottom → cheapest. sort_by="growth" ranks by percent change over a trailing window (growth_window_months, default 12): direction=top → FASTEST-GROWING / fastest-appreciating metros, direction=bottom → biggest decliners. metric defaults to zhvi (home values). Returns up to 100 rows.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/zillow/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io