loading…
Search for a command to run...
loading…
Submarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on mark
Submarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on market across 1,000+ named submarkets in the 20+ largest US metros. ZIP-level and metro-level queries included. Always current, always expanding. Free tier available.
Current US rental market data for AI agents and LLMs via the Model Context Protocol (MCP). The Estaite Submarket Index covers 1500+ submarkets across the largest MSAs in the United States and expanding, with monthly-updated rent, vacancy, affordability, and trend data.
https://mcp.estaite.comAuthentication — pass your API key using any of these methods:
| Method | Example |
|---|---|
| Header | x-api-key: YOUR_API_KEY |
| Bearer token | Authorization: Bearer YOUR_API_KEY |
| Query param | https://mcp.estaite.com?key=YOUR_API_KEY |
Get your API key at estaite.com/developers.
apt (apartment), sfr (single-family), ct (condo/townhome){
"mcpServers": {
"estaite": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://mcp.estaite.com", "--header", "x-api-key:YOUR_API_KEY"]
}
}
}
claude mcp add --transport http estaite "https://mcp.estaite.com" --header "x-api-key:YOUR_API_KEY"
resp = client.responses.create(
model="gpt-4o",
tools=[{
"type": "mcp",
"server_label": "estaite",
"server_url": "https://mcp.estaite.com",
"headers": {"x-api-key": "YOUR_API_KEY"},
"require_approval": "never",
}],
input="What is the average rent in Austin, TX?",
)
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"estaite-solutions": {
"command": "npx",
"args": []
}
}
}