housing_market_screen
Pack: housing-intel · Endpoint: https://gateway.pipeworx.io/housing-intel/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
direction | string | no | top = highest gross yield (best cash flow), bottom = lowest. Default top. |
limit | number | no | Metros to return (default 25, max 100). |
min_home_value | number | no | Optional: only metros with typical home value ≥ this (USD). |
max_home_value | number | no | Optional: only metros with typical home value ≤ this (USD). |
Example call
curl -X POST https://gateway.pipeworx.io/housing-intel/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"housing_market_screen","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"housing-intel": {
"url": "https://gateway.pipeworx.io/housing-intel/mcp"
}
}
}
See Getting Started for client-specific install steps.