zillow_top_markets

Pack: zillow · Endpoint: https://gateway.pipeworx.io/zillow/mcp

Ranked list of regions by latest value of a metric. metric=zhvi region_type=metro direction=top → most expensive metros. direction=bottom → cheapest. Returns up to 100 rows.

Parameters

NameTypeRequiredDescription
metricstringyesOne of: ${METRICS.join(’ | ’)}
region_typestringnometro | state | national (default metro)
limitnumberno1-100 (default 10)
directionstringnotop | bottom (default top)

Example call

curl -X POST https://gateway.pipeworx.io/zillow/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zillow_top_markets","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "zillow": {
      "url": "https://gateway.pipeworx.io/zillow/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026