housing_metro_demand
Pack: housing-intel · Endpoint: https://gateway.pipeworx.io/housing-intel/mcp
Demand + rent-durability signals for a shortlist of US metros in ONE call — population & 5-year growth, renter share, median household income, and unemployment, straight from Census ACS. Deterministic by metro (CBSA-keyed) — NO FRED series-ID guessing. Pass metros (“City, ST”, e.g. the top results from housing_market_screen). This is the Stage-2 “is the demand real?” filter on a yield shortlist — high yield in a shrinking metro is a trap. No API key needed.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
metros | array | yes | Metro names to enrich, “City, ST” form, e.g. [“Lubbock, TX”,“Pittsburgh, PA”] — match the housing_market_screen output. Required. |
items | string | no | |
limit | number | no | Max metros to enrich (default 25, max 100). |
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_metro_demand","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.