Skip to content
LangChain

ARVI Wine Catalog for LangChain

ch.arvi/catalog

Swiss merchant ARVI SA: 27,000+ fine & rare wine labels, 300,000+ bottles ready to ship. No auth.

client:LangChain transport:streamable-http tools:6

Install ARVI Wine Catalog in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "catalog": {
            "transport": "streamable_http",
            "url": "https://mcp.arvi.ch/",
        }
})

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

ARVI Wine Catalog in other clients