case_shiller_metro_compare
ActiveTool of Housing Intel
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 from peak, and a softening flag. Output also ranks metros softest → strongest. Use for "which metros are softening", "Case-Shiller for [list of cities]", "compare housing prices in X, Y, Z" queries — picks the right per-metro FRED series IDs (DNXRSA, PHXRSA, TPXRSA, etc.) so callers don't have to. Available metros: Atlanta, Boston, Charlotte, Chicago, Cleveland, Dallas, Denver, Detroit, Las Vegas, Los Angeles, Miami, Minneapolis, New York, Phoenix, Portland, San Diego, San Francisco, Seattle, Tampa, Washington DC.
Parameters schema
{
"type": "object",
"examples": [
{
"metros": [
"Denver",
"Phoenix",
"Tampa",
"Charlotte"
]
},
{
"metros": [
"San Francisco",
"Los Angeles",
"Seattle"
],
"_fredKey": "your-housing-intel-api-key"
}
],
"required": [
"metros"
],
"properties": {
"metros": {
"type": "array",
"items": {
"type": "string"
},
"description": "Metro names, case-insensitive. Example: [\"Denver\", \"Phoenix\", \"Tampa\", \"Charlotte\"]. Pass any subset of the 20-city composite."
},
"_fredKey": {
"type": "string",
"description": "FRED API key (https://fred.stlouisfed.org/docs/api/api_key.html). Platform key used if omitted."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Housing Intel
https://github.com/pipeworx-io/mcp-housing-intel
1/7 registries