Skip to content
LangChain

Ezi Home Services for LangChain

io.github.eziservices/mcp-public

Book, reschedule, and cancel home services (cleaning, lawn, snow) via phone OTP authentication.

client:LangChain transport:streamable-http tools:8

Install Ezi Home Services in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-public": {
            "transport": "streamable_http",
            "url": "https://prod-api.ezi-app.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

Ezi Home Services in other clients