A meta-pack that chains together FRED, BLS, ATTOM, and HUD APIs for housing market analysis. Part of the Pipeworx gateway ecosystem, which means you get a streamable HTTP endpoint instead of managing API keys for four separate services. The ask_pipeworx interface lets you query in plain English rather than calling tools directly, useful when you're not sure which of the underlying APIs has the data you need. Reach for this when you're building housing market dashboards, real estate research tools, or economic analysis that needs to pull from federal statistics, labor data, property records, and housing department datasets in one go.
Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
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": {
"housing-intel": {
"url": "https://gateway.pipeworx.io/housing-intel/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 Housing Intel data" })
The gateway picks the right tool and fills the arguments automatically.
MIT