Skip to content
LangChain

Dussmann das Kulturkaufhaus for LangChain

io.github.majahelferbiene/dubweb

Search for books and book-related products, with access to product and delivery details

client:LangChain transport:streamable-http

Install Dussmann das Kulturkaufhaus in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dubweb": {
            "transport": "streamable_http",
            "url": "https://basis.dubweb.new.test/mcp",
        }
})

tools = await client.get_tools()

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

Dussmann das Kulturkaufhaus in other clients