Skip to content
LangChain

maintenance schedule for LangChain

io.github.theluckystrike/maintenance-schedule

An equipment maintenance schedule and log: service entries, costs, and what is due or overdue.

client:LangChain transport:streamable-http runtime:mcpb tools:8

Install maintenance schedule in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "maintenance-schedule": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/maintenance-schedule",
        }
})

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

maintenance schedule in other clients