Housing Intel for LangChain
io.github.pipeworx-io/housing-intel
Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
client:LangChain
transport:streamable-http
Install Housing Intel in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"housing-intel": {
"transport": "streamable_http",
"url": "https://gateway.pipeworx.io/housing-intel/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs