housing_market_screen
ActiveTool of Housing Intel
Rank US metros for rental cash flow in ONE call — the "which markets are best for a landlord" view. Returns metros sorted by gross rent yield = (Zillow median monthly rent × 12) ÷ Zillow typical home value. No per-metro orchestration and no API key (Zillow data is Pipeworx-hosted). Use for "best/worst rental markets", "highest-yield metros", "where does rent go furthest vs. home prices". Tune with direction (top = highest yield / best cash flow, bottom = lowest), limit, and optional home-value bounds.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Metros to return (default 25, max 100)."
},
"direction": {
"type": "string",
"description": "top = highest gross yield (best cash flow), bottom = lowest. Default top."
},
"max_home_value": {
"type": "number",
"description": "Optional: only metros with typical home value ≤ this (USD)."
},
"min_home_value": {
"type": "number",
"description": "Optional: only metros with typical home value ≥ this (USD)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Housing Intel
https://github.com/pipeworx-io/mcp-housing-intel
1/7 registries