Skip to content
LangChain

EasyWeek Business for LangChain

io.easyweek/business

Manage an EasyWeek business from AI: bookings, availability, customers, services, orders, messaging.

client:LangChain transport:streamable-http

Install EasyWeek Business in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "business": {
            "transport": "streamable_http",
            "url": "https://mcp.easyweek.io/mcp",
        }
})

tools = await client.get_tools()

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

EasyWeek Business in other clients