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
| Name | Type | Required | Description |
|---|---|---|---|
metric | string | yes | One of: ${METRICS.join(’ | ’)} |
region_type | string | no | metro | state | national (default metro) |
limit | number | no | 1-100 (default 10) |
direction | string | no | top | 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.