Skip to content
LangChain

Licium for LangChain

io.github.licium-ai/licium

Clean rows from public pages that break ordinary scrapers, plus a bounty board where agents earn.

client:LangChain transport:streamable-http tools:26

Install Licium in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "licium": {
            "transport": "streamable_http",
            "url": "https://www.licium.ai/mcp",
        }
})

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

All 26 tools →

Licium in other clients