Skip to content
LangChain

Noticiel for LangChain

io.github.waddou/mcp-noticiel

Notices et modes d'emploi de noticiel.com. Recherche par mots-clés, marque, catégorie ou PDF.

client:LangChain transport:sse

Install Noticiel in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-noticiel": {
            "transport": "streamable_http",
            "url": "https://noticiel-mcp.wadie.workers.dev/sse",
        }
})

tools = await client.get_tools()

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

Noticiel in other clients