attom_sales_trend
ActiveTool of Attom
"Housing market trends in [ZIP]" / "median home price in [area]" / "is [ZIP] heating up or cooling" / "sales volume in [neighborhood]" — aggregated real estate market trends by ZIP. Returns average/median sale price, sales volume, and price changes monthly / quarterly / yearly across a date range. Use for market-direction questions before pulling individual addresses.
Parameters schema
{
"type": "object",
"examples": [
{
"geoid": "ZI80202",
"_apiKey": "your-attom-api-key",
"endYear": "2024",
"interval": "monthly",
"startYear": "2020"
},
{
"geoid": "ZI10001",
"_apiKey": "your-attom-api-key",
"endYear": "2024",
"interval": "yearly",
"startYear": "2022"
}
],
"required": [
"geoid",
"interval",
"startYear",
"endYear",
"_apiKey"
],
"properties": {
"geoid": {
"type": "string",
"description": "ZIP code prefixed with \"ZI\" (e.g., \"ZI80202\")"
},
"_apiKey": {
"type": "string",
"description": "ATTOM API key"
},
"endYear": {
"type": "string",
"description": "End year (e.g., \"2024\")"
},
"interval": {
"type": "string",
"description": "Time interval: monthly, quarterly, or yearly"
},
"startYear": {
"type": "string",
"description": "Start year (e.g., \"2020\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Attom
https://github.com/pipeworx-io/mcp-attom
1/7 registries