Housing Intel
live GovernmentReal EstateDataHousing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
Tools
case_shiller_metro_compare Compare Case-Shiller home price indices across multiple US metros in one call (the 20-city composite). For each metro returns latest level, 3-month change, 12-month change, all-time peak, drawdown fro
No parameters required.
Try it
housing_market_snapshot Get national housing market overview: mortgage rates, housing starts, Case-Shiller index, unemployment, construction employment. Optionally add metro-level prices (e.g., "Denver", "Atlanta"). For comp
No parameters required.
Try it
housing_property_report Analyze a property by address and zip code. Returns valuation estimate, sales history, tax assessment, and detailed characteristics.
No parameters required.
Try it
housing_rental_analysis Evaluate rental investment potential by address and zip code. Returns estimated rent, fair market rents, and CPI rent trends.
No parameters required.
Try it
housing_affordability_check Check housing affordability in a market. Returns mortgage rate, median price, monthly payment, required income, and HUD limits. Optionally specify metro (e.g., "Denver").
No parameters required.
Try it
housing_employment_outlook Assess labor market health for housing demand. Returns employment, construction jobs, residential building employment, unemployment rate, and job openings.
No parameters required.
Try it
housing_signal_scan Scan 45+ housing indicators for anomalies and reversals. Flags unusual moves across rates, starts, sales, prices, wages, unemployment, and rent.
No parameters required.
Try it
housing_mortgage_history Freddie Mac Primary Mortgage Market Survey — weekly US mortgage rates back to 1971. Returns the latest snapshot, a time series for the requested window, and min/max/avg stats. Sourced from Freddie Mac
No parameters required.
Try it
housing_market_screen 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
No parameters required.
Try it
housing_metro_demand 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
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/housing-intel/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/housing-intel/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"case_shiller_metro_compare","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("case_shiller_metro_compare", {}); // Or ask in plain English:
const answer = await px.ask("housing intel mcp — meta-pack that chains fred, bls, attom, and hud apis"); Related packs
Other Pipeworx packs in the same categories (Government, Real Estate, Data):