Skip to content
LangChain

CRE Intelligence for LangChain

io.github.zwondra/cre-intelligence-mcp

Live CRE analysis: Federal Reserve rates, Census 1/3/5-mile demographics, DCF models, IC memos.

client:LangChain transport:streamable-http tools:13

Install CRE Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cre-intelligence-mcp": {
            "transport": "streamable_http",
            "url": "https://cre-intelligence-mcp.onrender.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

CRE Intelligence in other clients