Current US rental market data for AI agents. 1,500+ submarkets across the largest US MSAs — rent, vacancy, affordability, and trend data via the Model Context Protocol
Overview
Overview
Estaite MCP provides structured US rental market data for AI agents via the Model Context Protocol. Tools covering rent, vacancy, affordability, and trends across 1,500+ US submarkets.
What You Can Do
- Search and analyze submarkets by name or ZIP code
- Get rent trends, vacancy, and affordability metrics
- Compare markets side-by-side
- Filter submarkets by rent range, YoY growth, or vacancy cap
- Analyze metro-level (CBSA) trends
Example Workflow
- Search for a submarket (e.g. "Austin")
- Fetch full metrics
- Compare with other markets
Data Coverage
- 1,500+ US submarkets
- Monthly updated data
- Property types: apartments, SFR, condos/townhomes
- Metrics: rent, vacancy, affordability, trends
Setup
Use the provided server config with your API key.
Get an API key: https://estaite.com/developers
Server Config
{
"mcpServers": {
"estaite": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.estaite.com",
"--header",
"x-api-key:YOUR_API_KEY"
]
}
}
}