Skip to content
LangChain

Homechecker Guides for LangChain

io.github.steven3265/homechecker-guides

Homechecker's professionally authored Australian homebuyer guides: search, cite, build checklists.

client:LangChain transport:streamable-http tools:4

Install Homechecker Guides in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "homechecker-guides": {
            "transport": "streamable_http",
            "url": "https://mcp.homechecker.com.au/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

Homechecker Guides in other clients