Skip to content
LangChain

Qalimo for LangChain

fr.qalimo/qalimo

Gestion locative française : biens, locataires, baux, quittances, comptabilité. OAuth 2.1.

client:LangChain transport:streamable-http

Install Qalimo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "qalimo": {
            "transport": "streamable_http",
            "url": "https://api.qalimo.fr/mcp",
        }
})

tools = await client.get_tools()

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

Qalimo in other clients