Connects Claude to Altos Research's real estate market intelligence platform through the Pipeworx gateway. The source doesn't list specific tools, but Altos specializes in residential real estate data like median prices, inventory levels, days on market, and market trend analytics across U.S. regions. You can query it directly or use the ask_pipeworx interface to pose questions in plain English and let the gateway route to the right endpoint. Useful when you need current housing market metrics for analysis, reporting, or property research. Part of a larger gateway that includes 673+ data sources if you need to combine real estate data with other APIs.
Altos Research MCP — Real estate market intelligence
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"altos": {
"url": "https://gateway.pipeworx.io/altos/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Altos data" })
The gateway picks the right tool and fills the arguments automatically.
MIT