Skip to content
LangChain

City24.ee - Real Estate marketplace for LangChain

ee.city24/real-estate

Live Estonia real estate listings with search, geo filters, and property metadata.

client:LangChain transport:streamable-http tools:1

Install City24.ee - Real Estate marketplace in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "real-estate": {
            "transport": "streamable_http",
            "url": "https://mcp.city24.ee/_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

City24.ee - Real Estate marketplace in other clients