org.memoryapi/property
Official3 toolsUS Real Estate Data
US real estate data: home prices, rents, and market trends
Query US real estate data including home prices, rents, and market trends.
Captured live from the server via tools/list.
get_home_prices
Get US home price data. Returns national median home price (FRED MSPUS) or metro-level Zillow ZHVI data. Includes current value, YoY change, and 12-month history.
Parameters (4)
- metrostring
Metro area name (e.g. "New York, NY", "Los Angeles, CA"). If omitted, returns national data.
- statestring
2-letter state code to get all metros in a state (e.g. TX, CA).
- typestring
Data type: national or metro (default: national)
- limitnumber
Number of historical data points (default 12)
get_rental_data
Get US rental market data from FRED BLS CPI series. Returns national rent index, YoY change, and monthly history.
Parameters (2)
- metrostring
Metro area (optional; national data returned regardless)
- limitnumber
Number of historical data points (default 12)
get_market_indicators
Get key US housing market indicators from FRED: housing starts, building permits, median home price, 30-year mortgage rate, and Case-Shiller index.
Parameters (1)
- seriesstring
Comma-separated FRED series IDs to filter (e.g. "HOUST,MORTGAGE30US"). Valid: HOUST, PERMIT, MSPUS, MORTGAGE30US, CSUSHPINSA. Default: all.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"property": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://property.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.