altos_market_stats
ActiveTool of Altos
declared in 0.1.0
Get current market snapshot for a region (e.g., "San Francisco, CA"). Returns inventory count, new listings, median price, days on market, and market action index.
Parameters schema
{
"type": "object",
"examples": [
{
"region": "us_national",
"_altosKey": "your-altos-api-key"
},
{
"date": "2024-01-12",
"region": "ca_los-angeles",
"quartile": "FIRST",
"res_type": "single_family",
"_altosKey": "your-altos-api-key"
}
],
"required": [
"_altosKey",
"region"
],
"properties": {
"date": {
"type": "string",
"description": "Date (must be a Friday, YYYY-MM-DD). Defaults to most recent Friday."
},
"region": {
"type": "string",
"description": "Region code (e.g., \"us_national\", \"ca_los-angeles\", \"ca_94105\")"
},
"quartile": {
"type": "string",
"description": "Price quartile: \"ALL\", \"FIRST\", \"SECOND\", \"THIRD\", \"FOURTH\". Default: ALL."
},
"res_type": {
"type": "string",
"description": "Residential type filter: \"single_family\" or \"multi_family\". Default: single_family."
},
"_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