Skip to content
LangChain

lease schedule for LangChain

io.github.theluckystrike/lease-schedule

Lease schedules with a residual: the payment, the interest split and the journal per month.

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

Install lease schedule in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "lease-schedule": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/lease-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

lease schedule in other clients