Klinikk Ferbu nettbutikk for LangChain
no.ferbu/store
Klinikk Ferbu web shop: cosmetic hair-care products, live shipping quotes, Stripe checkout links.
client:LangChain
transport:streamable-http
tools:4
Install Klinikk Ferbu nettbutikk in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"store": {
"transport": "streamable_http",
"url": "https://ferbu.no/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs