LeBonFoin for LangChain
io.github.pop24/lebonfoin-mcp
First MCP for the European hemp & CBD market: real French CBD catalogue, producers, FR/EN wiki
client:LangChain
transport:sse
Install LeBonFoin in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"lebonfoin-mcp": {
"transport": "streamable_http",
"url": "https://lebonfoin-mcp-production.up.railway.app/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs