Skip to content
LangChain

Zaleso for LangChain

com.zaleso/tools

Nigeria PAYE, VAT and CBN rates, sourced and dated. Plus invoice totals, QR codes, JSON, Base64.

client:LangChain transport:streamable-http tools:10

Install Zaleso in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tools": {
            "transport": "streamable_http",
            "url": "https://mcp.zaleso.com/",
        }
})

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

Zaleso in other clients