Hugendubel Fachinformationen for LangChain
io.github.majahelferbiene/dbhweb
Search for books and book-related products, with access to product and delivery details
client:LangChain
transport:streamable-http
tools:2
Install Hugendubel Fachinformationen in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dbhweb": {
"transport": "streamable_http",
"url": "https://www.hugendubel.info/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs