altos_inventory_trend
ActiveTool of Altos
declared in 0.1.0
Track weekly inventory changes for a region (e.g., "Austin, TX"). Returns trends in inventory, new listings, days on market, median price, and price reductions.
Parameters schema
{
"type": "object",
"examples": [
{
"region": "us_national",
"_altosKey": "your-altos-api-key"
},
{
"weeks": 24,
"region": "ca_94105",
"_altosKey": "your-altos-api-key"
}
],
"required": [
"_altosKey",
"region"
],
"properties": {
"weeks": {
"type": "number",
"description": "Number of weeks to look back (default 12, max 52)"
},
"region": {
"type": "string",
"description": "Region code (e.g., \"us_national\", \"ca_los-angeles\")"
},
"_altosKey": {
"type": "string",
"description": "Altos Research API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Altos
https://github.com/pipeworx-io/mcp-altos
1/7 registries