Skip to content
LangChain

Hal Fr for LangChain

io.github.pipeworx-io/hal-fr

HAL (Hyper Articles en Ligne) MCP — French national open research archive.

client:LangChain transport:streamable-http

Install Hal Fr in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hal-fr": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/hal-fr/mcp",
        }
})

tools = await client.get_tools()

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

Hal Fr in other clients