Skip to content
LangChain

l0g.fr Risk Intelligence for LangChain

io.github.bluetouff/l0g

Read-only macro risk analysis, evidence, signals, and source-backed research from l0g.fr.

client:LangChain transport:streamable-http tools:6

Install l0g.fr Risk Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

l0g.fr Risk Intelligence in other clients